Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit f636b08

Browse files
Update junit-framework monorepo (#63)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.junit.platform:junit-platform-launcher](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `1.13.3` -> `1.13.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.platform:junit-platform-launcher/1.13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.platform:junit-platform-launcher/1.13.3/1.13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.junit.jupiter:junit-jupiter](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `5.13.3` -> `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.13.3/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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/Buried-In-Code/Kraken). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c985e90 commit f636b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ spotless = { id = "com.diffplug.spotless", version = "7.1.0" }
99
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
1010

1111
[libraries]
12-
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.13.3" }
13-
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.13.3" }
12+
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.13.4" }
13+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.13.4" }
1414
kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.12" }
1515
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.1" }
1616
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.9.0" }

0 commit comments

Comments
 (0)