Skip to content

Commit 750d812

Browse files
committed
Update org.openrewrite.maven:rewrite-maven-plugin to version 5.14.0 (#2967)
1 parent 15f389a commit 750d812

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
@@ -1058,7 +1058,7 @@
10581058
<plugin>
10591059
<groupId>org.openrewrite.maven</groupId>
10601060
<artifactId>rewrite-maven-plugin</artifactId>
1061-
<version>5.13.0</version>
1061+
<version>5.14.0</version>
10621062
<configuration>
10631063
<activeRecipes>
10641064
<activeRecipe>org.openrewrite.java.logging.log4j.ParameterizedLogging</activeRecipe>
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="2967" link="https://github.com/apache/logging-log4j2/pull/2967"/>
7+
<description format="asciidoc">Update `org.openrewrite.maven:rewrite-maven-plugin` to version `5.14.0`</description>
8+
</entry>

0 commit comments

Comments
 (0)