This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 4d2a1d2be Bump de.skuzzle.enforcer:restrict-imports-enforcer-rule
(#3779)
4d2a1d2be is described below
commit 4d2a1d2be868482e52dd33f514882676fca4ad45
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 17 14:32:37 2026 +0200
Bump de.skuzzle.enforcer:restrict-imports-enforcer-rule (#3779)
Bumps
[de.skuzzle.enforcer:restrict-imports-enforcer-rule](https://github.com/skuzzle/restrict-imports-enforcer-rule)
from 3.0.1 to 3.0.2.
- [Release
notes](https://github.com/skuzzle/restrict-imports-enforcer-rule/releases)
-
[Changelog](https://github.com/skuzzle/restrict-imports-enforcer-rule/blob/master/CHANGELOG_LEGACY.md)
-
[Commits](https://github.com/skuzzle/restrict-imports-enforcer-rule/compare/v3.0.1...v3.0.2)
---
updated-dependencies:
- dependency-name: de.skuzzle.enforcer:restrict-imports-enforcer-rule
dependency-version: 3.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 024e7cd6c..37324cc59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,7 +296,7 @@
<dependency>
<groupId>de.skuzzle.enforcer</groupId>
<artifactId>restrict-imports-enforcer-rule</artifactId>
- <version>3.0.1</version>
+ <version>3.0.2</version>
</dependency>
</dependencies>
<executions>