Skip to content

Commit

Permalink
build(deps): bump com.fasterxml.jackson.module:jackson-module-scala_2.13
Browse files Browse the repository at this point in the history
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](FasterXML/jackson-module-scala@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent d695751 commit 175ac9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fbs-core/api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 175ac9c

Please sign in to comment.