File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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.2.2 "
5- id(" io.spring.dependency-management" ) version " 1.1.4 "
4+ id(" org.springframework.boot" ) version " 3.2.5 "
5+ id(" io.spring.dependency-management" ) version " 1.1.5 "
66 java
77}
88
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ annotationsVersion = 24.1.0
66graphQLJavaVersion = 21.3
77mockWebServerVersion = 4.12.0
88protobufVersion = 3.25.2
9- slf4jVersion = 2.0.12
10- springBootVersion = 3.2.2
11- springGraphQLVersion = 1.2.4
12- reactorVersion = 3.6.2
9+ slf4jVersion = 2.0.13
10+ springBootVersion = 3.2.5
11+ springGraphQLVersion = 1.2.6
12+ reactorVersion = 3.6.6
1313
1414# test dependencies
1515junitVersion = 5.10.2
You can’t perform that action at this time.
0 commit comments