From 6bb81eb587948d3359d0a01738eaacefc8841a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 21:03:43 +0000 Subject: [PATCH] Bump play-json_2.13 from 2.9.2 to 2.9.4 Bumps [play-json_2.13](https://github.com/playframework/play-json) from 2.9.2 to 2.9.4. - [Release notes](https://github.com/playframework/play-json/releases) - [Commits](https://github.com/playframework/play-json/compare/2.9.2...2.9.4) --- updated-dependencies: - dependency-name: com.typesafe.play:play-json_2.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 68e0648..10568f8 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -51,7 +51,7 @@ repositories { dependencies { // Use Scala 2.13 in our library project implementation 'org.scala-lang:scala-library:2.13.8' - implementation 'com.typesafe.play:play-json_2.13:2.9.2' + implementation 'com.typesafe.play:play-json_2.13:2.9.4' // Use Scalatest for testing our library testImplementation 'junit:junit:4.13.2'