Commit 2b8a32a
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments