File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed 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.0 "
5
- id(" io.spring.dependency-management" ) version " 1.1.5 "
4
+ id(" org.springframework.boot" ) version " 3.3.6 "
5
+ id(" io.spring.dependency-management" ) version " 1.1.7 "
6
6
java
7
7
}
8
8
Original file line number Diff line number Diff line change 1
- graphql-java.version =21.1
1
+ # graphql-java.version=22.3
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ version = 3.0-SNAPSHOT
3
3
4
4
# dependencies
5
5
annotationsVersion = 24.1.0
6
- graphQLJavaVersion = 22.1
7
- mockWebServerVersion = 4.12.0
6
+ graphQLJavaVersion = 22.3
8
7
protobufVersion = 4.27.1
9
- slf4jVersion = 2.0.13
10
- springBootVersion = 3.3.0
11
- springGraphQLVersion = 1.3.0
12
- reactorVersion = 3.6.6
8
+ slf4jVersion = 2.0.16
9
+ springBootVersion = 3.3.6
13
10
14
11
# test dependencies
15
- junitVersion = 5.10.2
12
+ junitVersion = 5.10.5
13
+ mockWebServerVersion = 4.12.0
14
+ springGraphQLVersion = 1.3.3
15
+ reactorVersion = 3.6.12
16
16
17
17
# plugin versions
18
18
nexusPublishPluginVersion = 1.1.0
You can’t perform that action at this time.
0 commit comments