Skip to content

Commit 2b8a32a

Browse files
Update metrics-core, metrics-json to 4.2.32 (#155)
## About this PR 📦 Updates * [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics/) * [io.dropwizard.metrics:metrics-json](https://github.com/dropwizard/metrics/) from `4.2.30` to `4.2.32` 📜 [GitHub Release Notes](https://github.com/dropwizard/metrics/releases/tag/v4.2.32) - [Version Diff](dropwizard/metrics@v4.2.30...v4.2.32) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/55f6dc6a666c610d5d2505c5bf66308427a8d065/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.dropwizard.metrics" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.dropwizard.metrics" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.dropwizard.metrics", "artifactId" : { "name" : "metrics-core", "maybeCrossName" : null }, "version" : "4.2.30", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "4.2.32" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.dropwizard.metrics", "artifactId" : { "name" : "metrics-json", "maybeCrossName" : null }, "version" : "4.2.30", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "4.2.32" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } --> Co-authored-by: Michel Davit <[email protected]>
1 parent d2290f9 commit 2b8a32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Dependencies {
44

55
object Versions {
66
val Datadog = "4.4.4"
7-
val Dropwizard = "4.2.30"
7+
val Dropwizard = "4.2.32"
88
val DropwizardV5 = "5.0.0"
99
val Enumeratum = "1.7.6"
1010
val Logback = "1.5.18"

0 commit comments

Comments
 (0)