Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit d230b3c

Browse files
Bump play-ws_2.13 from 2.8.8 to 2.8.11
Bumps [play-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](playframework/playframework@2.8.8...2.8.11) --- updated-dependencies: - dependency-name: com.typesafe.play:play-ws_2.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7bf96f commit d230b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scala-utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ dependencies {
66
implementation 'com.typesafe.scala-logging:scala-logging_2.13:3.9.3'
77
implementation 'com.typesafe.play:play-json_2.13:2.9.2'
88
implementation 'com.typesafe.play:play_2.13:2.8.8'
9-
implementation 'com.typesafe.play:play-ws_2.13:2.8.8'
9+
implementation 'com.typesafe.play:play-ws_2.13:2.8.11'
1010
implementation 'com.typesafe.play:play-akka-http-server_2.13:2.8.8'
1111
implementation 'com.typesafe.play:play-ahc-ws_2.13:2.8.8'
1212
implementation 'com.google.inject:guice:5.0.1'
1313
implementation 'io.undertow:undertow-core:2.2.13.Final'
1414
implementation 'org.scalikejdbc:scalikejdbc_2.13:3.5.0'
1515
implementation 'com.zaxxer:HikariCP:5.0.0'
16-
implementation 'com.fasterxml.jackson.module:jackson-module-scala_2.13:2.12.4'
16+
implementation 'com.fasterxml.jackson.module:jackson-module-scala_2.13:2.13.1'
1717
implementation 'org.tpolecat:doobie-core_2.13:0.13.4'
1818
implementation 'org.postgresql:postgresql:42.2.23'
1919
}

0 commit comments

Comments
 (0)