[java-parent-project] branch main updated: IDP-2419 - Rebase IdP on Servlet 6.1
Codeberg
noreply at shibboleth.net
Thu Dec 18 14:39:03 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-parent-project.
View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/fa881e15df584e7c1995a1cfbb5c3f0f51655172
The following commit(s) were added to refs/heads/main by this push:
new fa881e1 IDP-2419 - Rebase IdP on Servlet 6.1
fa881e1 is described below
commit fa881e15df584e7c1995a1cfbb5c3f0f51655172
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 18 09:38:50 2025 -0500
IDP-2419 - Rebase IdP on Servlet 6.1
https://shibboleth.atlassian.net/browse/IDP-2419
Bumped all relevant API jars that I am familiar with.
---
pom.xml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 26eb93f..2eb0b5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,9 @@
<graalvm.version>21.2.0</graalvm.version>
<guava.version>33.0.0-jre</guava.version>
<jackson.version>2.16.2</jackson.version>
- <jakarta.ee.version>9</jakarta.ee.version>
+ <jakarta.ee.version>11</jakarta.ee.version>
+ <jakarta.servlet.version>6.1.0</jakarta.servlet.version>
+ <jakarta.pages.version>4.0.0</jakarta.pages.version>
<jakarta.activation.version>2.0.1</jakarta.activation.version>
<jakarta.json.version>2.0.1</jakarta.json.version>
<jakarta.mail.version>2.0.1</jakarta.mail.version>
@@ -89,7 +91,7 @@
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
- <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
+ <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
@@ -395,13 +397,13 @@
<dependency>
<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jakarta.servlet.jsp-api</artifactId>
- <version>3.0.0</version>
+ <version>${jakarta.pages.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
- <version>6.0.0</version>
+ <version>${jakarta.servlet.version}</version>
<scope>provided</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list