[
https://issues.apache.org/jira/browse/TOMEE-4035?focusedWorklogId=807531&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-807531
]
ASF GitHub Bot logged work on TOMEE-4035:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Sep/22 18:07
Start Date: 09/Sep/22 18:07
Worklog Time Spent: 10m
Work Description: 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` ?
Issue Time Tracking
-------------------
Worklog Id: (was: 807531)
Time Spent: 1h (was: 50m)
> Upgrade SmallRye, Jackson and others
> ------------------------------------
>
> Key: TOMEE-4035
> URL: https://issues.apache.org/jira/browse/TOMEE-4035
> Project: TomEE
> Issue Type: Dependency upgrade
> Components: TomEE Build
> Affects Versions: 9.0.0-M8
> Reporter: Gwénaël Ruelland
> Assignee: Gwénaël Ruelland
> Priority: Major
> Fix For: 9.0.0-M9
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> versions of SmallRye that were RC are now stable releases.
> hibernate 6.0 is EOL, use 6.1 instead (compatible jakarta 9.1).
> updated mojarra (faces) to 3.0.2 eclipselink to 3.0.3 krazo (mvc) to 2.0.2
--
This message was sent by Atlassian Jira
(v8.20.10#820010)