From 855eb02d13e9fd37af948780ffb9b0a4521bdc1e Mon Sep 17 00:00:00 2001 From: Marcin Procyk Date: Fri, 27 Oct 2023 08:21:06 +0200 Subject: [PATCH] chore: Update dependencies (#2905) --- project/Dependencies.scala | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e4c730b372..15b5b4a6cc 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -70,8 +70,8 @@ object Dependencies { // Metrics val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.20.1" - val kamonCore = "io.kamon" %% "kamon-core" % "2.6.3" // Scala 3 compatible - val kamonScalaFuture = "io.kamon" %% "kamon-scala-future" % "2.6.3" // Scala 3 incompatible + val kamonCore = "io.kamon" %% "kamon-core" % "2.6.4" // Scala 3 compatible + val kamonScalaFuture = "io.kamon" %% "kamon-scala-future" % "2.6.4" // Scala 3 incompatible // input validation val commonsValidator = @@ -96,8 +96,8 @@ object Dependencies { val icu4j = "com.ibm.icu" % "icu4j" % "73.2" val jakartaJSON = "org.glassfish" % "jakarta.json" % "2.0.1" val jodd = "org.jodd" % "jodd" % "3.2.7" - val rdf4jClient = "org.eclipse.rdf4j" % "rdf4j-client" % "4.3.6" - val rdf4jShacl = "org.eclipse.rdf4j" % "rdf4j-shacl" % "4.3.6" + val rdf4jClient = "org.eclipse.rdf4j" % "rdf4j-client" % "4.3.7" + val rdf4jShacl = "org.eclipse.rdf4j" % "rdf4j-shacl" % "4.3.7" val saxonHE = "net.sf.saxon" % "Saxon-HE" % "12.3" val scalaGraph = "org.scala-graph" %% "graph-core" % "1.13.6" // Scala 3 incompatible val scallop = "org.rogach" %% "scallop" % "5.0.0" // Scala 3 compatible @@ -115,7 +115,7 @@ object Dependencies { // A needed class was not found. This could be due to an error in your runpath.Missing class: scoverage / Invoker$ // java.lang.NoClassDefFoundError: scoverage / Invoker$ val scoverage = "org.scoverage" %% "scalac-scoverage-runtime" % "2.0.11" - val testcontainers = "org.testcontainers" % "testcontainers" % "1.19.0" + val testcontainers = "org.testcontainers" % "testcontainers" % "1.19.1" val wiremock = "org.wiremock" % "wiremock" % "3.2.0" // found/added by the plugin but deleted anyway