Skip to content

Commit

Permalink
upgrade Apache commons-lang3 to 3.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 3, 2024
1 parent 6c16c82 commit 65605e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

<body>
<release version="4.5.0" date="xxxx, 2024" description="Chrome/Edge 128, Firefox 129, WebWorker, Bugfixes">
<action type="update" dev="rbri">
Upgrade Apache commons-lang3 to 3.17.0.
</action>
<action type="add" dev="RhinoTeam">
core-js: Map groupBy added.
</action>
Expand Down Expand Up @@ -12267,7 +12270,7 @@
<action type="update" dev="mguillem">
JavaScript: default conversion of host objects to string is now "[object Xxxx]" like what Mozilla does
</action>
<action type="update" dev="mguillem" issue="1289462" due-to="Lothar M�rkle">
<action type="update" dev="mguillem" issue="1289462" due-to="Lothar Märkle">
DomNode.asXml() now produces correct xml encoding special characters.
</action>
<action type="update" dev="mguillem" issue="1267106" due-to="Bruce Faulkner">
Expand Down

0 comments on commit 65605e4

Please sign in to comment.