Skip to content

Commit fcc98f0

Browse files
authored
Merge branch 'development' into update-changes-version
2 parents 1418097 + 34e6ce4 commit fcc98f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
4.14.0 (Jan 17, 2025)
22
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs.
3+
- Cleaned unused imports to fix a collision issue.
34

45
4.13.1 (Dec 5, 2024)
56
- Updated `org.apache.httpcomponents.client5` dependency to 5.4.1 to fix vulnerabilities.

client/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
<include>io.codigo.grammar:*</include>
6767
<include>org.apache.httpcomponents.*</include>
6868
<include>org.apache.hc.*</include>
69-
<include>com.google.*</include>
69+
<include>com.google.code.gson:gson</include>
70+
<include>com.google.guava:guava</include>
7071
<include>org.yaml:snakeyaml:*</include>
7172

7273
<!-- Transitive dependency of guava -->

0 commit comments

Comments
 (0)