Skip to content

Commit 8fed85e

Browse files
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.16.0. - [Changelog](https://github.com/FasterXML/jackson-module-scala/blob/2.17/release.sbt) - [Commits](FasterXML/jackson-module-scala@v2.14.2...v2.16.0) --- 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] <support@github.com>
1 parent d2eb7d4 commit 8fed85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fbs-core/api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
compileOnly 'org.scala-lang:scala-library:2.13.10'
5454
implementation 'mysql:mysql-connector-java:8.0.33'
5555
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2'
56-
implementation 'com.fasterxml.jackson.module:jackson-module-scala_2.13:2.14.2'
56+
implementation 'com.fasterxml.jackson.module:jackson-module-scala_2.13:2.16.0'
5757
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
5858
implementation('net.unicon.cas:cas-client-autoconfig-support:2.1.0-GA')
5959
implementation('org.json:json:20230618')

0 commit comments

Comments
 (0)