Skip to content

Commit

Permalink
Updated some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRivis committed Oct 24, 2023
1 parent 53a7414 commit cbd0bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
Expand All @@ -38,7 +38,7 @@ jobs:
run: mvn clean package

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion gitclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>net.lingala.zip4j</groupId>
<artifactId>zip4j</artifactId>
<version>1.3.2</version>
<version>2.10.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cbd0bd2

Please sign in to comment.