This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 6443abda6e Bump the maven-patch-group group with 3 updates
6443abda6e is described below
commit 6443abda6e2717b95b05c45515817584e93ef244
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 21 00:55:20 2024 +0000
Bump the maven-patch-group group with 3 updates
Bumps the maven-patch-group group with 3 updates:
[org.mockito:mockito-core](https://github.com/mockito/mockito),
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer)
and
[io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer).
Updates `org.mockito:mockito-core` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2)
Updates `io.micrometer:micrometer-core` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.5...v1.13.6)
Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.5...v1.13.6)
Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.5...v1.13.6)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: io.micrometer:micrometer-registry-prometheus
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: io.micrometer:micrometer-registry-prometheus
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ee04abc057..4ad88a55f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<ver.commons-fileupload>2.0.0-M2</ver.commons-fileupload>
<ver.dexxcollection>0.7</ver.dexxcollection>
- <ver.micrometer>1.13.5</ver.micrometer>
+ <ver.micrometer>1.13.6</ver.micrometer>
<ver.roaringbitmap>1.3.0</ver.roaringbitmap>
<!-- Testing -->
@@ -101,7 +101,7 @@
<ver.junit5>5.11.2</ver.junit5>
<ver.junit5-platform>1.10.2</ver.junit5-platform>
- <ver.mockito>5.14.1</ver.mockito>
+ <ver.mockito>5.14.2</ver.mockito>
<ver.awaitility>4.2.2</ver.awaitility>
<ver.contract.tests>0.2.0</ver.contract.tests>