Skip to content

Commit 5dab9df

Browse files
build(deps): bump io.micrometer:micrometer-core from 1.13.4 to 1.13.5 (#4519)
* build(deps): bump io.micrometer:micrometer-core from 1.13.4 to 1.13.5 Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.13.4 to 1.13.5. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.13.4...v1.13.5) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * dependencies --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ndr_brt <[email protected]>
1 parent f688274 commit 5dab9df

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.github/dependabot.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
version: 2
22
updates:
3-
# maintain dependencies for GitHub actions
43
- package-ecosystem: "github-actions"
54
directory: "/"
65
schedule:
7-
interval: "weekly" # default = monday
8-
open-pull-requests-limit: 5
6+
interval: "weekly"
97
labels:
108
- "dependencies"
119
- "github_actions"
1210

13-
# maintain dependencies for Gradle
14-
- package-ecosystem: "gradle" # checks build.gradle(.kts) and settings.gradle(.kts)
11+
- package-ecosystem: "gradle"
1512
directory: "/"
1613
schedule:
17-
interval: "daily"
18-
open-pull-requests-limit: 5
14+
interval: "weekly"
1915
labels:
2016
- "dependencies"
2117
- "java"

DEPENDENCIES

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ maven/mavencentral/io.cloudevents/cloudevents-core/4.0.1, Apache-2.0, approved,
110110
maven/mavencentral/io.cloudevents/cloudevents-http-basic/4.0.1, Apache-2.0, approved, clearlydefined
111111
maven/mavencentral/io.github.classgraph/classgraph/4.8.154, MIT, approved, CQ22530
112112
maven/mavencentral/io.github.classgraph/classgraph/4.8.165, MIT, approved, CQ22530
113-
maven/mavencentral/io.micrometer/micrometer-commons/1.13.4, Apache-2.0 AND (Apache-2.0 AND MIT), approved, #14826
114-
maven/mavencentral/io.micrometer/micrometer-core/1.13.4, Apache-2.0 AND (Apache-2.0 AND MIT), approved, #14827
115-
maven/mavencentral/io.micrometer/micrometer-observation/1.13.4, Apache-2.0, approved, #14829
113+
maven/mavencentral/io.micrometer/micrometer-commons/1.13.5, Apache-2.0 AND (Apache-2.0 AND MIT), approved, #14826
114+
maven/mavencentral/io.micrometer/micrometer-core/1.13.5, Apache-2.0 AND (Apache-2.0 AND MIT), approved, #14827
115+
maven/mavencentral/io.micrometer/micrometer-observation/1.13.5, Apache-2.0, approved, #14829
116116
maven/mavencentral/io.netty/netty-buffer/4.1.86.Final, Apache-2.0, approved, CQ21842
117117
maven/mavencentral/io.netty/netty-codec-http/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926
118118
maven/mavencentral/io.netty/netty-codec-http2/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jetty = "11.0.24"
2222
jetty-jakarta-servlet-api = "5.0.2"
2323
junit-pioneer = "2.2.0"
2424
jupiter = "5.11.1"
25-
micrometer = "1.13.4"
25+
micrometer = "1.13.5"
2626
mockito = "5.2.0"
2727
nimbus = "9.41.1"
2828
okhttp = "4.12.0"

0 commit comments

Comments
 (0)