Skip to content

Commit 95182b3

Browse files
authored
build: upgrade RAT (#2451)
1 parent 657cac8 commit 95182b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/release/run-rat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# under the License.
1919
#
2020

21-
RAT_VERSION=0.13
21+
RAT_VERSION=0.16.1
2222

2323
# download apache rat
2424
if [ ! -f apache-rat-${RAT_VERSION}.jar ]; then

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ under the License.
6464
<scalafix-maven-plugin.version>0.1.7_0.10.4</scalafix-maven-plugin.version>
6565
<extra-enforcer-rules.version>1.7.0</extra-enforcer-rules.version>
6666
<scalafmt.version>3.6.1</scalafmt.version>
67-
<apache-rat-plugin.version>0.16</apache-rat-plugin.version>
67+
<apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
6868
<scala.version>2.12.18</scala.version>
6969
<scala.binary.version>2.12</scala.binary.version>
7070
<scala.plugin.version>4.8.0</scala.plugin.version>

0 commit comments

Comments
 (0)