This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 01e70e1595 Bump org.openjdk.jmh:jmh-core from 1.36 to 1.37 (#1156)
01e70e1595 is described below
commit 01e70e1595962f5609cc17699f7a31e6d48942de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 15:41:28 2026 +0100
Bump org.openjdk.jmh:jmh-core from 1.36 to 1.37 (#1156)
Bumps [org.openjdk.jmh:jmh-core](https://github.com/openjdk/jmh) from 1.36
to 1.37.
- [Commits](https://github.com/openjdk/jmh/compare/1.36...1.37)
---
updated-dependencies:
- dependency-name: org.openjdk.jmh:jmh-core
dependency-version: '1.37'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
poi-ooxml/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index c311a60f01..f8fb9fb9f1 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -127,8 +127,8 @@ dependencies {
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
testImplementation 'org.xmlunit:xmlunit-core:2.11.0'
testImplementation 'org.reflections:reflections:0.10.2'
- testImplementation 'org.openjdk.jmh:jmh-core:1.36'
- testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
+ testImplementation 'org.openjdk.jmh:jmh-core:1.37'
+ testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
testImplementation 'com.google.guava:guava:33.6.0-jre'
testImplementation 'com.github.rzymek:opczip:1.2.0'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]