Skip to content

Commit

Permalink
FBP-233. Bump FasterXML due to FasterXML/jackson-dataformat-xml#257
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Jul 17, 2021
1 parent 5983e75 commit bb92428
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion activiti-intellij-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation project(":bpmn-intellij-plugin-commons")

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0'

// Tests
testImplementation project(':bpmn-intellij-plugin-common-tests')
Expand Down
4 changes: 2 additions & 2 deletions activiti-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ apply plugin: 'kotlin-kapt'
dependencies {
api project(":xml-parser-api")

implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.10.1'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.0'

api 'com.github.pozo:mapstruct-kotlin:1.3.1.2'
kapt 'com.github.pozo:mapstruct-kotlin-processor:1.3.1.2'
Expand Down
2 changes: 1 addition & 1 deletion bpmn-intellij-plugin-common-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation project(":xml-parser-api")
implementation project(":bpmn-intellij-plugin-core")

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

implementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
implementation 'org.amshove.kluent:kluent:1.61'
Expand Down
2 changes: 1 addition & 1 deletion bpmn-intellij-plugin-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation project(":bpmn-intellij-plugin-core")

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0'

// Tests
testImplementation project(':bpmn-intellij-plugin-common-tests')
Expand Down
2 changes: 1 addition & 1 deletion bpmn-intellij-plugin-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

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

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

// Tests
testImplementation project(':flowable-xml-parser')
Expand Down
2 changes: 1 addition & 1 deletion flowable-intellij-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation project(":bpmn-intellij-plugin-commons")

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0'

// Tests
testImplementation project(':bpmn-intellij-plugin-common-tests')
Expand Down
4 changes: 2 additions & 2 deletions flowable-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ apply plugin: 'kotlin-kapt'
dependencies {
api project(":xml-parser-api")

implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.10.1'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.0'

api 'com.github.pozo:mapstruct-kotlin:1.3.1.2'
kapt 'com.github.pozo:mapstruct-kotlin-processor:1.3.1.2'
Expand Down

0 comments on commit bb92428

Please sign in to comment.