Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update dependencies #2905

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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