diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-09 14:57:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-09 14:57:49 +0000 |
commit | 6ca595791eca771626a0f9eba1d3c81b3f805bd2 (patch) | |
tree | cbabe33b1d1ad8497973846d4933d15d2c32c6be | |
parent | 8767e243e39a9fb25f798b17a95835a9d3478c03 (diff) | |
download | poi-dependabot/gradle/org.junit.platform-junit-platform-launcher-1.13.1.tar.gz poi-dependabot/gradle/org.junit.platform-junit-platform-launcher-1.13.1.zip |
Bump org.junit.platform:junit-platform-launcher from 1.13.0 to 1.13.1dependabot/gradle/org.junit.platform-junit-platform-launcher-1.13.1
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)
---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-launcher
dependency-version: 1.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 7f64600b0c..fd817d93eb 100644 --- a/build.gradle +++ b/build.gradle @@ -172,7 +172,7 @@ subprojects { dependencies { testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}" - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1' testImplementation "org.mockito:mockito-core:${mockitoVersion}" testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}" testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}" |