Skip to content

Commit

Permalink
chore: upgrade spring-boot to 3.1.2 (main) (#4338)
Browse files Browse the repository at this point in the history
* chore: upgrade spring-boot to 3.1.2

* test with sso-kit snapshot version
  • Loading branch information
ZheSun88 authored Jul 21, 2023
1 parent f9f73e7 commit 694da96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<hilla.version>2.2-SNAPSHOT</hilla.version>
<spring.boot.version>3.1.1</spring.boot.version>
<spring.boot.version>3.1.2</spring.boot.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<jetty.version>11.0.13</jetty.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"jsVersion": "2.1.1"
},
"sso-kit-starter": {
"javaVersion": "2.1.0",
"javaVersion": "2.1-SNAPSHOT",
"jsVersion": "2.1.0"
},
"swing-kit": {
Expand Down

0 comments on commit 694da96

Please sign in to comment.