Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent bbe5a27 commit 26450e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jgiven-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "JGiven core module"

dependencies {
api 'com.google.guava:guava:33.2.0-jre'
api 'com.google.code.gson:gson:2.10.1'
api 'com.google.code.gson:gson:2.11.0'
implementation 'com.thoughtworks.paranamer:paranamer:2.8'
implementation libs.byteBuddy
implementation 'org.fusesource.jansi:jansi:2.4.1'
Expand Down
2 changes: 1 addition & 1 deletion jgiven-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation project(':jgiven-html5-report')
implementation(platform(libs.junit.bom))
implementation 'com.google.guava:guava:33.2.0-jre'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson:2.11.0'

testImplementation project(':jgiven-junit5')
testImplementation 'org.junit.jupiter:junit-jupiter'
Expand Down

0 comments on commit 26450e5

Please sign in to comment.