Skip to content

Commit

Permalink
chore(deps): bump the gradle-deps group across 1 directory with 6 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the gradle-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.2` | `5.11.3` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.10.2` | `5.11.3` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.10.2` | `5.11.3` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.12.0` | `5.14.2` |
| com.github.spotbugs | `6.0.8` | `6.0.26` |
| org.jreleaser | `1.9.0` | `1.15.0` |



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

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

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

Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.14.2)

Updates `com.github.spotbugs` from 6.0.8 to 6.0.26

Updates `org.jreleaser` from 1.9.0 to 1.15.0

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.jreleaser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 7f0bf78 commit 63cfa71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ plugins {
signing
checkstyle
jacoco
id("com.github.spotbugs") version "6.0.8"
id("org.jreleaser") version "1.9.0"
id("com.github.spotbugs") version "6.0.26"
id("org.jreleaser") version "1.15.0"
}

allprojects {
Expand Down Expand Up @@ -69,11 +69,11 @@ subprojects {

// Apply junit 5 and hamcrest test dependencies to all java projects.
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
testImplementation("org.hamcrest:hamcrest:2.2")
testImplementation("org.mockito:mockito-junit-jupiter:5.12.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.14.2")
}

// Reusable license copySpec
Expand Down

0 comments on commit 63cfa71

Please sign in to comment.