Skip to content

Commit 1d65e55

Browse files
committed
chore(java): Remove gson dependency
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 9defb68 commit 1d65e55

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bindings/java/CHANGELOG.md

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

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Remove `gson` as a dependency
8+
59
## 0.15.0 - 2025-06-29
610

711
- Initial public release

bindings/java/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ repositories {
1818

1919
dependencies {
2020
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
21-
implementation 'com.google.code.gson:gson:2.10.1'
2221

2322
jmh 'org.openjdk.jmh:jmh-core:1.37'
2423
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'

0 commit comments

Comments
 (0)