From 175ac9c04adaac8b2e7b87f15b71148da289b3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:38:02 +0000 Subject: [PATCH] build(deps): bump com.fasterxml.jackson.module:jackson-module-scala_2.13 Bumps [com.fasterxml.jackson.module:jackson-module-scala_2.13](https://github.com/FasterXML/jackson-module-scala) from 2.14.2 to 2.15.3. - [Changelog](https://github.com/FasterXML/jackson-module-scala/blob/2.16/release.sbt) - [Commits](https://github.com/FasterXML/jackson-module-scala/compare/v2.14.2...v2.15.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-scala_2.13 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/fbs-core/api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fbs-core/api/build.gradle b/modules/fbs-core/api/build.gradle index e9b797fc7..8c3316193 100644 --- a/modules/fbs-core/api/build.gradle +++ b/modules/fbs-core/api/build.gradle @@ -53,7 +53,7 @@ dependencies { compileOnly 'org.scala-lang:scala-library:2.13.10' implementation 'mysql:mysql-connector-java:8.0.33' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2' - implementation 'com.fasterxml.jackson.module:jackson-module-scala_2.13:2.14.2' + implementation 'com.fasterxml.jackson.module:jackson-module-scala_2.13:2.15.3' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web' implementation('net.unicon.cas:cas-client-autoconfig-support:2.1.0-GA') implementation('org.json:json:20230618')