From eb2a355718a19a5cc362b2bacc0cc174787420f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Nov 2025 10:07:10 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYCORE-14049172 --- pom.xml | 486 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 243 insertions(+), 243 deletions(-) diff --git a/pom.xml b/pom.xml index 39a4bae..fa75916 100644 --- a/pom.xml +++ b/pom.xml @@ -1,245 +1,245 @@ - 4.0.0 - - in.ravikalla - spring-boot-mongodb-bdd - 0.0.1-SNAPSHOT - jar - - spring-boot-mongodb-bdd - Modern Spring Boot BDD Virtualization Project - https://github.com/ravikalla/bdd-springboot-virtualization - - - org.springframework.boot - spring-boot-starter-parent - 3.4.1 - - - - - 21 - 21 - 21 - UTF-8 - UTF-8 - - - 3.1.9 - 2.11.0 - 7.20.1 - 3.4.1 - 3.10.0 - 1.20.4 - 5.5.0 - 3.17.0 - 4.17.1 - - - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-data-rest - - - org.springframework.boot - spring-boot-starter-data-mongodb - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.hateoas - spring-hateoas - - - - - com.google.code.gson - gson - ${gson.version} - - - - - org.glassfish.jersey.containers - jersey-container-servlet - ${jersey.version} - - - org.glassfish.jersey.ext - jersey-spring6 - ${jersey.version} - - - org.glassfish.jersey.media - jersey-media-json-jackson - ${jersey.version} - - - org.glassfish.jersey.inject - jersey-hk2 - ${jersey.version} - - - - - org.apache.commons - commons-lang3 - ${commons-lang3.version} - - - - - - org.testcontainers - junit-jupiter - ${testcontainers.version} - test - - - org.testcontainers - mongodb - ${testcontainers.version} - test - - - - - de.flapdoodle.embed - de.flapdoodle.embed.mongo - 4.9.2 - test - - - - - io.cucumber - cucumber-java - ${cucumber.version} - test - - - io.cucumber - cucumber-spring - ${cucumber.version} - test - - - io.cucumber - cucumber-junit-platform-engine - ${cucumber.version} - test - - - - - org.wiremock - wiremock-standalone - ${wiremock.version} - test - - - - - net.javacrumbs.json-unit - json-unit - ${json.unit.version} - test - - - net.javacrumbs.json-unit - json-unit-assertj - ${json.unit.version} - test - - - - - io.rest-assured - rest-assured - ${rest-assured.version} - test - - - io.rest-assured - spring-mock-mvc - ${rest-assured.version} - test - - - - - org.glassfish.jersey.test-framework.providers - jersey-test-framework-provider-inmemory - ${jersey.version} - test - - - org.junit.platform - junit-platform-suite - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.13.0 - - 21 - 21 - 21 - - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.5.2 - - - long - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - 3.5.2 - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + in.ravikalla + spring-boot-mongodb-bdd + 0.0.1-SNAPSHOT + jar + + spring-boot-mongodb-bdd + Modern Spring Boot BDD Virtualization Project + https://github.com/ravikalla/bdd-springboot-virtualization + + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + + + 21 + 21 + 21 + UTF-8 + UTF-8 + + + 3.1.10 + 2.11.0 + 7.20.1 + 3.4.1 + 3.10.0 + 1.20.4 + 5.5.0 + 3.17.0 + 4.17.1 + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-data-rest + + + org.springframework.boot + spring-boot-starter-data-mongodb + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.hateoas + spring-hateoas + + + + + com.google.code.gson + gson + ${gson.version} + + + + + org.glassfish.jersey.containers + jersey-container-servlet + ${jersey.version} + + + org.glassfish.jersey.ext + jersey-spring6 + ${jersey.version} + + + org.glassfish.jersey.media + jersey-media-json-jackson + ${jersey.version} + + + org.glassfish.jersey.inject + jersey-hk2 + ${jersey.version} + + + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + + + + org.testcontainers + junit-jupiter + ${testcontainers.version} + test + + + org.testcontainers + mongodb + ${testcontainers.version} + test + + + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + 4.9.2 + test + + + + + io.cucumber + cucumber-java + ${cucumber.version} + test + + + io.cucumber + cucumber-spring + ${cucumber.version} + test + + + io.cucumber + cucumber-junit-platform-engine + ${cucumber.version} + test + + + + + org.wiremock + wiremock-standalone + ${wiremock.version} + test + + + + + net.javacrumbs.json-unit + json-unit + ${json.unit.version} + test + + + net.javacrumbs.json-unit + json-unit-assertj + ${json.unit.version} + test + + + + + io.rest-assured + rest-assured + ${rest-assured.version} + test + + + io.rest-assured + spring-mock-mvc + ${rest-assured.version} + test + + + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-inmemory + ${jersey.version} + test + + + org.junit.platform + junit-platform-suite + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + 21 + 21 + 21 + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.2 + + + long + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.5.2 + + + \ No newline at end of file