Skip to content

Commit d32496f

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.2
1 parent 13919cf commit d32496f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

howto-dapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
dependencies {
1515
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
1616
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
17-
implementation 'com.google.code.gson:gson:2.13.1'
17+
implementation 'com.google.code.gson:gson:2.13.2'
1818
implementation 'com.mysql:mysql-connector-j:8.4.0'
1919
implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha1"
2020

0 commit comments

Comments
 (0)