Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.16 (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 2748767 commit 91ca1eb
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.10.2'
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.14.15' // Mocks of classes
testImplementation 'net.bytebuddy:byte-buddy:1.14.16' // Mocks of classes

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

0 comments on commit 91ca1eb

Please sign in to comment.