Skip to content

Commit d9c34ea

Browse files
committed
Update org.apache.groovy:groovy to version 5.0.0 (#435)
1 parent fe3d417 commit d9c34ea

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
@@ -240,7 +240,7 @@
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>
243-
<groovy.version>4.0.27</groovy.version>
243+
<groovy.version>5.0.0</groovy.version>
244244

245245
<!-- site-specific versions -->
246246
<!-- We use a separate property than `project.version` to refer to the most recent _published_ version of the project. -->
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="435" link="https://github.com/apache/logging-parent/pull/435"/>
7+
<description format="asciidoc">Update `org.apache.groovy:groovy` to version `5.0.0`</description>
8+
</entry>

0 commit comments

Comments
 (0)