Skip to content

Commit

Permalink
issue_863: Finished fixing as many dependency issues as possible. Cer…
Browse files Browse the repository at this point in the history
…tain vulnerabilites can't be fixed due to the fact that they have to be fixed by outside entities.
  • Loading branch information
ThatSilentCoder committed Jan 10, 2025
1 parent f1c430e commit 4b7de1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HIRS_AttestationCAPortal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4b7de1e

Please sign in to comment.