Skip to content

Commit

Permalink
Merge pull request #35 from EnverKESMEN/update-jackson-version
Browse files Browse the repository at this point in the history
update jackson to 2.9.10 for prevent RCE
  • Loading branch information
volkangumus authored Sep 24, 2019
2 parents 91ba625 + d398627 commit e571e34
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion 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.0'
version '0.23.1'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand All @@ -23,4 +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') {
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.0'
version '0.23.1'

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.0'
version '0.23.1'

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.0'
version '0.23.1'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit e571e34

Please sign in to comment.