From 26dba9a3815696d5754b6e80846283651da11778 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:49:41 +0200 Subject: [PATCH] chore: Patch dependency updates (#3317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christian Kleinbölting --- project/Dependencies.scala | 6 +++--- project/build.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e81412ee56..9a243e856a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -21,7 +21,7 @@ object Dependencies { val PekkoActorVersion = "1.0.3" val PekkoHttpVersion = "1.0.1" val JenaVersion = "5.0.0" - val Rdf4jVersion = "5.0.0" + val Rdf4jVersion = "5.0.1" val ZioConfigVersion = "4.0.2" val ZioLoggingVersion = "2.3.0" @@ -29,7 +29,7 @@ object Dependencies { val ZioMetricsConnectorsVersion = "2.3.1" val ZioPreludeVersion = "1.0.0-RC27" val ZioSchemaVersion = "0.2.0" - val ZioVersion = "2.1.5" + val ZioVersion = "2.1.6" // ZIO val zio = "dev.zio" %% "zio" % ZioVersion @@ -115,7 +115,7 @@ object Dependencies { // found/added by the plugin but deleted anyway val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.14.0" - val tapirVersion = "1.10.10" + val tapirVersion = "1.10.13" val tapir = Seq( "com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % tapirVersion, diff --git a/project/build.properties b/project/build.properties index 081fdbbc76..ee4c672cd0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1