Skip to content

Commit

Permalink
Merge branch 'jfrog:master' into bug-fix/fix-deprected-Action-Update
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalk007 authored Aug 27, 2024
2 parents b1a1fc3 + c806179 commit a7a61e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
check-latest: true
- uses: actions/setup-python@v4
with:
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {
implementation group: 'org.jfrog.filespecs', name: 'file-specs-java', version: '1.1.2'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
implementation group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'
implementation group: 'org.codehaus.plexus', name: 'plexus-utils', version: '3.4.1'
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.4'

annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.20'
Expand Down

0 comments on commit a7a61e6

Please sign in to comment.