From fd1c06cc766e7a6ebe02aada2c49a160930c20cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 07:45:31 +0000 Subject: [PATCH] fix: upgrade org.postgresql:postgresql from 42.3.7 to 42.7.3 Snyk has created this PR to upgrade org.postgresql:postgresql from 42.3.7 to 42.7.3. See this package in maven: org.postgresql:postgresql See this project in Snyk: https://app.snyk.io/org/arctiq-nfr-shared/project/2b27564c-c9e5-4b10-afb0-ddc2e16d5a84?utm_source=github&utm_medium=referral&page=upgrade-pr --- pom.xml | 144 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/pom.xml b/pom.xml index 33310c3b..5c185fe7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,75 +1,75 @@ - 4.0.0 - onlinebookstore - onlinebookstore - 0.0.1-SNAPSHOT - war - - src/main/java - onlinebookstore - - - org.apache.maven.plugins - maven-dependency-plugin - 2.3 - - - package - - copy - - - - - com.github.jsimone - webapp-runner - 8.0.30.2 - webapp-runner.jar - - - - - - - - maven-compiler-plugin - 3.11.0 - - 1.8 - 1.8 - - - - maven-war-plugin - 3.2.1 - - WebContent - - - - - - - - org.postgresql - postgresql - 42.3.7 - - - - - mysql - mysql-connector-java - 8.0.28 - - - - - javax.servlet - javax.servlet-api - 3.1.0 - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + onlinebookstore + onlinebookstore + 0.0.1-SNAPSHOT + war + + src/main/java + onlinebookstore + + + org.apache.maven.plugins + maven-dependency-plugin + 2.3 + + + package + + copy + + + + + com.github.jsimone + webapp-runner + 8.0.30.2 + webapp-runner.jar + + + + + + + + maven-compiler-plugin + 3.11.0 + + 1.8 + 1.8 + + + + maven-war-plugin + 3.2.1 + + WebContent + + + + + + + + org.postgresql + postgresql + 42.7.3 + + + + + mysql + mysql-connector-java + 8.0.28 + + + + + javax.servlet + javax.servlet-api + 3.1.0 + + \ No newline at end of file