Skip to content

Commit

Permalink
chore: upgrade jetty to 9.4.53.v20231009
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalleclercq committed Apr 7, 2024
1 parent a8b640d commit 6fc59b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions document/fr.opensagres.xdocreport.document.tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,31 +113,31 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.4.44.v20210927</version>
<version>9.4.53.v20231009</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>9.4.44.v20210927</version>
<version>9.4.53.v20231009</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.44.v20210927</version>
<version>9.4.53.v20231009</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>9.4.44.v20210927</version>
<version>9.4.53.v20231009</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-io</artifactId>
<version>9.4.44.v20210927</version>
<version>9.4.53.v20231009</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6fc59b4

Please sign in to comment.