Skip to content

Commit

Permalink
bump commons-io to 2.140. (#582)
Browse files Browse the repository at this point in the history
* bump commons-io to 2.140.

Signed-off-by: Gagan Juneja <[email protected]>

* bump version actions/upload-artifact to V4

Signed-off-by: Gagan Juneja <[email protected]>

---------

Signed-off-by: Gagan Juneja <[email protected]>
Co-authored-by: Gagan Juneja <[email protected]>
(cherry picked from commit e9aaf75)
  • Loading branch information
Gaganjuneja authored and github-actions[bot] committed Oct 28, 2024
1 parent bb835e6 commit 58af759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: ./tmp/performance-analyzer-rca
run: ./gradlew build --stacktrace
- name: Upload reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gradle-reports
path: ./tmp/performance-analyzer-rca/build/reports
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: "${log4jVersion}"
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: "${log4jVersion}"
implementation group: 'org.apache.commons', name: 'commons-lang3', version: "${commonslangVersion}"
implementation group: 'commons-io', name: 'commons-io', version: '2.7'
implementation group: 'commons-io', name: 'commons-io', version: '2.14.0'
implementation group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.9.0'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: "${protobufVersion}"
implementation 'io.grpc:grpc-netty:1.56.1'
Expand Down

0 comments on commit 58af759

Please sign in to comment.