This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 95182b356 build: upgrade RAT (#2451)
95182b356 is described below
commit 95182b356a9828407f3d01ed8c1ac528cca45d05
Author: Andy Grove <[email protected]>
AuthorDate: Wed Sep 24 13:17:45 2025 -0600
build: upgrade RAT (#2451)
---
dev/release/run-rat.sh | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/release/run-rat.sh b/dev/release/run-rat.sh
index c55c45b7f..795aa389f 100755
--- a/dev/release/run-rat.sh
+++ b/dev/release/run-rat.sh
@@ -18,7 +18,7 @@
# under the License.
#
-RAT_VERSION=0.13
+RAT_VERSION=0.16.1
# download apache rat
if [ ! -f apache-rat-${RAT_VERSION}.jar ]; then
diff --git a/pom.xml b/pom.xml
index 5312dcf55..db60fc023 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
<scalafix-maven-plugin.version>0.1.7_0.10.4</scalafix-maven-plugin.version>
<extra-enforcer-rules.version>1.7.0</extra-enforcer-rules.version>
<scalafmt.version>3.6.1</scalafmt.version>
- <apache-rat-plugin.version>0.16</apache-rat-plugin.version>
+ <apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
<scala.version>2.12.18</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<scala.plugin.version>4.8.0</scala.plugin.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]