diff --git a/README.md b/README.md
index f090d8e..9bae785 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Exousia
-Eclipse Exousia implements [Jakarta Authorization 2.0](https://jakarta.ee/specifications/authorization/2.0/), a technology that provides a low-level SPI for authorization modules, which are repositories of permissions facilitating subject based security by determining whether a given subject has a given permission, and algorithms to transform security constraints for specific containers (such as Jakarta Servlet or Jakarta Enterprise Beans) into these permissions
+Eclipse Exousia implements [Jakarta Authorization 2.1](https://jakarta.ee/specifications/authorization/2.1/), a technology that provides a low-level SPI for authorization modules, which are repositories of permissions facilitating subject based security by determining whether a given subject has a given permission, and algorithms to transform security constraints for specific containers (such as Jakarta Servlet or Jakarta Enterprise Beans) into these permissions
[Website](https://eclipse-ee4j.github.io/exousia)
diff --git a/impl/pom.xml b/impl/pom.xml
index 10baab7..11beba1 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -91,8 +91,7 @@
UTF-8UTF-8
- 11
- 11
+ 11
@@ -113,7 +112,7 @@
org.javassistjavassist
- 3.28.0-GA
+ 3.29.0-GAprovidedtrue
@@ -174,15 +173,26 @@
+
+ maven-compiler-plugin
+ 3.10.1
+
+
+ 11
+
+
+
org.apache.felixmaven-bundle-plugin
- 5.1.4
+ 5.1.6true
+ <_noimportjava>true
+ <_runee>JavaSE-11
org.glassfish.exousiaorg.glassfish.exousia
diff --git a/spi/tomcat/pom.xml b/spi/tomcat/pom.xml
index d137973..f835a66 100644
--- a/spi/tomcat/pom.xml
+++ b/spi/tomcat/pom.xml
@@ -109,7 +109,7 @@
org.apache.tomcattomcat-catalina
- 10.1.0-M14
+ 10.1.0-M16provided