Skip to content

Commit c1a7b6e

Browse files
committed
push missing gradle changes
Signed-off-by: jorgee <[email protected]>
1 parent c6ff925 commit c1a7b6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ dependencies {
1818
implementation 'com.google.code.gson:gson:2.10.1'
1919
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
2020
implementation 'org.apache.httpcomponents:httpmime:4.5.14'
21-
21+
2222
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0')
23+
testImplementation('org.spockframework:spock-junit4:2.1-groovy-3.0')
24+
testImplementation 'org.wiremock:wiremock:3.5.4'
25+
testImplementation 'org.objenesis:objenesis:3.4'
26+
testImplementation 'net.bytebuddy:byte-buddy:1.14.17'
2327
}
2428

2529
test {

0 commit comments

Comments
 (0)