Skip to content

Commit

Permalink
chore: update dependencies (#2770)
Browse files Browse the repository at this point in the history
Co-authored-by: DaSCH Bot <[email protected]>
  • Loading branch information
BalduinLandolt and daschbot authored Aug 2, 2023
1 parent 00f6256 commit 6e3857e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.5"
version = "3.7.11"
runner.dialect = scala213
maxColumn = 120
align.preset = most
Expand Down
14 changes: 7 additions & 7 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
val ZioConfigVersion = "3.0.7"
val ZioHttpVersionOld = "2.0.0-RC11"
val ZioHttpVersion = "0.0.3"
val ZioJsonVersion = "0.5.0"
val ZioJsonVersion = "0.6.0"
val ZioLoggingVersion = "2.1.13"
val ZioNioVersion = "2.0.1"
val ZioMetricsConnectorsVersion = "2.1.0"
Expand Down Expand Up @@ -79,8 +79,8 @@ object Dependencies {
val jwtSprayJson = "com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2"
// jwtSprayJson -> 9.0.2 is the latest version that's compatible with spray-json; if it wasn't for spray, this would be Scala 3 compatible
val springSecurityCore =
"org.springframework.security" % "spring-security-core" % "6.1.1" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.75"
"org.springframework.security" % "spring-security-core" % "6.1.2" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.76"

// caching
val ehcache = "net.sf.ehcache" % "ehcache" % "2.10.9.2"
Expand All @@ -94,9 +94,9 @@ 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.2"
val rdf4jShacl = "org.eclipse.rdf4j" % "rdf4j-shacl" % "4.3.2"
val saxonHE = "net.sf.saxon" % "Saxon-HE" % "12.2"
val rdf4jClient = "org.eclipse.rdf4j" % "rdf4j-client" % "4.3.4"
val rdf4jShacl = "org.eclipse.rdf4j" % "rdf4j-shacl" % "4.3.4"
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" % "4.1.0" // Scala 3 compatible
val titaniumJSONLD = "com.apicatalog" % "titanium-json-ld" % "1.3.2"
Expand All @@ -117,7 +117,7 @@ object Dependencies {
val wiremock = "com.github.tomakehurst" % "wiremock-jre8" % "2.35.0"

// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.12.0"
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.13.0"

val webapiIntegrationTestDependencies = Seq(
akkaHttpTestkit,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.2
sbt.version=1.9.3

0 comments on commit 6e3857e

Please sign in to comment.