Skip to content

Commit

Permalink
Merge pull request #43 from levigo/fix/JWT-4288_upgrade_spring_boot_t…
Browse files Browse the repository at this point in the history
…o_3_2_4

fix(JWT-4288): upgrade spring boot because of cve-2024-22259
  • Loading branch information
benjaminalbanese authored Mar 22, 2024
2 parents fc85f81 + f9a2052 commit 08b3e0e
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 @@ -18,7 +18,7 @@
<maven.compiler.target>${version.java}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<spring-boot.version>3.2.1</spring-boot.version>
<spring-boot.version>3.2.4</spring-boot.version>
<gwt.version>2.11.0</gwt.version>
</properties>

Expand Down

0 comments on commit 08b3e0e

Please sign in to comment.