Skip to content

Commit 54cc0f8

Browse files
committed
feat: update version to 4.4.0 and add branch support in entry variants to CHANGELOG
1 parent 7d74afb commit 54cc0f8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## Version 4.4.0
4+
5+
### Date: 20-Jul-2026
6+
7+
### Feature
8+
9+
- Branch support in entry variants
10+
311
## Version 4.3.0
412

513
### Date: 29-Jun-2026

contentstack/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
ext {
88
PUBLISH_GROUP_ID = 'com.contentstack.sdk'
99
PUBLISH_ARTIFACT_ID = 'android'
10-
PUBLISH_VERSION = '4.3.0'
10+
PUBLISH_VERSION = '4.4.0'
1111
}
1212

1313
android {
@@ -145,6 +145,10 @@ dependencies {
145145
}
146146
}
147147
}
148+
// androidx.test/espresso pull bcprov-jdk18on 1.80 (test-only); force the patched
149+
// release for Snyk SNYK-JAVA-ORGBOUNCYCASTLE-16074612 (CVE-2026-5598, Timing Attack)
150+
// and SNYK-JAVA-ORGBOUNCYCASTLE-16075266 (CVE-2025-14813). Not shipped in the AAR.
151+
configurations.configureEach { resolutionStrategy.force 'org.bouncycastle:bcprov-jdk18on:1.85' }
148152
implementation fileTree(include: ['*.jar'], dir: 'libs')
149153
implementation "com.android.volley:volley:$volley"
150154

0 commit comments

Comments
 (0)