Skip to content

Commit

Permalink
Merge pull request #141 from /issues/140
Browse files Browse the repository at this point in the history
issues/134 - Updated jackson and okhttp versions due vulnerabilities …
  • Loading branch information
cnorburn authored Sep 16, 2022
2 parents 3d9a035 + 7255ecf commit 503e2a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
apply plugin: 'java'

group = 'network.casper'
version='0.3.13'
version='0.3.14'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ commonsIoVersion=2.11.0
commonsLangVersion=3.12.0
cprovVersion=1.69
web3jCryptoVersion=5.0.0
jacksonVersion=2.13.2
jacksonDatabindVersion=2.13.2.1
jsonPathAssertVersion=2.4.0
jacksonVersion=2.13.4
jacksonDatabindVersion=2.13.4
jsonPathAssertVersion=2.7.0
jsr305Version=3.0.2
junitVersion=5.8.2
log4jVersion=2.17.1
maverickSynergyVersion=3.0.0-RC8
mockwebserverVersion=4.9.0
mockwebserverVersion=4.10.0
okHttpVersion=4.9.0
slf4jApiVersion=1.7.36

0 comments on commit 503e2a7

Please sign in to comment.