Skip to content

Commit

Permalink
build(deps): 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.node-gradle.node.


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

Updates `com.github.node-gradle.node` from 7.0.2 to 7.1.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.node-gradle.node
  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 Sep 30, 2024
1 parent 02e16eb commit 58efe14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.13.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.14.0")
}
}
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.13.0")
testFixturesImplementation("org.mockito:mockito-junit-jupiter:5.14.0")
}

kotlin.target.compilations.getByName("testFixtures") {
Expand Down
2 changes: 1 addition & 1 deletion frontend/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
java
id("com.github.node-gradle.node") version "7.0.2"
id("com.github.node-gradle.node") version "7.1.0"
}

node {
Expand Down

0 comments on commit 58efe14

Please sign in to comment.