From f8eee6eb0d58fc67354a5eb1d7362eca90c12855 Mon Sep 17 00:00:00 2001 From: labkey-matthewb Date: Tue, 23 Dec 2025 16:51:57 -0800 Subject: [PATCH 1/3] springAiVersion=1.1.0 --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 486ed5b685..0bf51aa2cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -288,6 +288,7 @@ snappyJavaVersion=1.1.10.8 springBootVersion=3.5.8 # This usually matches the Spring Framework version dictated by springBootVersion springVersion=6.2.15 +springAiVersion=1.1.0 sqliteJdbcVersion=3.51.1.0 From ccaed4bf1f39424a08e3b7d3fc86418d51cc1c73 Mon Sep 17 00:00:00 2001 From: labkey-matthewb Date: Tue, 6 Jan 2026 15:06:43 -0800 Subject: [PATCH 2/3] springAiVersion=1.1.2 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3aca02b110..6044684e1d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -291,7 +291,7 @@ snappyJavaVersion=1.1.10.8 springBootVersion=3.5.8 # This usually matches the Spring Framework version dictated by springBootVersion springVersion=6.2.15 -springAiVersion=1.1.0 +springAiVersion=1.1.2 sqliteJdbcVersion=3.51.1.0 From c020879f4b2af24b9248e474718d3ca078b6b8be Mon Sep 17 00:00:00 2001 From: labkey-matthewb Date: Mon, 19 Jan 2026 14:43:34 -0800 Subject: [PATCH 3/3] force antlrST4Version=4.3.4 --- build.gradle | 2 ++ gradle.properties | 3 +++ 2 files changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index 427a882106..fd61630af4 100644 --- a/build.gradle +++ b/build.gradle @@ -202,6 +202,8 @@ allprojects { configurations.configureEach {Configuration config -> resolutionStrategy { + // spring-ai pulls a different version of antr-ST4 than the version pulled by query (via antlr) + force "org.antlr:ST4:${antlrST4Version}" // we force this version because we have compilation problems with version 1.9.2 of commons-beanutils, which is the version // that is brought in by Gradle's conflict resolution as a result of our chosen versions for commons-validator (1.5.0) and commons-digester (1.8.1) force "commons-beanutils:commons-beanutils:${commonsBeanutilsVersion}" diff --git a/gradle.properties b/gradle.properties index 7a027042bd..ee3637a502 100644 --- a/gradle.properties +++ b/gradle.properties @@ -92,6 +92,8 @@ annotationsVersion=15.0 antVersion=1.10.13 +antlrST4Version=4.3.4 + #Unifying version used by DISCVR and Premium apacheDirectoryVersion=2.1.7 #Transitive dependency of Apache directory: 2.0.18 contains some regressions @@ -289,6 +291,7 @@ springBootVersion=4.0.1 # This usually matches the Spring Framework version dictated by springBootVersion springVersion=7.0.2 springAiVersion=1.1.2 +# springAiVersion=2.0.0-M1 sqliteJdbcVersion=3.51.1.0