From 27261d61051865786381d3df2c1afade9fa64a22 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 30 Nov 2023 10:06:21 -0500 Subject: [PATCH] Bump commons-logging:commons-logging from 1.2 to 1.3.0 --- pom.xml | 2 +- src/changes/changes.xml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 482ba00b3..ac782e038 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ commons-logging commons-logging - 1.2 + 1.3.0 org.junit.vintage diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e626ca332..6a7a43243 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,19 +52,19 @@ Incorrect template eval result. - SoftCache may suffer from race conditions + SoftCache may suffer from race conditions. Ambiguous syntax between namespace function call and map object definition. - JexlFeatures: ctor does not enable all features + JexlFeatures: ctor does not enable all features. - Disable LEXICAL should disable LEXICAL_SHADE + Disable LEXICAL should disable LEXICAL_SHADE. - Recursive functions corrupt evaluation frame if reassigned + Recursive functions corrupt evaluation frame if reassigned. Exception while evaluating template literal used in array assignment in loop. @@ -85,6 +85,7 @@ Bump org.ow2.asm:asm from 9.5 to 9.6 #200. + Bump commons-logging from 1.2 to 1.3.0.