File tree 7 files changed +9
-9
lines changed
bpmn-intellij-plugin-common-tests
bpmn-intellij-plugin-commons
bpmn-intellij-plugin-core
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation project(" :bpmn-intellij-plugin-commons" )
37
37
38
38
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
39
- implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1 '
39
+ implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0 '
40
40
41
41
// Tests
42
42
testImplementation project(' :bpmn-intellij-plugin-common-tests' )
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ apply plugin: 'kotlin-kapt'
29
29
dependencies {
30
30
api project(" :xml-parser-api" )
31
31
32
- implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1 '
33
- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.10.1 '
32
+ implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0 '
33
+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.0 '
34
34
35
35
api ' com.github.pozo:mapstruct-kotlin:1.3.1.2'
36
36
kapt ' com.github.pozo:mapstruct-kotlin-processor:1.3.1.2'
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation project(" :xml-parser-api" )
34
34
implementation project(" :bpmn-intellij-plugin-core" )
35
35
36
- implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1 '
36
+ implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0 '
37
37
38
38
implementation ' org.junit.jupiter:junit-jupiter-api:5.6.2'
39
39
implementation ' org.amshove.kluent:kluent:1.61'
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
implementation project(" :bpmn-intellij-plugin-core" )
35
35
36
36
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
37
- implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1 '
37
+ implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0 '
38
38
39
39
// Tests
40
40
testImplementation project(' :bpmn-intellij-plugin-common-tests' )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
33
33
implementation project(" :xml-parser-api" )
34
34
35
- implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1 '
35
+ implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0 '
36
36
37
37
// Tests
38
38
testImplementation project(' :flowable-xml-parser' )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation project(" :bpmn-intellij-plugin-commons" )
37
37
38
38
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
39
- implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1 '
39
+ implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0 '
40
40
41
41
// Tests
42
42
testImplementation project(' :bpmn-intellij-plugin-common-tests' )
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ apply plugin: 'kotlin-kapt'
29
29
dependencies {
30
30
api project(" :xml-parser-api" )
31
31
32
- implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1 '
33
- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.10.1 '
32
+ implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0 '
33
+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.0 '
34
34
35
35
api ' com.github.pozo:mapstruct-kotlin:1.3.1.2'
36
36
kapt ' com.github.pozo:mapstruct-kotlin-processor:1.3.1.2'
You can’t perform that action at this time.
0 commit comments