Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.15.7 (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 7e16c98 commit e962a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
testImplementation 'net.bytebuddy:byte-buddy:1.15.5' // Mocks of classes
testImplementation 'net.bytebuddy:byte-buddy:1.15.7' // Mocks of classes

// testcontainers (docker framework for testing)
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
Expand Down

0 comments on commit e962a0d

Please sign in to comment.