File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ repositories {
9
9
}
10
10
11
11
dependencies {
12
- implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0.1 " )
12
+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0.3 " )
13
13
}
Original file line number Diff line number Diff line change 1
1
import java.util.Properties
2
2
3
3
plugins {
4
- id(" org.springframework.boot" ) version " 3.3.6 "
4
+ id(" org.springframework.boot" ) version " 3.4.4 "
5
5
id(" io.spring.dependency-management" ) version " 1.1.7"
6
6
java
7
7
}
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ annotationsVersion = 24.1.0
6
6
graphQLJavaVersion = 22.3
7
7
# generated proto v3 messages can be used with v3 and v4
8
8
protobufVersion = 3.25.5
9
- slf4jVersion = 2.0.16
10
- springBootVersion = 3.3.6
9
+ slf4jVersion = 2.0.17
10
+ springBootVersion = 3.4.4
11
11
12
12
# test dependencies
13
- junitVersion = 5.10.5
13
+ junitVersion = 5.12.2
14
14
mockWebServerVersion = 4.12.0
15
- springGraphQLVersion = 1.3.3
16
- reactorVersion = 3.6.12
15
+ springGraphQLVersion = 1.3.4
16
+ reactorVersion = 3.7.5
17
17
18
18
# plugin versions
19
19
nexusPublishPluginVersion = 1.1.0
You can’t perform that action at this time.
0 commit comments