Bump libraries with CVEs

This commit is contained in:
Rene Pfeuffer
2026-03-11 13:10:49 +00:00
committed by Florian Scholdei
parent 7771d83e5f
commit 3b532a5b73
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Updates of libraries with HIGH CVEs

View File

@@ -3,7 +3,7 @@ ext {
guiceVersion = '7.0.0'
resteasyVersion = '6.2.15.Final'
jacksonVersion = '2.21.0'
jacksonVersion = '2.21.1'
jacksonAnnotationsVersion = '2.21'
legmanVersion = '2.0.3'

View File

@@ -157,6 +157,12 @@ dependencies {
// plugin transformer
implementation 'org.eclipse.transformer:org.eclipse.transformer:1.0.0'
implementation 'org.eclipse.transformer:org.eclipse.transformer.jakarta:1.0.0'
constraints {
implementation("commons-beanutils:commons-beanutils:1.11.0") {
because "previous versions have a CVE-2025-48734"
}
}
}
war {