Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress in the dependencies group (#295
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.27.0 to 1.27.1

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent 935e419 commit ec67710
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.27.0"
val commonsCompressVersion = "1.27.1"

plugins {
id("application")
Expand Down

0 comments on commit ec67710

Please sign in to comment.