Skip to content

Commit

Permalink
Upgrade Jetty to version 10.x. Other libraries were upgraded to their…
Browse files Browse the repository at this point in the history
… latest versions as well. (#34)

Co-authored-by: Ken Dombeck <[email protected]>
  • Loading branch information
kdombeck and Ken Dombeck committed Aug 9, 2022
1 parent ed2bbd3 commit cf55305
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.logz</groupId>
<artifactId>guice-jersey</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<packaging>jar</packaging>
<name>guice-jersey</name>
Expand All @@ -18,8 +18,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
Expand All @@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.4.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -121,12 +121,12 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hk2-bridge.version>2.6.0</hk2-bridge.version>
<jersey.version>2.29</jersey.version>
<jetty.version>9.4.28.v20200408</jetty.version>
<guice.version>4.2.2</guice.version>
<slf4j.version>1.7.26</slf4j.version>
<jackson.version>2.10.2</jackson.version>
<hk2-bridge.version>2.6.1</hk2-bridge.version>
<jersey.version>2.36</jersey.version>
<jetty.version>10.0.11</jetty.version>
<guice.version>5.1.0</guice.version>
<slf4j.version>1.7.36</slf4j.version>
<jackson.version>2.13.3</jackson.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -175,7 +175,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -227,7 +227,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cf55305

Please sign in to comment.