Skip to content

Commit 2edaadd

Browse files
committed
Update de.skuzzle.enforcer:restrict-imports-enforcer-rule to version 3.0.0 (#442)
1 parent f4a11e7 commit 2edaadd

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
@@ -227,7 +227,7 @@
227227
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
228228
<log4j-changelog-maven-plugin.version>0.9.0</log4j-changelog-maven-plugin.version>
229229
<maven-artifact-plugin.version>3.6.0</maven-artifact-plugin.version>
230-
<restrict-imports-enforcer-rule.version>2.6.1</restrict-imports-enforcer-rule.version>
230+
<restrict-imports-enforcer-rule.version>3.0.0</restrict-imports-enforcer-rule.version>
231231
<spotbugs-maven-plugin.version>4.9.3.0</spotbugs-maven-plugin.version>
232232
<spotless-maven-plugin.version>2.44.5</spotless-maven-plugin.version>
233233
<xml-maven-plugin.version>1.1.0</xml-maven-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="442" link="https://github.com/apache/logging-parent/pull/442"/>
7+
<description format="asciidoc">Update `de.skuzzle.enforcer:restrict-imports-enforcer-rule` to version `3.0.0`</description>
8+
</entry>

0 commit comments

Comments
 (0)