Skip to content

Commit

Permalink
commons-text 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 16, 2024
1 parent 984fda1 commit d8c571d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
<selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId>

<jetty.version>9.4.56.v20240826</jetty.version>
<log4j.version>2.24.2</log4j.version>
<log4j.version>2.24.3</log4j.version>
<slf4j.version>2.0.16</slf4j.version>

<!-- As a property, as it is included in Checkstyle build -->
<checkstyle.version>10.20.2</checkstyle.version>
<checkstyle.version>10.21.2</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>
<pmd.version>7.8.0</pmd.version>
<junit.version>4.13.2</junit.version>
Expand Down Expand Up @@ -1260,7 +1260,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

<body>
<release version="4.8.0" date="December xx, 2024" description="Bugfixes">
<action type="update" dev="rbri">
Upgrade Apache commons-text to 1.13.0.
</action>
<action type="add" dev="RhinoTeam">
core-js: Some improvments for the interpreter by generating smaller interpreter bytecode.
</action>
Expand Down

0 comments on commit d8c571d

Please sign in to comment.