Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.2 to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 30, 2023
1 parent 301e987 commit 27261d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
Expand Down
9 changes: 5 additions & 4 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
Incorrect template eval result.
</action>
<action dev="henrib" type="fix" issue="JEXL-414" due-to="Holger Sunke" >
SoftCache may suffer from race conditions
SoftCache may suffer from race conditions.
</action>
<action dev="henrib" type="fix" issue="JEXL-412" due-to="Xu Pengcheng" >
Ambiguous syntax between namespace function call and map object definition.
</action>
<action dev="henrib" type="fix" issue="JEXL-410" due-to="sebb">
JexlFeatures: ctor does not enable all features
JexlFeatures: ctor does not enable all features.
</action>
<action dev="henrib" type="fix" issue="JEXL-409" due-to="sebb">
Disable LEXICAL should disable LEXICAL_SHADE
Disable LEXICAL should disable LEXICAL_SHADE.
</action>
<action dev="henrib" type="fix" issue="JEXL-405">
Recursive functions corrupt evaluation frame if reassigned
Recursive functions corrupt evaluation frame if reassigned.
</action>
<action dev="henrib" type="fix" issue="JEXL-403" due-to="Xu Pengcheng" >
Exception while evaluating template literal used in array assignment in loop.
Expand All @@ -85,6 +85,7 @@
<action dev="ggregory" type="update" due-to="dependabot">
Bump org.ow2.asm:asm from 9.5 to 9.6 #200.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-logging from 1.2 to 1.3.0.</action>
</release>
<release version="3.3" date="2023-03-20">
<!-- ADD -->
Expand Down

0 comments on commit 27261d6

Please sign in to comment.