We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c56ca0 commit 5f07795Copy full SHA for 5f07795
compatibility/build.gradle.kts
@@ -1,7 +1,7 @@
1
import java.util.Properties
2
3
plugins {
4
- id("org.springframework.boot") version "3.3.6"
+ id("org.springframework.boot") version "3.4.1"
5
id("io.spring.dependency-management") version "1.1.7"
6
java
7
}
gradle.properties
@@ -7,13 +7,13 @@ graphQLJavaVersion = 22.3
# generated proto v3 messages can be used with v3 and v4
8
protobufVersion = 3.25.5
9
slf4jVersion = 2.0.16
10
-springBootVersion = 3.3.6
+springBootVersion = 3.4.1
11
12
# test dependencies
13
-junitVersion = 5.10.5
+junitVersion = 5.11.4
14
mockWebServerVersion = 4.12.0
15
springGraphQLVersion = 1.3.3
16
-reactorVersion = 3.6.12
+reactorVersion = 3.7.2
17
18
# plugin versions
19
nexusPublishPluginVersion = 1.1.0
0 commit comments