This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b668335 RAT-498, RAT-490: Update commons-lang to 3.20.0 to avoid 
build warnings under JDK25, albeit RAT not yet builds with JDK25
3b668335 is described below

commit 3b6683353aeddd38a7abe61815ddd7cce92bb09f
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Nov 17 22:01:01 2025 +0100

    RAT-498, RAT-490: Update commons-lang to 3.20.0 to avoid build warnings 
under JDK25, albeit RAT not yet builds with JDK25
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7fb75302..77630395 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ agnostic home for software distribution comprehension and 
audit tools.
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.19.0</version>
+        <version>3.20.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 98c69720..69b665d5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,9 @@ in order to be properly linked in site reports.
     </release>
     -->
     <release version="1.0.0" date="xxxx-yy-zz" description="Current SNAPSHOT - 
release to be done">
+      <action issue="RAT-490" type="fix" dev="pottlinger" due-to="Lenny 
Primark">
+        Update commons-lang to 3.20.0 to avoid deprecation warnings when 
building with JDK25 (Use of the three-letter time zone ID 'ACT' is deprecated 
and it will be removed in a future release). RAT itself cannot be built with 
JDK25 yet.
+      </action>
       <action issue="RAT-497" type="fix" dev="pottlinger">
         Fix javadoc generation problem with JDK17 (javadoc:javadoc) by 
removing reference to method itself and fix other javadoc errors in IXmlWriter, 
but combined javadoc/site build still fails.
       </action>

Reply via email to