@@ -30,14 +30,14 @@ lazy val root = (project in file("."))
30
30
" com.softwaremill.magnolia1_2" %% " magnolia" % " 1.0.0-M7" ,
31
31
" de.siegmar" % " fastcsv" % " 1.0.3" ,
32
32
" org.mapdb" % " mapdb" % " 3.0.8" ,
33
- " org.tpolecat" %% " doobie-core" % " 1.0.0-RC2 " ,
34
- " org.tpolecat" %% " doobie-hikari" % " 1.0.0-RC2 " ,
35
- " org.tpolecat" %% " doobie-postgres" % " 1.0.0-RC2 " ,
33
+ " org.tpolecat" %% " doobie-core" % " 1.0.0-RC4 " ,
34
+ " org.tpolecat" %% " doobie-hikari" % " 1.0.0-RC4 " ,
35
+ " org.tpolecat" %% " doobie-postgres" % " 1.0.0-RC4 " ,
36
36
" org.postgresql" % " postgresql" % " 42.4.3" , // CVE-2022-41946, CVE-2022-31197
37
- " com.google.code.gson" % " gson" % " 2.8.9" , // overriden because of a vulnerability
37
+ " com.google.code.gson" % " gson" % " 2.8.9" , // overridden because of a vulnerability
38
38
" com.disneystreaming" %% " weaver-cats" % " 0.7.7" % Test ,
39
39
" com.disneystreaming" %% " weaver-core" % " 0.7.7" % Test ,
40
- " org.tpolecat" %% " doobie-h2" % " 1.0.0-RC1 " % Test ,
40
+ " org.tpolecat" %% " doobie-h2" % " 1.0.0-RC4 " % Test ,
41
41
" org.jetbrains.kotlin" % " kotlin-stdlib" % " 1.6.0" // override to avoid CVE-2022-24329, CVE-2020-29582 vulnerabilities
42
42
),
43
43
/*
0 commit comments