Skip to content

Commit

Permalink
Updating jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Oct 4, 2023
1 parent d96c36b commit 72aaecc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<aws-sdk.version>2.15.28</aws-sdk.version>
<jackson.version>2.15.2</jackson.version>
<jetty.version>9.4.34.v20201102</jetty.version>
<jruby.version>9.2.17.0</jruby.version>
<jetty.version>9.4.52.v20230823</jetty.version>
<jruby.version>9.4.3.0</jruby.version>
<surefire.version>3.0.0-M5</surefire.version>
<seleniumhq.version>2.53.0</seleniumhq.version><!-- There are many new versions for this library 4.10.0 latest-->
<logback.version>1.2.12</logback.version> <!-- The next two need to be updated in lockstep latest version 1.4 -->
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.2.4.RELEASE</version>
<version>6.2.6.RELEASE</version>
</dependency>
<!-- Dependency on part of Java EE that's available by default in Java 8
but not 9 -->
Expand Down Expand Up @@ -221,8 +221,8 @@
<!-- Assists PDFBox in decoding certain PDFs -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.76</version>
</dependency>
<!-- Supports <if> expressions in logback.xml -->
<dependency>
Expand Down Expand Up @@ -502,7 +502,7 @@
<!-- Assemble the JAR into a release package. -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -571,7 +571,6 @@
<exclude>RedisCacheTest</exclude>
<exclude>TurboJpegProcessorTest</exclude>
<exclude>TurboJPEG*Test</exclude>
<exclude>*S3*</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 72aaecc

Please sign in to comment.