@@ -27,11 +27,11 @@ import java.text.SimpleDateFormat
27
27
import java .util .Calendar
28
28
29
29
30
- val specs2V = " 4.20.8 " // based on spray 1.3.x built in support
30
+ val specs2V = " 4.20.9 " // based on spray 1.3.x built in support
31
31
val akkaV = " 2.7.+"
32
32
33
33
val sprayV = " 1.3.+"
34
- val scalalikeV = " 4.3.1 "
34
+ val scalalikeV = " 4.3.2 "
35
35
val akkaHttpVersion = " 10.5.3"
36
36
val akkaVersion = " 2.8.5"
37
37
val testContainersVersion = " 1.20.1"
@@ -88,16 +88,16 @@ val buildSettings = Seq(
88
88
" io.findify" %% " s3mock" % " 0.2.6" % " test" ,
89
89
" ch.qos.logback" % " logback-classic" % " 1.5.8" ,
90
90
" org.mariadb.jdbc" % " mariadb-java-client" % " 3.1.4" ,
91
- " com.mysql" % " mysql-connector-j" % " 9.0 .0" ,
91
+ " com.mysql" % " mysql-connector-j" % " 9.1 .0" ,
92
92
// Libreoffice document API
93
93
" org.odftoolkit" % " simple-odf" % " 0.9.0" withSources(),
94
94
" com.scalapenos" %% " stamina-json" % " 0.1.6" , // ### NO Scala 3
95
95
" net.virtual-void" %% " json-lenses" % " 0.6.2" ,
96
96
// s3
97
- " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.770 " ,
97
+ " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.772 " ,
98
98
" de.svenkubiak" % " jBCrypt" % " 0.4.1" ,
99
99
" com.github.daddykotex" %% " courier" % " 3.2.0" , // ### Scala 3
100
- " com.github.nscala-time" %% " nscala-time" % " 2.32 .0" , // ### Scala 3
100
+ " com.github.nscala-time" %% " nscala-time" % " 2.34 .0" , // ### Scala 3
101
101
" com.github.blemale" %% " scaffeine" % " 5.3.0" , // ### Scala 3
102
102
" de.zalando" %% " beard" % " 0.3.3" exclude(" ch.qos.logback" , " logback-classic" ) from " https://github.com/OpenOlitor/beard/releases/download/0.3.3/beard_2.13-0.3.3.jar" , // ### NO Scala 3, NO Scala 2.13
103
103
// transitive dependencies of legacy de.zalando.beard
@@ -107,8 +107,8 @@ val buildSettings = Seq(
107
107
" io.nayuki" % " qrcodegen" % " 1.8.0" ,
108
108
" org.apache.pdfbox" % " pdfbox" % " 2.0.32" ,
109
109
" org.apache.pdfbox" % " pdfbox-parent" % " 2.0.32" pomOnly(),
110
- " org.apache.xmlgraphics" % " batik-transcoder" % " 1.17 " ,
111
- " org.apache.xmlgraphics" % " batik-codec" % " 1.17 " ,
110
+ " org.apache.xmlgraphics" % " batik-transcoder" % " 1.18 " ,
111
+ " org.apache.xmlgraphics" % " batik-codec" % " 1.18 " ,
112
112
" com.tegonal" %% " cf-env-config-loader" % " 1.1.2" , // ### NO Scala 3, NO Scala 2.13
113
113
" com.eatthepath" % " java-otp" % " 0.4.0" ,
114
114
" org.apache.pdfbox" % " pdfbox-tools" % " 2.0.32"
@@ -118,9 +118,9 @@ val buildSettings = Seq(
118
118
" org.scala-lang.modules" %% " scala-parser-combinators" % " 2.1.1" ,
119
119
" xerces" % " xercesImpl" % " 2.12.2" ,
120
120
" org.apache.commons" % " commons-compress" % " 1.26.2" ,
121
- " io.netty" % " netty-handler" % " 4.1.107 .Final" ,
121
+ " io.netty" % " netty-handler" % " 4.1.114 .Final" ,
122
122
" org.apache.jena" % " jena-core" % " 4.6.1" ,
123
- " com.google.protobuf" % " protobuf-java" % " 3.21.10 " ,
123
+ " com.google.protobuf" % " protobuf-java" % " 3.21.12 " ,
124
124
" com.google.guava" % " guava" % " 33.0.0-jre"
125
125
)
126
126
)
0 commit comments