rzo1 commented on code in PR #918:
URL: https://github.com/apache/tomee/pull/918#discussion_r967344665


##########
arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/hibernate-pom.xml:
##########
@@ -23,11 +23,15 @@
   <version>1.0.0</version>
   <artifactId>hibernate-deps</artifactId>
 
+  <properties>
+    <version.hibernate.orm>6.1.2.Final</version.hibernate.orm>
+    <version.hibernate.validator>7.0.4.Final</version.hibernate.validator>

Review Comment:
   We have `7.0.5.Final` available now: 
https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator/7.0.5.Final
   
   Perhaps we can update directly to `7.0.5.Final` ?



##########
arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/hibernate-pom.xml:
##########
@@ -23,11 +23,15 @@
   <version>1.0.0</version>
   <artifactId>hibernate-deps</artifactId>
 
+  <properties>
+    <version.hibernate.orm>6.1.2.Final</version.hibernate.orm>

Review Comment:
   We have `6.1.3.Final` available now: 
https://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core/6.1.3.Final
   Perhaps we can update directly to `6.1.3.Final` ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to