Skip to content

Commit

Permalink
Merge pull request #2324 from MishaDemianenko/5.0-bump-kotlin-jackson
Browse files Browse the repository at this point in the history
Bump kotlin and jackson versions
  • Loading branch information
MishaDemianenko authored Nov 10, 2021
2 parents 73bf255 + 5894d47 commit 01647e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'maven-publish'
id 'antlr'
id "org.sonarqube"
id "org.jetbrains.kotlin.jvm" version "1.3.71"
id "org.jetbrains.kotlin.jvm" version "1.5.31"
}

archivesBaseName = "apoc"
Expand Down Expand Up @@ -107,11 +107,11 @@ dependencies {
compileOnly group: 'org.neo4j', name: 'neo4j', version: neo4jVersionEffective
compileOnly group: 'org.codehaus.jackson', name: 'jackson-mapper-asl', version: '1.9.7'

compileOnly group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.10.3'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.71'
compileOnly group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.13.0'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31'

testImplementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.10.3'
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.71'
testImplementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.13.0'
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31'

testImplementation 'org.mock-server:mockserver-netty:3.10.8'
testImplementation 'org.mock-server:mockserver-client-java:3.10.8'
Expand Down

0 comments on commit 01647e5

Please sign in to comment.