Skip to content

Commit

Permalink
Updated some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
depryf committed Apr 28, 2022
1 parent 2c68208 commit ef8443f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## SEER Data Utility Library Version History

**Changes in version 1.18**

- Updated XStream library from version 1.4.18 to 1.4.19.
- Updated JACKSON libraries from version 2.12.5 to version 2.13.2.

**Changes in version 1.17**

- Updated XStream library from version 1.4.17 to 1.4.18.
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ repositories {
}

dependencies {
api 'com.thoughtworks.xstream:xstream:1.4.18'
api 'com.fasterxml.jackson.core:jackson-core:2.12.5'
api 'com.fasterxml.jackson.core:jackson-annotations:2.12.5'
api 'com.fasterxml.jackson.core:jackson-databind:2.12.5'
api 'com.thoughtworks.xstream:xstream:1.4.19'
api 'com.fasterxml.jackson.core:jackson-core:2.13.2'
api 'com.fasterxml.jackson.core:jackson-annotations:2.13.2'
api 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'

testImplementation 'junit:junit:4.13.2'
testImplementation 'commons-io:commons-io:2.11.0'
Expand Down Expand Up @@ -137,7 +137,7 @@ signing {
nexusPublishing {
repositories {
sonatype {
stagingProfileId = 'ImsSeeDataUtilityProfileId'
stagingProfileId = '63e5ddd3ab0d16'

username = project.findProperty("nexusUsername")
password = project.findProperty("nexusPassword")
Expand Down

0 comments on commit ef8443f

Please sign in to comment.