This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git


The following commit(s) were added to refs/heads/master by this push:
     new 3442bda  Update `org.hibernate:hibernate-core` to version 
`5.6.15.Final` (#33)
3442bda is described below

commit 3442bda398940ac5f6cf358288c4202b8a70269a
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Oct 23 22:43:36 2023 +0000

    Update `org.hibernate:hibernate-core` to version `5.6.15.Final` (#33)
---
 pom.xml                                                      | 2 +-
 src/changelog/.1.x.x/update_org_hibernate_hibernate_core.xml | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1bdf02a..a0f68f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <compiler.plugin.version>3.8.0</compiler.plugin.version>
     <failsafe.plugin.version>2.19.1</failsafe.plugin.version>
     <findbugs.plugin.version>3.0.5</findbugs.plugin.version>
-    <hibernate.version>5.2.10.Final</hibernate.version>
+    <hibernate.version>5.6.15.Final</hibernate.version>
     <eclipselink.version>2.7.0</eclipselink.version>
     <httpclient.version>4.5.3</httpclient.version>
     <hsqldb.version>2.3.4</hsqldb.version>
diff --git a/src/changelog/.1.x.x/update_org_hibernate_hibernate_core.xml 
b/src/changelog/.1.x.x/update_org_hibernate_hibernate_core.xml
new file mode 100644
index 0000000..b977582
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_hibernate_hibernate_core.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="http://logging.apache.org/log4j/changelog";
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
+       type="changed">
+  <issue id="33" link="https://github.com/apache/logging-log4j-audit/pull/33"/>
+  <author id="github:dependabot"/>
+  <description format="asciidoc">Update `org.hibernate:hibernate-core` to 
version `5.6.15.Final`</description>
+</entry>

Reply via email to