aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-14 14:21:14 +0000
committerGitHub <noreply@github.com>2025-03-14 14:21:14 +0000
commit72f69db6b5e767df57f7aa30d74994b781016543 (patch)
tree51f70e2f0b40b71dd88ad067fdc04747220a9429
parent410653681ea2cb5e9dee03f4ec15be90e5a645f5 (diff)
downloadpoi-72f69db6b5e767df57f7aa30d74994b781016543.tar.gz
poi-72f69db6b5e767df57f7aa30d74994b781016543.zip
Bump junitVersion from 5.12.0 to 5.12.1dependabot/gradle/junitVersion-5.12.1
Bumps `junitVersion` from 5.12.0 to 5.12.1. Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 482a717567..9237d43c75 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,7 +67,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.12.0")
+ antLibs("org.junit.jupiter:junit-jupiter:5.12.1")
antLibs("org.apache.ant:ant-junitlauncher:1.10.15")
}
@@ -112,7 +112,7 @@ subprojects {
commonsCompressVersion = '1.27.1'
commonsIoVersion = '2.18.0'
commonsMathVersion = '3.6.1'
- junitVersion = '5.12.0'
+ junitVersion = '5.12.1'
log4jVersion = '2.24.3'
mockitoVersion = '4.11.0'
hamcrestVersion = '3.0'