From 1395929aeca96b0c847aad825f574bdccb3d335f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 02:17:17 +0000 Subject: [PATCH] Update groovy-all to 3.0.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ec16b9..6d937af 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ libraryDependencies ++= { "org.scalaz" %% "scalaz-core" % "7.2.33", "org.bbop" % "oboformat" % "0.5.5" exclude ("net.sourceforge.owlapi", "owlapi-apibinding") exclude ("log4j", "log4j"), "ch.qos.logback" % "logback-classic" % "1.4.0", - "org.codehaus.groovy" % "groovy-all" % "3.0.8", + "org.codehaus.groovy" % "groovy-all" % "3.0.20", "org.phenoscape" %% "sparql-utils" % "1.3.1" exclude ("log4j", "log4j"), "org.phenoscape" %% "sparql-utils-owlapi" % "1.3.1" exclude ("log4j", "log4j"), "org.slf4j" % "log4j-over-slf4j" % "1.7.32",