Skip to content

Commit c39757e

Browse files
authored
Merge branch 'dev' into ms/#1232-add-RandomLoadProfileTimeSeries
2 parents 74ff846 + 4a4e4d1 commit c39757e

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
@@ -77,7 +77,7 @@ dependencies {
7777
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
7878
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
7979
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
80-
testImplementation 'net.bytebuddy:byte-buddy:1.17.0' // Mocks of classes
80+
testImplementation 'net.bytebuddy:byte-buddy:1.17.1' // Mocks of classes
8181

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

0 commit comments

Comments
 (0)