Skip to content

Commit 18a1853

Browse files
authored
Merge branch 'dev' into to/#681-v2g-evcs
2 parents 8c7eefb + c4efb5f commit 18a1853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
7777
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
7878
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
79-
testImplementation 'net.bytebuddy:byte-buddy:1.12.17' // Mocks of classes
79+
testImplementation 'net.bytebuddy:byte-buddy:1.12.18' // Mocks of classes
8080

8181
// testcontainers (docker framework for testing)
8282
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"

0 commit comments

Comments
 (0)