Skip to content

Commit ef937e3

Browse files
Update java-dogstatsd-client to 4.4.4 (RustedBones#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

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
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44

55
object Versions {
6-
val Datadog = "4.4.3"
6+
val Datadog = "4.4.4"
77
val Dropwizard = "4.2.30"
88
val DropwizardV5 = "5.0.0"
99
val Enumeratum = "1.7.6"

0 commit comments

Comments
 (0)