Skip to content

Commit f046c8a

Browse files
Update junit-framework monorepo to v5.14.1 (#5141)
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.14.0` -> `5.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter/5.14.0/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.junit.jupiter:junit-jupiter-params](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `5.14.0` -> `5.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter-params/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter-params/5.14.0/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.junit.jupiter:junit-jupiter-engine](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `5.14.0` -> `5.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter-engine/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter-engine/5.14.0/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.junit.jupiter:junit-jupiter-api](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `5.14.0` -> `5.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter-api/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter-api/5.14.0/5.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4b559c commit f046c8a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

java/versions.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -316,21 +316,21 @@ ch.qos.logback:logback-classic:1.5.20 (1 constraints: 3a053b3b)
316316

317317
ch.qos.logback:logback-core:1.5.20 (1 constraints: 390d402a)
318318

319-
org.junit:junit-bom:5.14.0 (7 constraints: cd75cd0a)
319+
org.junit:junit-bom:5.14.1 (7 constraints: d475ef0e)
320320

321-
org.junit.jupiter:junit-jupiter:5.14.0 (2 constraints: bb10c9ee)
321+
org.junit.jupiter:junit-jupiter:5.14.1 (2 constraints: bd10f0ee)
322322

323-
org.junit.jupiter:junit-jupiter-api:5.14.0 (4 constraints: 373998e4)
323+
org.junit.jupiter:junit-jupiter-api:5.14.1 (4 constraints: 3b39b5e5)
324324

325-
org.junit.jupiter:junit-jupiter-engine:5.14.0 (2 constraints: 77172864)
325+
org.junit.jupiter:junit-jupiter-engine:5.14.1 (2 constraints: 79175364)
326326

327-
org.junit.jupiter:junit-jupiter-params:5.14.0 (3 constraints: b21cb50d)
327+
org.junit.jupiter:junit-jupiter-params:5.14.1 (3 constraints: b51c270e)
328328

329-
org.junit.platform:junit-platform-commons:1.14.0 (3 constraints: 6f2a2290)
329+
org.junit.platform:junit-platform-commons:1.14.1 (3 constraints: 722ab690)
330330

331-
org.junit.platform:junit-platform-engine:1.14.0 (3 constraints: 872c957f)
331+
org.junit.platform:junit-platform-engine:1.14.1 (3 constraints: 8a2c3080)
332332

333-
org.junit.platform:junit-platform-launcher:1.14.0 (1 constraints: 3d09a99e)
333+
org.junit.platform:junit-platform-launcher:1.14.1 (1 constraints: 3e09aa9e)
334334

335335
org.opentest4j:opentest4j:1.3.0 (2 constraints: cf209249)
336336

java/versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ com.google.protobuf:protobuf-java = 4.32.1
1212
org.apache.arrow:* = 18.3.0
1313

1414
# Test dependencies
15-
org.junit.jupiter:* = 5.14.0
15+
org.junit.jupiter:* = 5.14.1

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.14.0")
29+
implementation("org.junit.jupiter:junit-jupiter:5.14.1")
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)