This repository was archived by the owner on Apr 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-20
lines changed
Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ allprojects {
6666 dependency ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0'
6767 dependency ' com.google.guava:guava:30.1-jre'
6868
69- dependency ' org.liquibase:liquibase-core:3.7 .0'
69+ dependency ' org.liquibase:liquibase-core:4.27 .0'
7070 dependency ' org.postgresql:postgresql:42.3.2'
7171
7272 dependency ' commons-beanutils:commons-beanutils:1.9.3'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ configurations.all {
1414 CVE-2017-18640, CVE-2022-41854
1515 * */
1616 if (det. requested. name == ' snakeyaml' ){
17- det. useVersion ' 1.32 '
17+ det. useVersion ' 2.2 '
1818 }
1919
2020 /*
Original file line number Diff line number Diff line change 88 </notes >
99 <cve >CVE-2022-45688</cve >
1010 </suppress >
11- <suppress until =" 2023-11-30" >
12- <notes >
13- Liquibase core needs major version latest of liquibase-core. Version 4.2.2 not resolving current CVE issue
14- </notes >
15- <cve >CVE-2022-0839</cve >
16- </suppress >
1711 <suppress until =" 2023-11-30" >
1812 <notes >
1913 This applies to spring-security-config-5.4.10, spring-security-crypto-5.4.10 and spring-security-web-5.4.10.
3024 </notes >
3125 <cve >CVE-2021-42550</cve >
3226 </suppress >
33- <suppress until =" 2023-11-30" >
34- <notes >
35- SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization.
36- </notes >
37- <cve >CVE-2022-1471</cve >
38- </suppress >
3927 <suppress until =" 2023-11-30" >
4028 <notes >
4129 Jackson-databind version 2.12.7.1 in combination with postgres has interface changes in DBUtils that cause unit tests to fail.
172160 </notes >
173161 <cve >CVE-2022-083</cve >
174162 </suppress >
175- <suppress >
176- <notes >
177- SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization.
178- </notes >
179- <cve >CVE-2022-1471</cve >
180- </suppress >
181163
182164 <suppress >
183165 <notes >
You can’t perform that action at this time.
0 commit comments