Skip to content

Commit

Permalink
Merge pull request #120 from aiven/dependabot/gradle/com.google.code.…
Browse files Browse the repository at this point in the history
…gson-gson-2.10.1

Bump com.google.code.gson:gson from 2.10 to 2.10.1
  • Loading branch information
ivanyu authored Mar 1, 2023
2 parents e21123d + 7a67f20 commit aba0c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ext {

dependencies {
implementation "com.google.guava:guava:31.1-jre"
implementation "com.google.code.gson:gson:2.10"
implementation "com.google.code.gson:gson:2.10.1"

compileOnly "org.apache.kafka:kafka_2.12:${kafkaVersion}"
compileOnly "org.slf4j:slf4j-api:1.7.36"
Expand Down

0 comments on commit aba0c18

Please sign in to comment.