Skip to content

Commit

Permalink
chore(deps): bump the minorandpatch group in /backend with 1 update
Browse files Browse the repository at this point in the history
Bumps the minorandpatch group in /backend with 1 update: org.apache.commons:commons-compress.


Updates `org.apache.commons:commons-compress` from 1.25.0 to 1.26.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fengelniederhammer committed Feb 20, 2024
1 parent ea9b2dd commit 8084362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
implementation "org.springframework.boot:spring-boot-starter-security"

implementation 'org.apache.commons:commons-compress:1.25.0'
implementation 'org.apache.commons:commons-compress:1.26.0'
implementation 'com.github.luben:zstd-jni:1.5.5-11'
implementation 'org.tukaani:xz:1.9'

Expand Down

0 comments on commit 8084362

Please sign in to comment.