Skip to content

Commit

Permalink
CBDC-1078 fix spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Bisarnov committed Nov 13, 2023
1 parent 5eb8d05 commit 1e939d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/05-java-spring-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
gradlePluginPortal()
dependencies {
classpath 'jp.co.soramitsu:sora-plugin:+'
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.5.4")
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.1.5")
}
}
}
Expand Down

0 comments on commit 1e939d0

Please sign in to comment.