From 36e04b82e2b7bd27764286ec74df4c72faf2618d Mon Sep 17 00:00:00 2001 From: "QSL\\SumathiT" Date: Mon, 20 Jan 2025 11:10:55 -0800 Subject: [PATCH 1/2] Security: Dependabot findings. --- .github/workflows/on.pr.yml | 3 ++- api/pom.xml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/on.pr.yml b/.github/workflows/on.pr.yml index 146a9c9..f33413b 100644 --- a/.github/workflows/on.pr.yml +++ b/.github/workflows/on.pr.yml @@ -21,8 +21,9 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: + distribution: 'corretto' java-version: 18 - uses: actions/cache@v1 with: diff --git a/api/pom.xml b/api/pom.xml index 62e18bc..736113b 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,10 +21,10 @@ 3.10.1 ${java.version} ${java.version} - 1.5.2.Final - 1.6.9 + 1.6.3 + 1.6.11 4.12 - 2.18.0 + 2.20.0 @@ -88,9 +88,9 @@ true - com.oracle.jdbc - ojdbc8 - 12.2.0.1 + com.oracle.database.jdbc + ojdbc11 + 21.3.0.0 @@ -194,7 +194,7 @@ org.hibernate.orm.tooling hibernate-enhance-maven-plugin - 6.1.1.Final + 6.6.4.Final org.springframework.boot @@ -278,7 +278,7 @@ org.hibernate.orm.tooling hibernate-enhance-maven-plugin - 6.1.1.Final + 6.6.4.Final From 2574094c8146677f71b390fea69a45d1c6245720 Mon Sep 17 00:00:00 2001 From: "QSL\\SumathiT" Date: Wed, 22 Jan 2025 19:24:19 -0800 Subject: [PATCH 2/2] Security: Dependabot findings. --- api/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 736113b..d972a4b 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -24,7 +24,7 @@ 1.6.3 1.6.11 4.12 - 2.20.0 + 2.24.3 @@ -90,7 +90,7 @@ com.oracle.database.jdbc ojdbc11 - 21.3.0.0 + 23.6.0.24.10 @@ -194,7 +194,7 @@ org.hibernate.orm.tooling hibernate-enhance-maven-plugin - 6.6.4.Final + 6.6.5.Final org.springframework.boot @@ -278,7 +278,7 @@ org.hibernate.orm.tooling hibernate-enhance-maven-plugin - 6.6.4.Final + 6.6.5.Final