This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 0cebd847c Mention JDK 25 LTS as a tested version in the release notes
(#1485)
0cebd847c is described below
commit 0cebd847c3ce33c634050fb02c307acb106e0b55
Author: Sebastian Peters <[email protected]>
AuthorDate: Tue Nov 11 12:40:31 2025 +0100
Mention JDK 25 LTS as a tested version in the release notes (#1485)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 202788748..02f18541f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
standard as to justify existence in java.lang.
The code is tested using the latest revision of the JDK for supported
- LTS releases: 8, 11, 17 and 21 currently.
+ LTS releases: 8, 11, 17, 21 and 25 currently.
See
https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml
Please ensure your build environment is up-to-date and kindly report any
build issues.