Skip to content

Commit be08c9c

Browse files
authored
Merge pull request #251 from Countly/upgrade_vulnarable
Upgrade vulnerable dependencies
2 parents c6db766 + 2a21abf commit be08c9c

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

.idea/modules/app-java/countly-sdk-java.app-java.main.iml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/app-java/countly-sdk-java.app-java.test.iml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/sdk-java/countly-sdk-java.sdk-java.main.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/sdk-java/countly-sdk-java.sdk-java.test.iml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
* Mitigated an issue where json and junit dependencies had vulnerabilities.
6+
57
## 24.1.0
68

79
* !! Major breaking change !! The following method and its functionality is deprecated from the "UserEditor" interface and will not function anymore:

sdk-java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ buildscript {
1313
}
1414

1515
dependencies {
16-
implementation 'org.json:json:20230227'
16+
implementation 'org.json:json:20231013'
1717
implementation 'com.google.code.findbugs:jsr305:3.0.2'
1818

19-
testImplementation 'junit:junit:4.12'
19+
testImplementation 'junit:junit:4.13.1'
2020
testImplementation 'org.mockito:mockito-core:2.8.9'
2121
testImplementation "org.powermock:powermock-core:${POWERMOCK_VERSION}"
2222
testImplementation "org.powermock:powermock-module-junit4:${POWERMOCK_VERSION}"

0 commit comments

Comments
 (0)