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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git


The following commit(s) were added to refs/heads/master by this push:
     new 93a8ebb  Set turbine parent 13-SNAPSHOT with java 17 baseline; use 
Jakarta servlet-api 6.1.0 dependency.
93a8ebb is described below

commit 93a8ebbbc72874bd413a55a44eacd0e521faafc1
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Jul 9 15:12:02 2024 +0200

    Set turbine parent 13-SNAPSHOT with java 17 baseline; use Jakarta 
servlet-api 6.1.0 dependency.
---
 api/pom.xml                                                         | 6 +++---
 api/src/java/org/apache/fulcrum/security/session/Session.java       | 2 +-
 .../org/apache/fulcrum/security/session/SessionBindingEvent.java    | 2 +-
 .../org/apache/fulcrum/security/session/SessionBindingListener.java | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 04a4877..e0fb1da 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -52,9 +52,9 @@
         </dependency>
         <!-- testing dependencies -->
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>javax.servlet-api</artifactId>
-            <version>3.1.0</version>
+            <groupId>jakarta.servlet</groupId>
+            <artifactId>jakarta.servlet-api</artifactId>
+            <version>6.1.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/api/src/java/org/apache/fulcrum/security/session/Session.java 
b/api/src/java/org/apache/fulcrum/security/session/Session.java
index c1a6389..eb13b5d 100644
--- a/api/src/java/org/apache/fulcrum/security/session/Session.java
+++ b/api/src/java/org/apache/fulcrum/security/session/Session.java
@@ -21,7 +21,7 @@ package org.apache.fulcrum.security.session;
 
 
 /**
- * This interface provides access to the <code>javax.servlet.HttpSession</code>
+ * This interface provides access to the 
<code>jakarta.servlet.HttpSession</code>
  * interface.
  * 
  * @author <a href="mailto:[email protected]";>Daniel Rall</a>
diff --git 
a/api/src/java/org/apache/fulcrum/security/session/SessionBindingEvent.java 
b/api/src/java/org/apache/fulcrum/security/session/SessionBindingEvent.java
index af6eca6..f9cf4b6 100644
--- a/api/src/java/org/apache/fulcrum/security/session/SessionBindingEvent.java
+++ b/api/src/java/org/apache/fulcrum/security/session/SessionBindingEvent.java
@@ -22,7 +22,7 @@ package org.apache.fulcrum.security.session;
 
 /**
  * This interface is modelled after
- * javax.servlet.http.HttpSessionBindingListener.
+ * jakarta.servlet.http.HttpSessionBindingListener.
  * 
  * @author <a href="mailto:[email protected]";>Daniel Rall</a>
  * @version $Id$
diff --git 
a/api/src/java/org/apache/fulcrum/security/session/SessionBindingListener.java 
b/api/src/java/org/apache/fulcrum/security/session/SessionBindingListener.java
index baaa3db..f3ca88e 100644
--- 
a/api/src/java/org/apache/fulcrum/security/session/SessionBindingListener.java
+++ 
b/api/src/java/org/apache/fulcrum/security/session/SessionBindingListener.java
@@ -22,7 +22,7 @@ package org.apache.fulcrum.security.session;
 
 /**
  * This interface is modelled after
- * javax.servlet.http.HttpSessionBindingListener.
+ * jakarta.servlet.http.HttpSessionBindingListener.
  * 
  * @author <a href="mailto:[email protected]";>Daniel Rall</a>
  * @version $Id$

Reply via email to