We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e1065 commit 01a5e29Copy full SHA for 01a5e29
compatibility/build.gradle.kts
@@ -1,7 +1,7 @@
1
import java.util.Properties
2
3
plugins {
4
- id("org.springframework.boot") version "3.3.0"
+ id("org.springframework.boot") version "3.3.1"
5
id("io.spring.dependency-management") version "1.1.5"
6
java
7
}
gradle.properties
@@ -7,12 +7,12 @@ graphQLJavaVersion = 22.1
mockWebServerVersion = 4.12.0
8
protobufVersion = 4.27.1
9
slf4jVersion = 2.0.13
10
-springBootVersion = 3.3.0
11
-springGraphQLVersion = 1.3.0
12
-reactorVersion = 3.6.6
+springBootVersion = 3.3.1
+springGraphQLVersion = 1.3.1
+reactorVersion = 3.6.7
13
14
# test dependencies
15
-junitVersion = 5.10.2
+junitVersion = 5.10.3
16
17
# plugin versions
18
nexusPublishPluginVersion = 1.1.0
0 commit comments