Skip to content

Commit

Permalink
chore: Update dependencies (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 committed Oct 27, 2023
1 parent 1b7e02a commit 855eb02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Expand Up @@ -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 =
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 855eb02

Please sign in to comment.