From 1d7604c2466fe26a0fe6928641d07546e797b8b0 Mon Sep 17 00:00:00 2001 From: franksec42 Date: Sun, 19 Oct 2025 14:59:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=F0=9F=90=A6=E2=80=8D=F0=9F=94=A5?= =?UTF-8?q?=20phoenix:=20consolidated=20security=20fixes=20for=201=20libra?= =?UTF-8?q?ries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phoenix LLM Analysis: The VulnerableApp repository uses Gradle as its build system and Spring Boot as its framework. The c... Fixes 2 vulnerabilities across 1 libraries --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 25fe4e2c..83164748 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-log4j2' // https://mvnrepository.com/artifact/org.json/json - implementation group: 'org.json', name: 'json', version: '20190722' + implementation group: 'org.json', name: 'json', version: 'latest' //https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '8.3'