Skip to content

Commit

Permalink
Bump the deps group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 2 updates in the / directory: org.apache.commons:commons-compress and [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin).


Updates `org.apache.commons:commons-compress` from 1.26.+ to 1.27.1

Updates `org.mockito.kotlin:mockito-kotlin` from 5.3.+ to 5.4.0
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](https://github.com/mockito/mockito-kotlin/commits/5.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 2871818 commit 4f84649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies {
runtimeOnly "com.h2database:h2"
runtimeOnly "org.postgresql:postgresql:42.+"
testImplementation "io.github.hakky54:logcaptor:2.9.+"
testImplementation "org.apache.commons:commons-compress:1.26.+"
testImplementation "org.apache.commons:commons-compress:1.27.+"
testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter"
testImplementation "org.junit-pioneer:junit-pioneer:2.2.+"
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.3.+'
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.+'
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "org.springframework.boot:spring-boot-testcontainers"
testImplementation "org.testcontainers:junit-jupiter"
Expand Down

0 comments on commit 4f84649

Please sign in to comment.