Skip to content

Commit

Permalink
Update jetty -> v2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Nov 28, 2024
1 parent 9619489 commit ebee797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ng-adaptor-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-servlet</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
<artifactId>jetty-ee10-websocket-jakarta-server</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
</dependencies>
</project>

0 comments on commit ebee797

Please sign in to comment.