Skip to content

Commit 26ef1f2

Browse files
Merge branch 'dev' into vb/#710_decimalPlaces_deSerialize
2 parents a49c790 + f5d79f2 commit 26ef1f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ dependencies {
7373
implementation 'org.jgrapht:jgrapht-core:1.5.1'
7474

7575
// testing
76-
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
76+
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
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.21' // Mocks of classes
79+
testImplementation 'net.bytebuddy:byte-buddy:1.12.22' // Mocks of classes
8080

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

0 commit comments

Comments
 (0)