This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push:
new e45acc32fc JDK 25 is out, time to test on JDK 26ea
e45acc32fc is described below
commit e45acc32fc7ea755111537958768cd1bfb342ee2
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Sep 23 12:33:36 2025 +0200
JDK 25 is out, time to test on JDK 26ea
---
.github/workflows/crosschecks.yml | 2 +-
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/crosschecks.yml
b/.github/workflows/crosschecks.yml
index b1f694388f..809adcad63 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
language: ['java']
- java: [ '21', '25-ea' ]
+ java: [ '21', '26-ea' ]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
diff --git a/pom.xml b/pom.xml
index 3c112adafa..58771a03e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2461,15 +2461,15 @@ under the License.
</profile>
<profile>
- <id>jdk25</id>
+ <id>jdk25+</id>
<activation>
- <jdk>25</jdk>
+ <jdk>[25,)</jdk>
</activation>
<properties>
<byte-buddy.version>1.17.7</byte-buddy.version>
- <mockito.version>5.19.0</mockito.version>
+ <mockito.version>5.20.0</mockito.version>
</properties>
<dependencyManagement>