From 0786b25a021bec89f25c9216260008025025f62c Mon Sep 17 00:00:00 2001 From: Alexander Zakharov Date: Thu, 2 Jul 2026 11:44:49 +0200 Subject: [PATCH] fix: address CVE-2025-14813 --- CHANGELOG.md | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8da69..1f3fa26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # [Release notes](https://github.com/entur/oidc-auth-resource-server) +## oidc-auth-resource-server v3.0.3 +* Address CVE-2025-14813 + ## oidc-auth-resource-server v3.0.2 * Address a bean conflict issue upon construction of JWKS health indicator diff --git a/build.gradle b/build.gradle index c6d1313..216734d 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { plugins { id 'base' - id 'org.jreleaser' version "1.23.0" + id 'org.jreleaser' version "1.25.0" id 'com.github.ben-manes.versions' version '0.53.0' apply false id "com.github.spotbugs" version "6.4.5" apply false id 'com.diffplug.spotless' version "8.0.0" apply false