Skip to content

Commit 582466f

Browse files
committed
Update com.google.errorprone:error_prone_core to version 2.41.0 (#441)
1 parent f4a11e7 commit 582466f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<develocity-user-data-extension.version>2.0.3</develocity-user-data-extension.version>
237237

238238
<!-- plugin dependencies versions -->
239-
<error-prone.version>2.38.0</error-prone.version>
239+
<error-prone.version>2.41.0</error-prone.version>
240240
<!-- `findsecbugs-plugin:1.13.0` contains a bug blocking Log4j compilation: https://github.com/find-sec-bugs/find-sec-bugs/pull/728
241241
Hence, pinning the `1.12.0` instead. -->
242242
<findsecbugs-plugin.version>1.14.0</findsecbugs-plugin.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="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="441" link="https://github.com/apache/logging-parent/pull/441"/>
7+
<description format="asciidoc">Update `com.google.errorprone:error_prone_core` to version `2.41.0`</description>
8+
</entry>

0 commit comments

Comments
 (0)