Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: org.apache.commons:commons-compress.


Updates `org.apache.commons:commons-compress` from 1.26.2 to 1.27.0

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent 54b11ef commit 6725615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val snappyJavaVersion = "1.1.10.6"
val avroVersion = "1.12.0"
val diagnosekoderVersion = "1.2024.0"
val javaVersion = JvmTarget.JVM_21
val commonsCompressVersion = "1.26.2"
val commonsCompressVersion = "1.27.0"

plugins {
id("application")
Expand Down

0 comments on commit 6725615

Please sign in to comment.