diff --git a/NOTICE b/NOTICE
index 776dad8a..9a4c03d6 100644
--- a/NOTICE
+++ b/NOTICE
@@ -12,15 +12,15 @@ specific language governing permissions and limitations
under the License.
This project includes:
- Bean Validation API under Apache License 2.0
ClassMate under The Apache Software License, Version 2.0
digipost-data-types under The Apache Software License, Version 2.0
- Expression Language 3.0 under CDDL + GPLv2 with classpath exception
Hibernate Validator Engine under Apache License 2.0
Jackson datatype: JSR310 under The Apache Software License, Version 2.0
Jackson-annotations under The Apache Software License, Version 2.0
Jackson-core under The Apache Software License, Version 2.0
jackson-databind under The Apache Software License, Version 2.0
+ Jakarta Bean Validation API under Apache License 2.0
+ Jakarta Expression Language 3.0 under EPL 2.0 or GPL2 w/ CPE
JBoss Logging 3 under Apache License, version 2.0
Project Lombok under The MIT License
diff --git a/pom.xml b/pom.xml
index 3ec989b4..e0a85b58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,20 +55,26 @@
jackson-core
- javax.validation
- validation-api
- 2.0.1.Final
+ jakarta.validation
+ jakarta.validation-api
+ 2.0.2
- org.hibernate
+ org.hibernate.validator
hibernate-validator
- 6.0.16.Final
+ 6.0.17.Final
runtime
+
+
+ javax.validation
+ validation-api
+
+
org.glassfish
- javax.el
- 3.0.0
+ jakarta.el
+ 3.0.3
runtime