Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 5bf4890

Browse files
committed
fix: override spring boot managed version of graphql-java to v19.1
1 parent 1c028f8 commit 5bf4890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ subprojects {
4949
apply plugin: 'maven-publish'
5050
apply plugin: 'signing'
5151

52+
ext['graphql-java.version'] = '19.1'
53+
5254
repositories {
5355
mavenLocal()
5456
mavenCentral()

0 commit comments

Comments
 (0)