Skip to content

Commit

Permalink
Merge pull request #476 from freefair/dependabot/gradle/com.google.co…
Browse files Browse the repository at this point in the history
…de.gson-gson-2.9.0

Bump gson from 2.8.9 to 2.9.0
  • Loading branch information
larsgrefer committed Feb 15, 2022
2 parents c0f64b1 + d3f0b6e commit 1c6debb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsass-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pluginBundle {

dependencies {
api "io.bit3:jsass:5.10.4"
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.google.code.gson:gson:2.9.0'

testImplementation project(":test-common")
}

0 comments on commit 1c6debb

Please sign in to comment.