File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1818 <url >https://opensource.org/licenses/MIT</url >
1919 </license >
2020 </licenses >
21- <version >1.2-SNAPSHOT </version >
21+ <version >1.3 </version >
2222 <properties >
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <maven .compiler.source>1.8</maven .compiler.source>
2525 <maven .compiler.target>1.8</maven .compiler.target>
26+ <jetty .version>9.4.38.v20210224</jetty .version>
2627 </properties >
2728 <dependencies >
2829 <dependency >
4041 <dependency >
4142 <groupId >org.eclipse.jetty</groupId >
4243 <artifactId >jetty-server</artifactId >
43- <version >9.4.38.v20210224 </version >
44+ <version >${jetty.version} </version >
4445 <scope >test</scope >
4546 </dependency >
4647 <dependency >
4748 <groupId >org.eclipse.jetty</groupId >
4849 <artifactId >jetty-security</artifactId >
49- <version >9.4.18.v20190429 </version >
50+ <version >${jetty.version} </version >
5051 <scope >test</scope >
5152 </dependency >
5253 <dependency >
5354 <groupId >org.eclipse.jetty</groupId >
5455 <artifactId >jetty-servlet</artifactId >
55- <version >9.4.18.v20190429 </version >
56+ <version >${jetty.version} </version >
5657 <scope >test</scope >
5758 </dependency >
5859 <dependency >
195196 <connection >scm:git:git://github.com/vzhn/netty-http-authenticator.git</connection >
196197 <developerConnection >scm:git:git@github.com/vzhn/netty-http-authenticator.git</developerConnection >
197198 <url >https://github.com/vzhn/netty-http-authenticator.git</url >
198- <tag >v1.1 </tag >
199+ <tag >v1.3 </tag >
199200 </scm >
200201</project >
You can’t perform that action at this time.
0 commit comments