File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11import java.util.Properties
22
33plugins {
4- id(" org.springframework.boot" ) version " 3.3.0 "
5- id(" io.spring.dependency-management" ) version " 1.1.5 "
4+ id(" org.springframework.boot" ) version " 3.3.5 "
5+ id(" io.spring.dependency-management" ) version " 1.1.6 "
66 java
77}
88
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ annotationsVersion = 24.1.0
66graphQLJavaVersion = 22.1
77mockWebServerVersion = 4.12.0
88protobufVersion = 4.27.1
9- slf4jVersion = 2.0.13
10- springBootVersion = 3.3.0
11- springGraphQLVersion = 1.3.0
12- reactorVersion = 3.6.6
9+ slf4jVersion = 2.0.16
10+ springBootVersion = 3.3.5
11+ springGraphQLVersion = 1.3.3
12+ reactorVersion = 3.6.11
1313
1414# test dependencies
15- junitVersion = 5.10.2
15+ junitVersion = 5.11.3
1616
1717# plugin versions
1818nexusPublishPluginVersion = 1.1.0
You can’t perform that action at this time.
0 commit comments