Commit ef937e3
authored
Update java-dogstatsd-client to 4.4.4 (#147)
## About this PR
📦 Updates
[com.datadoghq:java-dogstatsd-client](https://github.com/DataDog/java-dogstatsd-client)
from `4.4.3` to `4.4.4`
📜 [GitHub Release
Notes](https://github.com/DataDog/java-dogstatsd-client/releases/tag/v4.4.4)
-
[Changelog](https://github.com/DataDog/java-dogstatsd-client/blob/master/CHANGELOG.md)
- [Version
Diff](DataDog/java-dogstatsd-client@v4.4.3...v4.4.4)
## 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/8e97ea0ec57ee940729c5f187ef6af1aa8eca3c2/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 = "com.datadoghq", artifactId = "java-dogstatsd-client" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.datadoghq", artifactId = "java-dogstatsd-client" }
}]
```
</details>
<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "com.datadoghq",
"artifactId" : {
"name" : "java-dogstatsd-client",
"maybeCrossName" : null
},
"version" : "4.4.3",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"4.4.4"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"library-update",
"early-semver-patch",
"semver-spec-patch",
"commit-count:1"
]
} -->1 parent 40ee36a commit ef937e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments