Skip to content

Commit

Permalink
chore(ci): bump io.micrometer:micrometer-core from 1.14.1 to 1.14.2 (#…
Browse files Browse the repository at this point in the history
…914)

* chore(ci): bump io.micrometer:micrometer-core from 1.14.1 to 1.14.2

Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.1...v1.14.2)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Filter log messages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim te Beek <tim@moderne.io>
  • Loading branch information
dependabot[bot] and timtebeek authored Dec 16, 2024
1 parent 9b34954 commit 2b852ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
</dependency>
<dependency>
<groupId>io.rsocket</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/test/java/org/openrewrite/maven/BasicIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ void snapshot_ok(MavenExecutionResult result) {
.isSuccessful()
.out()
.warn()
.filteredOn(line -> !line.contains("Gauge registration will be ignored"))
.isEmpty();
assertThat(result).out().info().contains("Running recipe(s)...");
}
Expand Down

0 comments on commit 2b852ed

Please sign in to comment.