Skip to content

Commit

Permalink
Merge pull request #36 from alpgurtan/update-jackson-version
Browse files Browse the repository at this point in the history
Update jackson-databind version to 2.10.0 for preventing RCE
  • Loading branch information
alpgurtan authored Oct 7, 2019
2 parents e571e34 + c05ee6f commit 28be1ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions backup-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven'

group 'com.opsgenie.tools'
version '0.23.1'
version '0.23.2'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand All @@ -23,7 +23,7 @@ dependencies {
compile "com.beust:jcommander:1.48"
compile 'org.eclipse.jgit:org.eclipse.jgit:4.5.0.201609210915-r'
compile "com.opsgenie.oas:opsgenie-sdk-swagger:1.0.10"
compile ('com.fasterxml.jackson.core:jackson-databind:2.9.10') {
compile ('com.fasterxml.jackson.core:jackson-databind:2.10.0') {
force = true
}
}
2 changes: 1 addition & 1 deletion backup-export/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.opsgenie.tools'
version '0.23.1'
version '0.23.2'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion backup-import/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.opsgenie.tools'
version '0.23.1'
version '0.23.2'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven'

group 'com.opsgenie.tools'
version '0.23.1'
version '0.23.2'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 28be1ae

Please sign in to comment.