Skip to content

Commit 8e80e9e

Browse files
authored
Fix the missing Error Prone version (#3905)
1 parent 187f38c commit 8e80e9e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@
859859
<dependency>
860860
<groupId>com.google.errorprone</groupId>
861861
<artifactId>error_prone_annotations</artifactId>
862-
<version>${error-prone.version}</version>
862+
<version>${error-prone-annotations.version}</version>
863863
<scope>provided</scope>
864864
</dependency>
865865

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns="https://logging.apache.org/xml/ns"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="
5+
https://logging.apache.org/xml/ns
6+
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
7+
type="fixed">
8+
<issue id="3779" link="https://github.com/apache/logging-log4j2/issues/3779"/>
9+
<issue id="3785" link="https://github.com/apache/logging-log4j2/pull/3785"/>
10+
<issue id="3905" link="https://github.com/apache/logging-log4j2/pull/3905"/>
11+
<description format="asciidoc">
12+
Fix the `com.google.errorprone:error_prone_annotations` dependency whose version property gets erased due to flattening
13+
</description>
14+
</entry>

0 commit comments

Comments
 (0)