Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f8a052

Browse files
committedApr 15, 2025·
Upgrade to GraphQL Java 23.1
See gh-45030
1 parent 97c44d1 commit 8f8a052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ bom {
452452
]
453453
}
454454
}
455-
library("GraphQL Java", "23.0") {
455+
library("GraphQL Java", "23.1") {
456456
prohibit {
457457
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
458458
because "we don't want thses snapshots"

0 commit comments

Comments
 (0)
Please sign in to comment.