Updated gson import

This commit is contained in:
obvWolf
2023-11-07 20:39:20 -06:00
parent 2a31690d61
commit df83249701

View File

@@ -14,7 +14,7 @@ repositories {
dependencies { dependencies {
implementation 'net.objecthunter:exp4j:0.4.8' implementation 'net.objecthunter:exp4j:0.4.8'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.7' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
} }