Skip to content

Commit

Permalink
Merge pull request #251 from Countly/upgrade_vulnarable
Browse files Browse the repository at this point in the history
Upgrade vulnerable dependencies
  • Loading branch information
turtledreams authored Sep 25, 2024
2 parents c6db766 + 2a21abf commit be08c9c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .idea/modules/app-java/countly-sdk-java.app-java.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/modules/app-java/countly-sdk-java.app-java.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/sdk-java/countly-sdk-java.sdk-java.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/modules/sdk-java/countly-sdk-java.sdk-java.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Added a new function "setID(newDeviceId)" for managing device id changes according to the device ID Type.

* Mitigated an issue where json and junit dependencies had vulnerabilities.

## 24.1.0

* !! Major breaking change !! The following method and its functionality is deprecated from the "UserEditor" interface and will not function anymore:
Expand Down
4 changes: 2 additions & 2 deletions sdk-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ buildscript {
}

dependencies {
implementation 'org.json:json:20230227'
implementation 'org.json:json:20231013'
implementation 'com.google.code.findbugs:jsr305:3.0.2'

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.mockito:mockito-core:2.8.9'
testImplementation "org.powermock:powermock-core:${POWERMOCK_VERSION}"
testImplementation "org.powermock:powermock-module-junit4:${POWERMOCK_VERSION}"
Expand Down

0 comments on commit be08c9c

Please sign in to comment.