Skip to content

Commit 2e2c089

Browse files
committed
Update org.graalvm.truffle:truffle-api to version 23.1.2 (#2206)
1 parent 23a9587 commit 2e2c089

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
@@ -111,7 +111,7 @@
111111
<flapdoodle-embed.version>4.8.1</flapdoodle-embed.version>
112112
<flapdoodle-reverse.version>1.7.2</flapdoodle-reverse.version>
113113
<flume.version>1.11.0</flume.version>
114-
<graalvm.version>23.1.1</graalvm.version>
114+
<graalvm.version>23.1.2</graalvm.version>
115115
<groovy.version>4.0.17</groovy.version>
116116
<guava.version>33.0.0-jre</guava.version>
117117
<h2.version>2.2.222</h2.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.3.xsd"
5+
type="updated">
6+
<issue id="2206" link="https://github.com/apache/logging-log4j2/pull/2206"/>
7+
<description format="asciidoc">Update `org.graalvm.truffle:truffle-api` to version `23.1.2`</description>
8+
</entry>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ This release contains...
6666
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5` (https://github.com/apache/logging-log4j2/pull/2177[2177])
6767
* Update `org.apache.tomcat:tomcat-juli` to version `10.1.18` (https://github.com/apache/logging-log4j2/pull/2176[2176])
6868
* Update `org.assertj:assertj-core` to version `3.25.1` (https://github.com/apache/logging-log4j2/pull/2152[2152])
69+
* Update `org.graalvm.truffle:truffle-api` to version `23.1.2` (https://github.com/apache/logging-log4j2/pull/2206[2206])
6970
* Update `org.mockito:mockito-bom` to version `5.9.0` (https://github.com/apache/logging-log4j2/pull/2194[2194])
7071
* Update `org.slf4j:slf4j-api` to version `2.0.10` (https://github.com/apache/logging-log4j2/pull/2136[2136])
7172
* Update `org.springframework.boot:spring-boot-dependencies` to version `3.2.1` (https://github.com/apache/logging-log4j2/pull/2123[2123])

0 commit comments

Comments
 (0)