Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and isidore committed May 20, 2024
1 parent ecba44c commit 6a6235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation("com.approvaltests:approvaltests:24.1.0")
testImplementation("com.google.code.gson:gson:2.10.1")
testImplementation("com.google.code.gson:gson:2.11.0")
}

application {
Expand Down

0 comments on commit 6a6235a

Please sign in to comment.