Skip to content

Commit

Permalink
Bump the be-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the be-dependencies group with 2 updates: [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) and com.github.ben-manes.versions.


Updates `org.mockito:mockito-junit-jupiter` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.5.0...v5.6.0)

Updates `com.github.ben-manes.versions` from 0.48.0 to 0.49.0

---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: be-dependencies
- dependency-name: com.github.ben-manes.versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: be-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 9, 2023
1 parent 4a86ed4 commit bc7815f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
base
kotlin("jvm") version "1.9.10"
jacoco
id("com.github.ben-manes.versions") version "0.48.0"
id("com.github.ben-manes.versions") version "0.49.0"
}

tasks.register<GradleBuild>("stage") {
Expand Down Expand Up @@ -65,6 +65,6 @@ allprojects {
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0-SNAPSHOT")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.27.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.5.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.6.0")
}
}
2 changes: 1 addition & 1 deletion domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testFixturesImplementation("io.arrow-kt:arrow-core:1.2.1")
testFixturesImplementation("com.willowtreeapps.assertk:assertk-jvm:0.27.0")
testFixturesImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
testFixturesImplementation("org.mockito:mockito-junit-jupiter:5.5.0")
testFixturesImplementation("org.mockito:mockito-junit-jupiter:5.6.0")
}

kotlin.target.compilations.getByName("testFixtures") {
Expand Down

0 comments on commit bc7815f

Please sign in to comment.