From 5fb89596b5a3dc1687c482037d3413acad5b59e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 13:38:32 +0000 Subject: [PATCH] Bump play-ahc-ws_2.13 from 2.8.8 to 2.8.11 Bumps [play-ahc-ws_2.13](https://github.com/playframework/playframework) from 2.8.8 to 2.8.11. - [Release notes](https://github.com/playframework/playframework/releases) - [Commits](https://github.com/playframework/playframework/compare/2.8.8...2.8.11) --- updated-dependencies: - dependency-name: com.typesafe.play:play-ahc-ws_2.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scala-utils/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scala-utils/build.gradle b/scala-utils/build.gradle index 075af0dc..b1746c83 100644 --- a/scala-utils/build.gradle +++ b/scala-utils/build.gradle @@ -8,9 +8,9 @@ dependencies { implementation 'com.typesafe.play:play_2.13:2.8.11' implementation 'com.typesafe.play:play-ws_2.13:2.8.8' implementation 'com.typesafe.play:play-akka-http-server_2.13:2.8.8' - implementation 'com.typesafe.play:play-ahc-ws_2.13:2.8.8' + implementation 'com.typesafe.play:play-ahc-ws_2.13:2.8.11' implementation 'com.google.inject:guice:5.0.1' - implementation 'io.undertow:undertow-core:2.2.13.Final' + implementation 'io.undertow:undertow-core:2.2.14.Final' implementation 'org.scalikejdbc:scalikejdbc_2.13:3.5.0' implementation 'com.zaxxer:HikariCP:5.0.0' implementation 'com.fasterxml.jackson.module:jackson-module-scala_2.13:2.13.1' -- GitLab