Skip to content

Commit 3cb0cd8

Browse files
committed
Update org.eclipse.persistence:org.eclipse.persistence.jpa to version 2.7.13 (#1900)
1 parent 9e06292 commit 3cb0cd8

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<mongodb.version>4.11.0</mongodb.version>
133133
<netty.version>4.1.100.Final</netty.version>
134134
<org.eclipse.osgi.version>3.13.0.v20180226-1711</org.eclipse.osgi.version>
135-
<org.eclipse.persistence.version>2.7.11</org.eclipse.persistence.version>
135+
<org.eclipse.persistence.version>2.7.13</org.eclipse.persistence.version>
136136
<oro.version>2.0.8</oro.version>
137137
<!-- The OSGi API version MUST always be the MINIMUM version Log4j supports: -->
138138
<osgi.api.version>6.0.0</osgi.api.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="1900" link="https://github.com/apache/logging-log4j2/pull/1900"/>
7+
<description format="asciidoc">Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13`</description>
8+
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
5555
* Update `github/codeql-action` to version `2.22.4` (https://github.com/apache/logging-log4j2/pull/1886[1886])
5656
* Update `io.netty:netty-bom` to version `4.1.100.Final` (https://github.com/apache/logging-log4j2/pull/1857[1857])
5757
* Update `net.bytebuddy:byte-buddy` to version `1.14.9` (https://github.com/apache/logging-log4j2/pull/1891[1891])
58+
* Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13` (https://github.com/apache/logging-log4j2/pull/1900[1900])
5859
* Update `org.mongodb:bson` to version `4.11.0` (https://github.com/apache/logging-log4j2/pull/1893[1893])
5960
* Update `org.ow2.asm:asm-bom` to version `9.6` (https://github.com/apache/logging-log4j2/pull/1898[1898])
6061
* Update `org.springframework.boot:spring-boot` to version `2.7.17` (https://github.com/apache/logging-log4j2/pull/1874[1874])

0 commit comments

Comments
 (0)