This is an automated email from the ASF dual-hosted git repository.

yamer pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new d93d50b4cc [NO-ISSUE] Forcing graphql-java dependency resolution to be 
in sync with springboot (#4215)
d93d50b4cc is described below

commit d93d50b4ccd637e382205d92c4e57654c85a322f
Author: Jijo Thomas K <[email protected]>
AuthorDate: Wed Mar 4 13:49:41 2026 +0530

    [NO-ISSUE] Forcing graphql-java dependency resolution to be in sync with 
springboot (#4215)
    
    Co-authored-by: jijo.thomas.k <[email protected]>
---
 kogito-build/kogito-dependencies-bom/pom.xml | 8 +++++++-
 kogito-gradle-plugin-test/gradle.properties  | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kogito-build/kogito-dependencies-bom/pom.xml 
b/kogito-build/kogito-dependencies-bom/pom.xml
index 0093d461ee..57db899429 100644
--- a/kogito-build/kogito-dependencies-bom/pom.xml
+++ b/kogito-build/kogito-dependencies-bom/pom.xml
@@ -171,11 +171,17 @@
     <version.tomcat.embed.core>10.1.48</version.tomcat.embed.core>
     <version.at.yawk.lz4.java>1.10.1</version.at.yawk.lz4.java> <!-- Upgraded 
for CVE fix (The library has moved from org.lz4:lz4-java to 
at.yawk.lz4:lz4-java )-->
     <version.org.hibernate>7.1.14.Final</version.org.hibernate>
-  
+    <version.com.graphql-java>24.3</version.com.graphql-java>
   </properties>
 
   <dependencyManagement>
     <dependencies>
+      <!-- Force spring boot to be in sync with quarkus for graphql-java 
dependencies -->
+      <dependency>
+        <groupId>com.graphql-java</groupId>
+        <artifactId>graphql-java</artifactId>
+        <version>${version.com.graphql-java}</version>
+      </dependency>
 
       <!-- These versions are overrides for transitive dependencies, to fix 
security vulnerabilities. -->
       <dependency>
diff --git a/kogito-gradle-plugin-test/gradle.properties 
b/kogito-gradle-plugin-test/gradle.properties
index db76db6e9f..43e9f03bab 100644
--- a/kogito-gradle-plugin-test/gradle.properties
+++ b/kogito-gradle-plugin-test/gradle.properties
@@ -19,6 +19,6 @@
 #
 #Gradle properties
 
-springBootVersion=3.4.11
+springBootVersion=3.5.10
 taskTreeVersion=4.0.1
 kogitoVersion=999-SNAPSHOT
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to