Update test dependencies

This commit is contained in:
litetex 2025-02-11 20:46:45 +01:00
parent 351174a85f
commit 460e0f77e6
No known key found for this signature in database
GPG Key ID: 525B43E6039B3689

View File

@ -38,6 +38,6 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
testImplementation 'com.google.code.gson:gson:2.11.0'
testImplementation "com.squareup.okhttp3:okhttp:4.12.0"
testImplementation 'com.google.code.gson:gson:2.12.1'
}