waylayio / kairosdb-scala

Scala KairosDB driver
MIT License
10 stars 3 forks source link

Update play-json to 2.9.4 #122

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

Updates com.typesafe.play:play-json from 2.9.3 to 2.9.4. GitHub Release Notes - Version Diff

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 file.

Have a fantastic day writing Scala!

Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.typesafe.play", artifactId = "play-json" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

brunoballekens commented 1 year ago

Let's see how we can integrate the fix https://github.com/playframework/play-json/pull/831 of https://github.com/playframework/play-json/issues/107

brunoballekens commented 1 year ago

Looks like their fix is in the write side. However we have already fixed/workaround it by always sending the explicit kairosdb type.