Skip to content

Commit

Permalink
Bump the gradle-patch group with 2 updates (#57)
Browse files Browse the repository at this point in the history
Bumps the gradle-patch group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5).


Updates `org.mockito:mockito-core` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.1...v5.14.2)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent d6907d2 commit bbcd412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ dependencies {
// implementation("org.kordamp.gradle:jacoco-gradle-plugin:$kordampVersion")
implementation("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2")
implementation("cl.franciscosolis:SonatypeCentralUpload:1.0.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
}

2 changes: 1 addition & 1 deletion cursorpaging-jpa-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
api("jakarta.validation:jakarta.validation-api")
api("jakarta.persistence:jakarta.persistence-api:3.2.0")

testImplementation("org.mockito:mockito-core:5.14.1")
testImplementation("org.mockito:mockito-core:5.14.2")
testImplementation("jakarta.persistence:jakarta.persistence-api:3.2.0")
testImplementation("org.springframework.boot:spring-boot-starter-test")

Expand Down

0 comments on commit bbcd412

Please sign in to comment.