File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
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.2 .1" )
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.5.4 "
55 id(" io.spring.dependency-management" ) version " 1.1.7"
66 java
77}
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ annotationsVersion = 24.1.0
66graphQLJavaVersion = 22.3
77# generated proto v3 messages can be used with v3 and v4
88protobufVersion = 3.25.5
9- slf4jVersion = 2.0.16
10- springBootVersion = 3.3.6
9+ slf4jVersion = 2.0.17
10+ springBootVersion = 3.5.4
1111
1212# test dependencies
13- junitVersion = 5.10.5
13+ junitVersion = 5.13.4
1414mockWebServerVersion = 4.12.0
15- springGraphQLVersion = 1.3.3
16- reactorVersion = 3.6.12
15+ springGraphQLVersion = 1.4.1
16+ reactorVersion = 3.7.8
1717
1818# plugin versions
1919nexusPublishPluginVersion = 1.1.0
You can’t perform that action at this time.
0 commit comments