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

Commit 59c228a

Browse files
Update All minor dependencies (#77)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [org.junit.platform:junit-platform-launcher](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | dependencies | minor | `1.13.4` -> `1.14.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/junit-team/junit-framework/badge)](https://securityscorecards.dev/viewer/?uri=github.com/junit-team/junit-framework) | | [org.junit.jupiter:junit-jupiter](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | dependencies | minor | `5.13.4` -> `5.14.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/junit-team/junit-framework/badge)](https://securityscorecards.dev/viewer/?uri=github.com/junit-team/junit-framework) | --- ### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d8b928 commit 59c228a

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.2.1" }
99
versions = { id = "com.github.ben-manes.versions", version = "0.53.0" }
1010

1111
[libraries]
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" }
12+
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.14.0" }
13+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.14.0" }
1414
kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.13" }
1515
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.1-0.6.x-compat" }
1616
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.9.0" }

0 commit comments

Comments
 (0)