This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 5de925f1 Bump jmh.version from 1.35 to 1.36
5de925f1 is described below
commit 5de925f10f9f983e634f781ec9be40f26e4e621f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 18 00:01:44 2022 +0000
Bump jmh.version from 1.35 to 1.36
Bumps `jmh.version` from 1.35 to 1.36.
Updates `jmh-core` from 1.35 to 1.36
- [Release notes](https://github.com/openjdk/jmh/releases)
- [Commits](https://github.com/openjdk/jmh/compare/1.35...1.36)
Updates `jmh-generator-annprocess` from 1.35 to 1.36
- [Release notes](https://github.com/openjdk/jmh/releases)
- [Commits](https://github.com/openjdk/jmh/compare/1.35...1.36)
---
updated-dependencies:
- dependency-name: org.openjdk.jmh:jmh-core
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 35902953..4e50aaff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,7 +335,7 @@ file comparators, endian transformation classes, and much
more.
<commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
<commons.pmd.version>3.19.0</commons.pmd.version>
<commons.pmd-impl.version>6.51.0</commons.pmd-impl.version>
- <jmh.version>1.35</jmh.version>
+ <jmh.version>1.36</jmh.version>
<japicmp.skip>false</japicmp.skip>
<jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
<commons.release.isDistModule>true</commons.release.isDistModule>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ec2803ee..a67c52c6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -489,7 +489,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump mockito-inline from 3.11.2 to 4.9.0 #262, #264, #282, #306, #314,
#331, #348, #359, #381, #399, #405.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
- Bump jmh.version from 1.32 to 1.35 #258, #316, #342.
+ Bump jmh.version from 1.32 to 1.36 #258, #316, #342, #404.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.RC2 #280.