diff --git a/.scalafmt.conf b/.scalafmt.conf index 99729c4f29..b30b179497 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.5" +version = "3.7.11" runner.dialect = scala213 maxColumn = 120 align.preset = most diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6e659ab243..d4986488a7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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" @@ -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" @@ -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" @@ -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, diff --git a/project/build.properties b/project/build.properties index 875b706a8e..52413ab79a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.2 +sbt.version=1.9.3