Skip to content

Commit

Permalink
Update jetty v12.0.15 -> v12.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Jan 11, 2025
1 parent 3c10dd0 commit 601d745
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.15</version>
<version>12.0.16</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-servlet</artifactId>
<version>12.0.15</version>
<version>12.0.16</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
<artifactId>jetty-ee10-websocket-jakarta-server</artifactId>
<version>12.0.15</version>
<version>12.0.16</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 601d745

Please sign in to comment.