Skip to content

Commit

Permalink
chore: update dependencies (#426)
Browse files Browse the repository at this point in the history
Update dependencies:
* graphql-java 22.1 -> 22.3
* slf4j 2.0.13 -> 2.0.16
* spring boot (for subscription callbacks) 3.3.0 -> 3.3.6

Update test dependencies:
* junit 5.10.2 -> 5.10.5
* reactor test 3.6.6 -> 3.6.12
* spring graphql test 1.3.0 -> 1.3.3
  • Loading branch information
dariuszkuc authored Jan 8, 2025
1 parent f7e0308 commit 2820bb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions compatibility/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import java.util.Properties

plugins {
id("org.springframework.boot") version "3.3.0"
id("io.spring.dependency-management") version "1.1.5"
id("org.springframework.boot") version "3.3.6"
id("io.spring.dependency-management") version "1.1.7"
java
}

Expand Down
2 changes: 1 addition & 1 deletion compatibility/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
graphql-java.version=21.1
# graphql-java.version=22.3
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ version = 3.0-SNAPSHOT

# dependencies
annotationsVersion = 24.1.0
graphQLJavaVersion = 22.1
mockWebServerVersion = 4.12.0
graphQLJavaVersion = 22.3
protobufVersion = 4.27.1
slf4jVersion = 2.0.13
springBootVersion = 3.3.0
springGraphQLVersion = 1.3.0
reactorVersion = 3.6.6
slf4jVersion = 2.0.16
springBootVersion = 3.3.6

# test dependencies
junitVersion = 5.10.2
junitVersion = 5.10.5
mockWebServerVersion = 4.12.0
springGraphQLVersion = 1.3.3
reactorVersion = 3.6.12

# plugin versions
nexusPublishPluginVersion = 1.1.0

0 comments on commit 2820bb4

Please sign in to comment.