Skip to content

Commit

Permalink
Reverted to spring boot 3.1.9 to mitigate an issue with lazysodium's …
Browse files Browse the repository at this point in the history
…resource loader and spring boot 3.2 (#565)
  • Loading branch information
ahazeltonNF authored Mar 19, 2024
1 parent 1c072f4 commit c916271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ziti-springboot-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

ext {
description "Ziti adapter for Spring Boot Client(s)"
springbootVersion = '3.2.3'
springbootVersion = '3.1.9'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion ziti-springboot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {

ext {
description "Ziti adapter for Spring Boot"
springbootVersion = '3.2.3'
springbootVersion = '3.1.9'
}

repositories {
Expand Down

0 comments on commit c916271

Please sign in to comment.