From af2f79127189e763505e6fb8904fbfd714b26143 Mon Sep 17 00:00:00 2001 From: Christine Banek Date: Thu, 22 Feb 2024 13:25:23 -0700 Subject: [PATCH] [DM-17872] Bump dependency cadc-adl to 1.1.13 This contains the PR that has the math typing extras. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eedbd7a..57a1051 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'org.opencadc:cadc-uws-server:[1.2,)' implementation 'org.opencadc:cadc-tap-server:[1.1.5,)' implementation 'org.opencadc:cadc-vosi:[1.0,1.4)' - implementation 'org.opencadc:cadc-adql:[1.1,)' + implementation 'org.opencadc:cadc-adql:[1.1.13,)' implementation 'org.opencadc:cadc-tap-server-oracle:[1.0.0,)' // Switch out this to use any supported database instead of PostgreSQL.