Skip to content

Commit

Permalink
Bump junitJupiterVersion from 5.10.0 to 5.10.1
Browse files Browse the repository at this point in the history
Bumps `junitJupiterVersion` from 5.10.0 to 5.10.1.

Updates `org.junit.jupiter:junit-jupiter` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

Updates `org.junit.jupiter:junit-jupiter-migrationsupport` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-migrationsupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 2560c98 commit 979c015
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion junit5-allure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

ext {
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-assertions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
hamcrestVersion = '2.2'
assertjVersion = '3.24.2'
truth = '1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion junit5-basic-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-console-launcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-cucumber-selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
junitPlatformSuiteVersion = '1.10.1'
cucumberVersion = '7.14.0'
seleniumJavaVersion = '4.15.0'
Expand Down
2 changes: 1 addition & 1 deletion junit5-cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
junitPlatformSuiteVersion = '1.10.1'
cucumberVersion = '7.14.0'
}
Expand Down
2 changes: 1 addition & 1 deletion junit5-dependency-injection/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-disabled-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
junitDockerVersion = '1.0.0'
mysqlConnectorVersion = '8.0.33'
}
Expand Down
2 changes: 1 addition & 1 deletion junit5-dynamic-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-extension-model-automatic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-extension-model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-junit4-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
junitPlatformVersion = '1.10.0'
}

Expand Down
2 changes: 1 addition & 1 deletion junit5-launcher-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
}

ext {
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
junitPlatformVersion = '1.10.0'
}

Expand Down
2 changes: 1 addition & 1 deletion junit5-meta-annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-migration-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-mockito/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
mockitoJupiterVersion = '5.7.0'
}

Expand Down
2 changes: 1 addition & 1 deletion junit5-nested-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-ordered-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-parallel-execution/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
}

ext {
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'
}
Expand Down
2 changes: 1 addition & 1 deletion junit5-parameterized/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-repeated-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-reporting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
}

ext {
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-rest-assured/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
}

ext {
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
restAssuredVersion = '5.3.2'
}

Expand Down
2 changes: 1 addition & 1 deletion junit5-selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
}

ext {
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
seleniumVersion = '4.15.0'
seleniumJupiterVersion = '5.0.0'
}
Expand Down
2 changes: 1 addition & 1 deletion junit5-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
logbackVersion = '1.4.11'
springVersion = '6.0.13'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-tagging-filtering/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-test-interfaces/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
}

ext {
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
slf4jVersion = '2.0.9'
}

Expand Down
2 changes: 1 addition & 1 deletion junit5-test-templates/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'

junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-wiremock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
slf4jVersion = '2.0.9'
logbackVersion = '1.4.11'
retrofitVersion = '2.9.0'
junitJupiterVersion = '5.10.0'
junitJupiterVersion = '5.10.1'
wireMockVersion = '3.0.1'
}

Expand Down

0 comments on commit 979c015

Please sign in to comment.