mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Move gson version to version.gradle
This commit is contained in:
parent
6ac133499c
commit
40dc9e3707
2 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ dependencies {
|
|||
implementation "com.google.code.findbugs:jsr305:$jsrVersion"
|
||||
|
||||
// The ExternalTestSubjectFactory reads json config file to find configured SOP binaries...
|
||||
testImplementation "com.google.code.gson:gson:2.10.1"
|
||||
testImplementation "com.google.code.gson:gson:$gsonVersion"
|
||||
// ...and extends TestSubjectFactory
|
||||
testImplementation(testFixtures(project(":sop-java")))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue