Skip to content

Commit 8ce6d9e

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.13.4 (#4260)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.junit.jupiter:junit-jupiter](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `5.10.5` -> `5.13.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter/5.13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter/5.10.5/5.13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52651a8 commit 8ce6d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/versions.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ oro:oro:2.0.8 (1 constraints: 1c0dce36)
158158
ch.qos.logback:logback-classic:1.5.18 (1 constraints: 4105413b)
159159
ch.qos.logback:logback-core:1.5.18 (1 constraints: 400d462a)
160160
org.junit:junit-bom:5.13.4 (7 constraints: e2752517)
161-
org.junit.jupiter:junit-jupiter:5.13.4 (2 constraints: bf10e8ee)
161+
org.junit.jupiter:junit-jupiter:5.13.4 (2 constraints: c1103aef)
162162
org.junit.jupiter:junit-jupiter-api:5.13.4 (4 constraints: 4339e7e7)
163163
org.junit.jupiter:junit-jupiter-engine:5.13.4 (2 constraints: 7d17a564)
164164
org.junit.jupiter:junit-jupiter-params:5.13.4 (3 constraints: bb1c050f)

java/vortex-spark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ testing {
2626
useJUnitJupiter()
2727

2828
dependencies {
29-
implementation("org.junit.jupiter:junit-jupiter:5.10.5")
29+
implementation("org.junit.jupiter:junit-jupiter:5.13.4")
3030
implementation("org.apache.spark:spark-core_2.12")
3131
implementation("org.apache.spark:spark-sql_2.12")
3232
runtimeOnly("org.slf4j:slf4j-simple:2.0.17")

0 commit comments

Comments
 (0)