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: Minor dependency updates #3438

Merged
merged 8 commits into from
Dec 19, 2024
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ object Dependencies {
// topbraid/shacl is not yet compatible with jena 5 so we need to use jena 4 for now
// see: https://github.com/TopQuadrant/shacl/pull/177
val JenaVersion = "4.10.0"
val Rdf4jVersion = "5.0.3"
val Rdf4jVersion = "5.1.0"
val TopbraidShaclVersion = "1.4.3"

val ZioConfigVersion = "4.0.2"
val ZioLoggingVersion = "2.3.2"
val ZioLoggingVersion = "2.4.0"
val ZioNioVersion = "2.0.2"
val ZioMetricsConnectorsVersion = "2.3.1"
val ZioPreludeVersion = "1.0.0-RC35"
Expand Down Expand Up @@ -122,7 +122,7 @@ object Dependencies {
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"

val testcontainers = "org.testcontainers" % "testcontainers" % "1.20.4"
val wiremock = "org.wiremock" % "wiremock" % "3.9.2"
val wiremock = "org.wiremock" % "wiremock" % "3.10.0"

// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.17.0"
Expand Down
Loading