@@ -2,36 +2,36 @@ import sbt.*
2
2
import sbt .Keys .libraryDependencies
3
3
4
4
object Dependencies {
5
- val cirisVersion = " 3.3 .0"
6
- val doobieVersion = " 1.0.0-RC4 "
7
- val circeVersion = " 0.14.6 "
8
- val catsEffectVersion = " 3.5.2 "
5
+ val cirisVersion = " 3.6 .0"
6
+ val doobieVersion = " 1.0.0-RC5 "
7
+ val circeVersion = " 0.14.7 "
8
+ val catsEffectVersion = " 3.5.4 "
9
9
10
10
val TestLib = Seq (
11
11
libraryDependencies ++= Seq (
12
- " org.scalamock" %% " scalamock" % " 5.2 .0" % Test ,
13
- " org.scalatest" %% " scalatest" % " 3.2.17 " % Test ,
14
- " com.dimafeng" %% " testcontainers-scala" % " 0.41.0 " % Test ,
15
- " org.testcontainers" % " mysql" % " 1.19.1 " % Test ,
16
- " org.testcontainers" % " testcontainers" % " 1.19.1 " % Test
12
+ " org.scalamock" %% " scalamock" % " 6.0 .0" % Test ,
13
+ " org.scalatest" %% " scalatest" % " 3.2.18 " % Test ,
14
+ " com.dimafeng" %% " testcontainers-scala" % " 0.41.3 " % Test ,
15
+ " org.testcontainers" % " mysql" % " 1.19.8 " % Test ,
16
+ " org.testcontainers" % " testcontainers" % " 1.19.8 " % Test
17
17
)
18
18
)
19
19
20
20
val Config = Seq (
21
21
libraryDependencies ++= Seq (
22
22
" is.cir" %% " ciris-enumeratum" % cirisVersion,
23
23
" is.cir" %% " ciris-refined" % cirisVersion,
24
- " eu.timepit" %% " refined" % " 0.11.0 "
24
+ " eu.timepit" %% " refined" % " 0.11.1 "
25
25
)
26
26
)
27
27
28
28
val Logging = Seq (
29
29
libraryDependencies ++= Seq (
30
- " ch.qos.logback" % " logback-classic" % " 1.4.11 " ,
31
- " ch.qos.logback" % " logback-core" % " 1.4.11 " ,
32
- " org.slf4j" % " jcl-over-slf4j" % " 2.0.9 " ,
33
- " org.slf4j" % " jul-to-slf4j" % " 2.0.9 " ,
34
- " org.typelevel" %% " log4cats-slf4j" % " 2.6 .0"
30
+ " ch.qos.logback" % " logback-classic" % " 1.5.6 " ,
31
+ " ch.qos.logback" % " logback-core" % " 1.5.6 " ,
32
+ " org.slf4j" % " jcl-over-slf4j" % " 2.0.13 " ,
33
+ " org.slf4j" % " jul-to-slf4j" % " 2.0.13 " ,
34
+ " org.typelevel" %% " log4cats-slf4j" % " 2.7 .0"
35
35
)
36
36
)
37
37
@@ -42,7 +42,7 @@ object Dependencies {
42
42
" org.tpolecat" %% " doobie-refined" % doobieVersion,
43
43
" org.tpolecat" %% " doobie-scalatest" % doobieVersion % Test ,
44
44
" mysql" % " mysql-connector-java" % " 8.0.33" ,
45
- " com.zendesk" % " mysql-binlog-connector-java" % " 0.28 .2"
45
+ " com.zendesk" % " mysql-binlog-connector-java" % " 0.29 .2"
46
46
)
47
47
)
48
48
@@ -63,8 +63,8 @@ object Dependencies {
63
63
val XML = Seq (
64
64
libraryDependencies ++= Seq (
65
65
" javax.xml.bind" % " jaxb-api" % " 2.3.1" ,
66
- " com.sun.xml.bind" % " jaxb-impl" % " 4.0.3 " ,
67
- " com.sun.xml.bind" % " jaxb-core" % " 4.0.3 " ,
66
+ " com.sun.xml.bind" % " jaxb-impl" % " 4.0.5 " ,
67
+ " com.sun.xml.bind" % " jaxb-core" % " 4.0.5 " ,
68
68
" javax.activation" % " activation" % " 1.1.1"
69
69
)
70
70
)
0 commit comments