Skip to content

Commit d20444e

Browse files
committed
fix failed test
1 parent c6ffcfd commit d20444e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
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>
@@ -40,19 +41,19 @@
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>
@@ -195,6 +196,6 @@
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>

0 commit comments

Comments
 (0)