This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 58a164f42 Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 in
/lang/java (#2689)
58a164f42 is described below
commit 58a164f42122d02620f11369a51175433528c0ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 18 11:03:54 2024 +0200
Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 in /lang/java
(#2689)
Bumps org.apache.rat:apache-rat-plugin from 0.15 to 0.16.
---
updated-dependencies:
- dependency-name: org.apache.rat:apache-rat-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit dcd49e83770a94fb3df67101b3a0c76a52ca0e38)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index af045f780..e8d88dc45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
<avro.docDir>build/avro-doc-${project.version}/api</avro.docDir>
<!-- plugin versions -->
- <apache-rat-plugin.version>0.15</apache-rat-plugin.version>
- <checkstyle-plugin.version>3.2.2</checkstyle-plugin.version>
+ <apache-rat-plugin.version>0.16</apache-rat-plugin.version>
+ <checkstyle-plugin.version>3.3.1</checkstyle-plugin.version>
<checkstyle.version>9.3</checkstyle.version>
<enforcer-plugin.version>3.3.0</enforcer-plugin.version>
<extra-enforcer-rules.version>1.7.0</extra-enforcer-rules.version>