File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ repositories {
99}
1010
1111dependencies {
12- implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0.1 " )
12+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0.2 " )
1313}
Original file line number Diff line number Diff line change 11import java.util.Properties
22
33plugins {
4- id(" org.springframework.boot" ) version " 3.3.6 "
4+ id(" org.springframework.boot" ) version " 3.4.2 "
55 id(" io.spring.dependency-management" ) version " 1.1.7"
66 java
77}
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ graphQLJavaVersion = 22.3
77# generated proto v3 messages can be used with v3 and v4
88protobufVersion = 3.25.5
99slf4jVersion = 2.0.16
10- springBootVersion = 3.3.6
10+ springBootVersion = 3.4.2
1111
1212# test dependencies
13- junitVersion = 5.10.5
13+ junitVersion = 5.11.4
1414mockWebServerVersion = 4.12.0
1515springGraphQLVersion = 1.3.3
16- reactorVersion = 3.6.12
16+ reactorVersion = 3.7.2
1717
1818# plugin versions
1919nexusPublishPluginVersion = 1.1.0
You can’t perform that action at this time.
0 commit comments