diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/pom_3.0.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/pom_3.0.mustache
index 7014cdc907d9..b161e2260cd4 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/pom_3.0.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/pom_3.0.mustache
@@ -172,7 +172,7 @@
{{#useBeanValidationFeature}}
- org.hibernate
+ org.hibernate.validator
hibernate-validator
${hibernate.validator.version}
@@ -238,7 +238,7 @@
3.5.1
3.0.2
3.0.2
- 7.0.4.Final
+ 8.0.3.Final
3.2.7
2.6
1.9.1
diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/pom.mustache
index 4d622e2a64da..19360b064177 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/pom.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/pom.mustache
@@ -343,9 +343,9 @@
{{#performBeanValidation}}
- org.hibernate
+ org.hibernate.validator
hibernate-validator
- 5.4.3.Final
+ 8.0.3.Final
jakarta.el
diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/pom.mustache
index f69e230bbfd8..8ac47b317779 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/pom.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/pom.mustache
@@ -324,9 +324,9 @@
{{#performBeanValidation}}
- org.hibernate
+ org.hibernate.validator
hibernate-validator
- 6.2.0.Final
+ 8.0.3.Final
{{/performBeanValidation}}
diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache
index 7a12a23e6a22..86db7585880e 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache
@@ -318,7 +318,7 @@
{{#performBeanValidation}}
- org.hibernate
+ org.hibernate.validator
hibernate-validator
${hibernate-validator-version}
@@ -358,7 +358,7 @@
{{/joda}}
3.0.2
{{#performBeanValidation}}
- 5.4.3.Final
+ 8.0.3.Final
{{/performBeanValidation}}
5.10.2
diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache
index 4f6ec6d95d20..f6b907f7385f 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache
@@ -333,7 +333,7 @@
{{#performBeanValidation}}
- org.hibernate
+ org.hibernate.validator
hibernate-validator
${hibernate-validator-version}
@@ -380,7 +380,7 @@
2.9.9
{{/joda}}
{{#performBeanValidation}}
- 5.4.3.Final
+ 8.0.3.Final
{{/performBeanValidation}}
5.10.2
diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml
index dd28e40c2b68..95c3726abe72 100644
--- a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml
+++ b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml
@@ -163,7 +163,7 @@
3.5.1
3.0.2
3.0.2
- 7.0.4.Final
+ 8.0.3.Final
3.2.7
2.6
1.9.1
diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml
index 2bd55cf97f8a..59a5bdb2a2fb 100644
--- a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml
+++ b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml
@@ -169,7 +169,7 @@
3.5.1
3.0.2
3.0.2
- 7.0.4.Final
+ 8.0.3.Final
3.2.7
2.6
1.9.1
diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml
index 3e5bb51b37a6..df53090e48c8 100644
--- a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml
+++ b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml
@@ -164,7 +164,7 @@
3.5.1
3.0.2
3.0.2
- 7.0.4.Final
+ 8.0.3.Final
3.2.7
2.6
1.9.1
diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml
index e002a03185df..9725c80c277a 100644
--- a/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml
+++ b/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml
@@ -171,7 +171,7 @@
3.5.1
3.0.2
3.0.2
- 7.0.4.Final
+ 8.0.3.Final
3.2.7
2.6
1.9.1
diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml
index 42ef151bcacc..d365c4fe78fe 100644
--- a/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml
+++ b/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml
@@ -166,7 +166,7 @@
3.5.1
3.0.2
3.0.2
- 7.0.4.Final
+ 8.0.3.Final
3.2.7
2.6
1.9.1
diff --git a/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml b/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml
index 3753ac5fae22..db2ba8bf8efe 100644
--- a/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml
+++ b/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml
@@ -166,7 +166,7 @@
3.5.1
3.0.2
3.0.2
- 7.0.4.Final
+ 8.0.3.Final
3.2.7
2.6
1.9.1
diff --git a/samples/client/petstore/java/rest-assured-jackson/pom.xml b/samples/client/petstore/java/rest-assured-jackson/pom.xml
index 208030f34d1b..278f36d8ed21 100644
--- a/samples/client/petstore/java/rest-assured-jackson/pom.xml
+++ b/samples/client/petstore/java/rest-assured-jackson/pom.xml
@@ -263,9 +263,9 @@
- org.hibernate
+ org.hibernate.validator
hibernate-validator
- 6.2.0.Final
+ 8.0.3.Final
diff --git a/samples/client/petstore/java/rest-assured/pom.xml b/samples/client/petstore/java/rest-assured/pom.xml
index 281e83f604f5..cefda07ec088 100644
--- a/samples/client/petstore/java/rest-assured/pom.xml
+++ b/samples/client/petstore/java/rest-assured/pom.xml
@@ -240,9 +240,9 @@
- org.hibernate
+ org.hibernate.validator
hibernate-validator
- 6.2.0.Final
+ 8.0.3.Final