From 4b7de1e49ad4de5cc77434e631c7331a682f0056 Mon Sep 17 00:00:00 2001 From: TheSilentCoder <184309164+ThatSilentCoder@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:59:20 -0500 Subject: [PATCH] issue_863: Finished fixing as many dependency issues as possible. Certain vulnerabilites can't be fixed due to the fact that they have to be fixed by outside entities. --- HIRS_AttestationCAPortal/build.gradle | 2 +- gradle/versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HIRS_AttestationCAPortal/build.gradle b/HIRS_AttestationCAPortal/build.gradle index 7d8d60cee..e404801c8 100644 --- a/HIRS_AttestationCAPortal/build.gradle +++ b/HIRS_AttestationCAPortal/build.gradle @@ -2,7 +2,7 @@ plugins { id 'application' id 'war' id 'com.netflix.nebula.ospackage' version '11.10.0' - id 'org.springframework.boot' version '3.0.13' + id 'org.springframework.boot' version '3.1.12' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/gradle/versions.toml b/gradle/versions.toml index 0e823bf29..94c89894a 100644 --- a/gradle/versions.toml +++ b/gradle/versions.toml @@ -9,7 +9,7 @@ glassfishJakartaJsonVersion = "2.0.1" glassfishJaxbRuntimeVersion = "4.0.5" guavaVersion = "33.4.0-jre" jacksonVersion = "2.18.2" -jakartaPersistenceApiVersion = "3.2.0" +jakartaPersistenceApiVersion = "3.1.0" jakartaServletVersion = "3.0.0" jakartaXmlVersion = "4.0.2" jcommanderVersion = "2.0"