Skip to content

Commit ad3e320

Browse files
dependabot[bot]sebersole
authored andcommitted
Bump the test group with 5 updates
Bumps the test group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.22.0` | `3.27.4` | | [com.h2database:h2](https://github.com/h2database/h2database) | `2.2.224` | `2.3.232` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.11.0` | `5.13.4` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.11.0` | `5.13.4` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.11.0` | `5.13.4` | Updates `org.assertj:assertj-core` from 3.22.0 to 3.27.4 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-core-3.22.0...assertj-build-3.27.4) Updates `com.h2database:h2` from 2.2.224 to 2.3.232 - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.2.224...version-2.3.232) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.13.4) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: com.h2database:h2 dependency-version: 2.3.232 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0a3d46 commit ad3e320

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ updates:
3939
test:
4040
patterns:
4141
- "org.junit.jupiter*"
42+
- "org.junit.platform*"
4243
- "org.assertj*"
4344
- "com.h2database*"
4445
ignore:

buildSrc/src/main/groovy/testing.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies {
1515
testImplementation libs.test.junitJupiterApi
1616
testImplementation libs.test.junitJupiterEngine
1717
testImplementation libs.test.junitJupiterParams
18+
testRuntimeOnly libs.test.junitPlatformLauncher
1819

1920
testImplementation libs.test.log4jCore
2021
}

gradle/libs.versions.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jsonbApi = "3.0.1"
1919
jsonbRuntime = "3.0.4"
2020

2121
# testLibs
22-
assertj = "3.22.0"
23-
h2 = "2.2.224"
24-
junit5 = "5.11.0"
22+
assertj = "3.27.4"
23+
h2 = "2.3.232"
24+
junit5 = "5.13.4"
25+
junitPlatform5= "1.13.4"
2526
log4j = "2.25.1"
2627

2728
# plugins
@@ -58,6 +59,7 @@ test-h2 = { group = "com.h2database", name = "h2", version.ref = "h2" }
5859
test-junitJupiterApi = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit5" }
5960
test-junitJupiterEngine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit5" }
6061
test-junitJupiterParams = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit5" }
62+
test-junitPlatformLauncher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junitPlatform5" }
6163
test-log4jCore = { group = "org.apache.logging.log4j", name = "log4j-core", version.ref = "log4j" }
6264

6365
[plugins]

0 commit comments

Comments
 (0)