diff --git a/pom.xml b/pom.xml index 998dfb97..b0b3fd2f 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ UTF-8 1.10.0 - 0.61.1 + 0.61.2 2.2 0.10.2 @@ -57,7 +57,7 @@ 2.6 8.0 1.11.0 - 3.19.0 + 3.20.2 3.8.1 3.2.1 @@ -75,17 +75,17 @@ 54-8e2e575-247593 2021.0.5 - 2.7.5 + 2.7.10 2.9.0 - 3.25.0 + 3.32.0 1.6.21 - 2.16 + 2.18.0 2.5.17 2.9.0 4.10.0 2.2.3 2.3.3 - 5.6.9.Final + 5.6.15.Final 1.0 2.3.6 2.0.1 @@ -94,13 +94,11 @@ 3.23.1 - 3.4.0 + 3.4.7 - - 5.7.5 - - 2.9.0 + 2.14.2 + 2.10.1 @@ -119,14 +117,6 @@ - - - org.springframework.security - spring-security-bom - ${spring.security.version} - pom - import - com.google.cloud spring-cloud-gcp-dependencies @@ -134,6 +124,13 @@ pom import + + com.fasterxml.jackson + jackson-bom + ${jackson-bom.version} + import + pom + org.springframework.boot spring-boot-dependencies @@ -311,6 +308,13 @@ pom import + + org.apache.camel + camel-core + test-jar + test + ${camel.version} + org.apache.camel camel-xml-jaxb @@ -398,7 +402,6 @@ com.google.code.gson gson - ${google.gson.version} @@ -452,11 +455,7 @@ to pick the highest version. Otherwise we may end up unexpectedly swapping to an older version if the 'nearest' definition changes, or end up unexpectedly using a different version to what we've specified via a parent bom --> - - - com.google.code.gson:gson - - + diff --git a/spring-boot-infrastructure/pom.xml b/spring-boot-infrastructure/pom.xml index 480509f0..ae832eb6 100644 --- a/spring-boot-infrastructure/pom.xml +++ b/spring-boot-infrastructure/pom.xml @@ -19,7 +19,6 @@ org.springframework.boot spring-boot-starter - ${spring.boot.version} test diff --git a/spring-infrastructure/pom.xml b/spring-infrastructure/pom.xml index 5aa5d3eb..2edf1fed 100644 --- a/spring-infrastructure/pom.xml +++ b/spring-infrastructure/pom.xml @@ -17,10 +17,6 @@ org.apache.commons commons-lang3 - - org.checkerframework - checker-qual - com.google.guava guava diff --git a/suppression.xml b/suppression.xml index c686e05b..ae221bd5 100644 --- a/suppression.xml +++ b/suppression.xml @@ -1,7 +1,7 @@ - + ^pkg:maven/com\.google\.http\-client/google\-http\-client\-gson@.*$ CVE-2022-25647 - + @@ -19,5 +19,14 @@ ^pkg:maven/org\.springframework\.security/spring\-security\-.*$ CVE-2020-5408 + + + + + ^pkg:maven/com\.google\.guava/guava@.*$ + CVE-2020-8908 +