Skip to content

Commit 9ef572a

Browse files
committed
Update deps and build
1 parent 83c1928 commit 9ef572a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/robot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
name: Java ${{ matrix.java }}
1919
steps:
2020
- name: Checkout with submodules
21-
uses: actions/checkout@v4.2.0
21+
uses: actions/checkout@v4.2.2
2222
with:
2323
submodules: true
2424
fetch-depth: 0 # To make git describe give the intended output
2525
fetch-tags: true
2626
- name: Setup java
27-
uses: actions/setup-java@v4.4.0
27+
uses: actions/setup-java@v4.5.0
2828
with:
2929
java-version: ${{ matrix.java }}
3030
distribution: temurin
@@ -56,7 +56,7 @@ jobs:
5656
- name: Release
5757
if: startsWith(github.ref, 'refs/tags/v') && matrix.java == '11'
5858
id: create_release
59-
uses: softprops/action-gh-release@v2.0.8
59+
uses: softprops/action-gh-release@v2.1.0
6060
with:
6161
files: |
6262
ant-javacard.jar

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>com.github.spotbugs</groupId>
143143
<artifactId>spotbugs-maven-plugin</artifactId>
144-
<version>4.8.6.4</version>
144+
<version>4.8.6.6</version>
145145
<configuration>
146146
<excludeFilterFile>spotbugs.xml</excludeFilterFile>
147147
</configuration>
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-surefire-plugin</artifactId>
181-
<version>3.5.0</version>
181+
<version>3.5.2</version>
182182
</plugin>
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)