Skip to content

Commit

Permalink
chore(jetty): upgrade from 10.x to 11.x
Browse files Browse the repository at this point in the history
closes #1797
  • Loading branch information
jo-elimu committed Jul 29, 2024
1 parent f0eba24 commit ddb7629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<model.version>2.0.73</model.version> <!-- https://jitpack.io/#elimu-ai/model -->
<hibernate.version>5.6.15.Final</hibernate.version> <!-- https://repo.maven.apache.org/maven2/org/hibernate/ -->
<jetty.version>10.0.21</jetty.version> <!-- https://repo.maven.apache.org/maven2/org/eclipse/jetty/ -->
<jetty.version>11.0.22</jetty.version> <!-- https://repo.maven.apache.org/maven2/org/eclipse/jetty/ -->
<spring.version>6.0.0</spring.version> <!-- https://repo.maven.apache.org/maven2/org/springframework/ -->
<spring.security.version>6.0.0</spring.security.version> <!-- https://repo.maven.apache.org/maven2/org/springframework/security/ -->
<surefire-plugin.version>3.1.2</surefire-plugin.version> <!-- https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/ -->
Expand Down

0 comments on commit ddb7629

Please sign in to comment.