Skip to content

Commit e71820a

Browse files
committedJan 13, 2025
Update org.openrewrite.recipe:rewrite-migrate-java to version 3.0.0 (#3390)
1 parent d9fb27b commit e71820a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@
10691069
<dependency>
10701070
<groupId>org.openrewrite.recipe</groupId>
10711071
<artifactId>rewrite-migrate-java</artifactId>
1072-
<version>2.4.0</version>
1072+
<version>3.0.0</version>
10731073
</dependency>
10741074
<dependency>
10751075
<groupId>org.openrewrite.recipe</groupId>

‎src/changelog/.2.x.x/update_org_openrewrite_recipe_rewrite_migrate_java.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="2989" link="https://github.com/apache/logging-log4j2/pull/2989"/>
7-
<description format="asciidoc">Update `org.openrewrite.recipe:rewrite-migrate-java` to version `2.4.0`</description>
6+
<issue id="3390" link="https://github.com/apache/logging-log4j2/pull/3390"/>
7+
<description format="asciidoc">Update `org.openrewrite.recipe:rewrite-migrate-java` to version `3.0.0`</description>
88
</entry>

0 commit comments

Comments
 (0)
Please sign in to comment.