Skip to content

Commit

Permalink
build(deps): bump org.junit-pioneer:junit-pioneer from 1.7.1 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.7.1 to 2.3.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
- [Commits](junit-pioneer/junit-pioneer@v1.7.1...v2.3.0)

---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent cc0b975 commit c4410bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/util/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
testFixturesImplementation("org.junit.jupiter:junit-jupiter-api:${jupiterVersion}")
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${jupiterVersion}")
testFixturesImplementation("com.squareup.okhttp3:okhttp:${okHttpVersion}")
testImplementation("org.junit-pioneer:junit-pioneer:1.7.1")
testImplementation("org.junit-pioneer:junit-pioneer:2.3.0")
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion extensions/common/junit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation("org.junit.jupiter:junit-jupiter-api:${jupiterVersion}")
runtimeOnly("org.junit.jupiter:junit-jupiter-engine:${jupiterVersion}")
implementation("com.squareup.okhttp3:okhttp:${okHttpVersion}")
implementation("org.junit-pioneer:junit-pioneer:1.7.1")
implementation("org.junit-pioneer:junit-pioneer:2.3.0")
}

publishing {
Expand Down

0 comments on commit c4410bb

Please sign in to comment.