Skip to content

Commit bb92428

Browse files
committed
FBP-233. Bump FasterXML due to FasterXML/jackson-dataformat-xml#257
1 parent 5983e75 commit bb92428

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

activiti-intellij-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation project(":bpmn-intellij-plugin-commons")
3737

3838
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'
4040

4141
// Tests
4242
testImplementation project(':bpmn-intellij-plugin-common-tests')

activiti-xml-parser/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ apply plugin: 'kotlin-kapt'
2929
dependencies {
3030
api project(":xml-parser-api")
3131

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'
3434

3535
api 'com.github.pozo:mapstruct-kotlin:1.3.1.2'
3636
kapt 'com.github.pozo:mapstruct-kotlin-processor:1.3.1.2'

bpmn-intellij-plugin-common-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation project(":xml-parser-api")
3434
implementation project(":bpmn-intellij-plugin-core")
3535

36-
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1'
36+
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0'
3737

3838
implementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
3939
implementation 'org.amshove.kluent:kluent:1.61'

bpmn-intellij-plugin-commons/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation project(":bpmn-intellij-plugin-core")
3535

3636
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'
3838

3939
// Tests
4040
testImplementation project(':bpmn-intellij-plugin-common-tests')

bpmn-intellij-plugin-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232

3333
implementation project(":xml-parser-api")
3434

35-
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1'
35+
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0'
3636

3737
// Tests
3838
testImplementation project(':flowable-xml-parser')

flowable-intellij-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation project(":bpmn-intellij-plugin-commons")
3737

3838
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'
4040

4141
// Tests
4242
testImplementation project(':bpmn-intellij-plugin-common-tests')

flowable-xml-parser/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ apply plugin: 'kotlin-kapt'
2929
dependencies {
3030
api project(":xml-parser-api")
3131

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'
3434

3535
api 'com.github.pozo:mapstruct-kotlin:1.3.1.2'
3636
kapt 'com.github.pozo:mapstruct-kotlin-processor:1.3.1.2'

0 commit comments

Comments
 (0)