@@ -13,8 +13,8 @@ description = "Beats/Lumberjack Netty implementation"
1313sourceCompatibility = 1.8
1414targetCompatibility = 1.8
1515
16- String jacksonVersion = ' 2.9.10 '
17- String jacksonDatabindVersion = ' 2.9.10.8 '
16+ String jacksonVersion = ' 2.13.3 '
17+ String jacksonDatabindVersion = ' 2.13.3 '
1818
1919repositories {
2020 mavenCentral()
@@ -26,10 +26,14 @@ dependencies {
2626 testImplementation ' org.apache.logging.log4j:log4j-core:2.17.0'
2727 implementation ' io.netty:netty-all:4.1.65.Final'
2828 implementation ' org.javassist:javassist:3.24.0-GA'
29- implementation " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
30- implementation " com.fasterxml.jackson.core:jackson-annotations:${ jacksonVersion} "
31- implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonDatabindVersion} "
32- implementation " com.fasterxml.jackson.module:jackson-module-afterburner:${ jacksonVersion} "
29+ testImplementation " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
30+ testImplementation " com.fasterxml.jackson.core:jackson-annotations:${ jacksonVersion} "
31+ testImplementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonDatabindVersion} "
32+ testImplementation " com.fasterxml.jackson.module:jackson-module-afterburner:${ jacksonVersion} "
33+ compileOnly " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
34+ compileOnly " com.fasterxml.jackson.core:jackson-annotations:${ jacksonVersion} "
35+ compileOnly " com.fasterxml.jackson.core:jackson-databind:${ jacksonDatabindVersion} "
36+ compileOnly " com.fasterxml.jackson.module:jackson-module-afterburner:${ jacksonVersion} "
3337 compileOnly ' org.apache.logging.log4j:log4j-api:2.17.0'
3438}
3539
0 commit comments