We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 047c809 + 3e194f8 commit 3b08360Copy full SHA for 3b08360
components/serialization/json/gradle/dependencies.gradle
@@ -5,7 +5,7 @@ dependencies {
5
6
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
7
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
8
- api 'com.google.code.gson:gson:2.13.0'
+ api 'com.google.code.gson:gson:2.13.1'
9
10
api project(':components:abstractions')
11
}
0 commit comments