commit | fcf30904102c9a39359998a6943f10c45e2a300d | [log] [tgz] |
---|---|---|
author | dupliaka <dupliaka@gmail.com> | Thu Jun 01 15:59:40 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 01 15:59:40 2023 +0200 |
tree | f57258a14ace9d56a15ea94c5c26bc466fcf6482 | |
parent | 935ab805758d8a8b4907499c94498425a404d6f6 [diff] |
Fix Spring Boot version in Gradle script (#575)
diff --git a/technology/java-spring-boot/build.gradle b/technology/java-spring-boot/build.gradle index d02b82b..fc7a23e 100644 --- a/technology/java-spring-boot/build.gradle +++ b/technology/java-spring-boot/build.gradle
@@ -1,5 +1,5 @@ plugins { - id "org.springframework.boot" version "3.0.1" + id "org.springframework.boot" version "3.0.7" id "io.spring.dependency-management" version "1.0.11.RELEASE" id "java" }