Skip to content

Commit

Permalink
Update build and automation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Oct 1, 2024
1 parent 5206a74 commit d7830f5
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 219 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
name: Java ${{ matrix.java }}
steps:
- name: Checkout with submodules
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
submodules: true
fetch-depth: 0 # To make git describe give the intended output
fetch-tags: true
- name: Setup java
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.4.0
with:
java-version: ${{ matrix.java }}
distribution: temurin
Expand All @@ -49,7 +49,7 @@ jobs:
run: ./mvnw -B -U deploy
- name: Upload
if: github.event_name != 'pull_request' && matrix.java == '11'
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.4.0
with:
name: ant-javacard.jar
path: ant-javacard.jar
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.
wrapperVersion=3.3.2
distributionType=script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
6 changes: 3 additions & 3 deletions capfile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.9.0</version>
<version>7.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
<version>2.0.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.12</version>
<version>2.0.16</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit d7830f5

Please sign in to comment.