Skip to content

Commit

Permalink
build(deps): bump the be-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the be-dependencies group with 3 updates: [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito), [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) and [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java).


Updates `org.mockito:mockito-junit-jupiter` from 5.14.0 to 5.14.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.0...v5.14.1)

Updates `org.testcontainers:testcontainers` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.20.2)

Updates `org.testcontainers:postgresql` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.20.2)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: be-dependencies
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: be-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: be-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 1, 2024
1 parent 58efe14 commit eef2408
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies {
testImplementation("io.ktor:ktor-client-content-negotiation:2.3.12")
testImplementation("io.ktor:ktor-serialization-kotlinx-json:2.3.12")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("org.testcontainers:postgresql:1.20.1")
testImplementation("org.testcontainers:testcontainers:1.20.2")
testImplementation("org.testcontainers:postgresql:1.20.2")
testImplementation("org.jetbrains.exposed:exposed-core:0.55.0")
testImplementation("com.zaxxer:HikariCP:6.0.0")
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ allprojects {
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.14.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.14.1")
}
}
2 changes: 1 addition & 1 deletion domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testFixturesImplementation("io.arrow-kt:arrow-core:1.2.4")
testFixturesImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
testFixturesImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
testFixturesImplementation("org.mockito:mockito-junit-jupiter:5.14.0")
testFixturesImplementation("org.mockito:mockito-junit-jupiter:5.14.1")
}

kotlin.target.compilations.getByName("testFixtures") {
Expand Down
4 changes: 2 additions & 2 deletions persistence/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies {
implementation("com.mattbertolini:liquibase-slf4j:5.0.0")
testImplementation(testFixtures(project(":domain")))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("org.testcontainers:postgresql:1.20.1")
testImplementation("org.testcontainers:testcontainers:1.20.2")
testImplementation("org.testcontainers:postgresql:1.20.2")
}

0 comments on commit eef2408

Please sign in to comment.