File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ lazy val root = (project in file("."))
23
23
libraryDependencies ++= Seq (
24
24
" co.fs2" %% " fs2-core" % " 3.2.2" ,
25
25
" co.fs2" %% " fs2-io" % " 3.2.2" ,
26
- " com.google.crypto.tink" % " tink" % " 1.6.1" excludeAll(
26
+ " com.google.crypto.tink" % " tink" % " 1.6.1" excludeAll (
27
27
// excluded due to CVE in version used by tink 1.6.1 -> https://github.com/advisories/GHSA-wrvw-hg22-4m67
28
28
ExclusionRule (organization = " com.google.protobuf" ),
29
29
),
@@ -34,6 +34,7 @@ lazy val root = (project in file("."))
34
34
" org.tpolecat" %% " doobie-hikari" % " 1.0.0-RC2" ,
35
35
" org.tpolecat" %% " doobie-postgres" % " 1.0.0-RC2" ,
36
36
" org.postgresql" % " postgresql" % " 42.3.2" ,
37
+ " com.google.code.gson" % " gson" % " 2.8.9" , // overriden because of a vulnerability
37
38
" com.disneystreaming" %% " weaver-cats" % " 0.7.7" % Test ,
38
39
" com.disneystreaming" %% " weaver-core" % " 0.7.7" % Test ,
39
40
" org.tpolecat" %% " doobie-h2" % " 1.0.0-RC1" % Test
You can’t perform that action at this time.
0 commit comments