From 0d6ac50673c65faf9bb662371433f2101605f41d Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Thu, 31 Oct 2024 14:20:48 +0100 Subject: [PATCH] Update Quarkus to 3.15.x LTS in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a8add5..66ecb31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated Keycloak to 25.0.6 - Updated to Java 21 (#272) -- Updated to Quarkus 3.8.x LTS (#272) +- Updated to Quarkus 3.15.x LTS - Bumped build time dependencies - Migrated remaining commonjs modules in frontend build to ESM (#291) - Memoize infrequently changing data, reducing XHR roundtrips