From 00e984ce1991c7929e4ce7cb7f3641a2db174705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 21:26:40 +0000 Subject: [PATCH] Bump play-json_2.13 from 2.9.2 to 2.9.3 Bumps [play-json_2.13](https://github.com/playframework/play-json) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/playframework/play-json/releases) - [Commits](https://github.com/playframework/play-json/compare/2.9.2...2.9.3) --- 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..49ef60e 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.3' // Use Scalatest for testing our library testImplementation 'junit:junit:4.13.2'