We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2eb7d4 commit 8fed85eCopy full SHA for 8fed85e
modules/fbs-core/api/build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
compileOnly 'org.scala-lang:scala-library:2.13.10'
54
implementation 'mysql:mysql-connector-java:8.0.33'
55
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'
+ implementation 'com.fasterxml.jackson.module:jackson-module-scala_2.13:2.16.0'
57
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
58
implementation('net.unicon.cas:cas-client-autoconfig-support:2.1.0-GA')
59
implementation('org.json:json:20230618')
0 commit comments