Merge pull request #78 from apache/dependabot/maven/com.github.jengelman.gradle.plugins-shadow-6.1.0
Bump com.github.jengelman.gradle.plugins:shadow from 6.0.0 to 6.1.0
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b291ae4..478bc55 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,7 +47,7 @@
distribution: 'temurin'
java-version: 11
- name: Cache Maven packages
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
diff --git a/pom.xml b/pom.xml
index 610ec3e..b7b75da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -607,7 +607,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.13</version>
+ <version>0.16</version>
<configuration>
<includes>
<include>src/**/*</include>