Skip to content

Commit

Permalink
Migrate to Spring Boot 3.1
Browse files Browse the repository at this point in the history
Note that Spring Boot 3.1 is the last version to
support Jetty 11: moving to Spring Boot 3.2 will
require migration to Jetty 12.

Note that 3.1 ended OSS support on 2024-05-18.
  • Loading branch information
iay committed May 27, 2024
1 parent ef8e623 commit a916944
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 @@ -29,7 +29,7 @@
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<shib-shared.version>9.1.2</shib-shared.version>

<spring.boot.version>3.0.13</spring.boot.version>
<spring.boot.version>3.1.12</spring.boot.version>

<ukf-mda.version>0.10.0</ukf-mda.version>
<jetty.version>11.0.21</jetty.version>
Expand Down

0 comments on commit a916944

Please sign in to comment.