Bump org.junit.jupiter:junit-jupiter-params from 5.14.2 to 6.0.3

Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.14.2 to 6.0.3.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.2...r6.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-23 14:17:21 +00:00
committed by GitHub
parent 001976b0d1
commit ae4e34c1db
2 changed files with 4 additions and 4 deletions

View File

@@ -23,8 +23,8 @@ dependencies {
api project(':beacon')
compileOnly 'org.hamcrest:hamcrest:3.0'
compileOnly 'org.junit.jupiter:junit-jupiter-api:5.14.2'
compileOnly 'org.junit.jupiter:junit-jupiter-params:5.14.2'
compileOnly 'org.junit.jupiter:junit-jupiter-api:6.0.3'
compileOnly 'org.junit.jupiter:junit-jupiter-params:6.0.3'
api 'com.vladsch.flexmark:flexmark:0.64.8'
api 'com.vladsch.flexmark:flexmark-util:0.64.8'

View File

@@ -17,8 +17,8 @@ repositories {
dependencies {
compileOnly 'org.hamcrest:hamcrest:3.0'
compileOnly 'org.junit.jupiter:junit-jupiter-api:5.14.2'
compileOnly 'org.junit.jupiter:junit-jupiter-params:5.14.2'
compileOnly 'org.junit.jupiter:junit-jupiter-api:6.0.3'
compileOnly 'org.junit.jupiter:junit-jupiter-params:6.0.3'
api project(':core')
}