This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/master by this push: new f24bf36 [KARAF-6885] Upgrade to Hibernate 5.4.22.Final new 70cddb4 Merge pull request #1228 from jbonofre/KARAF-6885 f24bf36 is described below commit f24bf36e22b931190778211212123d77b382f0e8 Author: jbonofre <jbono...@apache.org> AuthorDate: Thu Oct 15 15:57:30 2020 +0200 [KARAF-6885] Upgrade to Hibernate 5.4.22.Final --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef63f27..05c4e64 100644 --- a/pom.xml +++ b/pom.xml @@ -256,7 +256,7 @@ <hibernate.annotations.common.version>3.3.0.ga</hibernate.annotations.common.version> <hibernate.annotations.version>3.4.0.GA</hibernate.annotations.version> <hibernate.ejb.version>3.4.0.GA</hibernate.ejb.version> - <hibernate.version>5.4.17.Final</hibernate.version> + <hibernate.version>5.4.22.Final</hibernate.version> <hibernate.validator.version>6.1.5.Final</hibernate.validator.version> <httpclient.version>4.5.6</httpclient.version> <jansi.version>1.18</jansi.version>