Skip to content

Commit 69917a2

Browse files
authored
Merge pull request #39 from openapi-processor/dependabot/gradle/net.bytebuddy-byte-buddy-1.14.8
Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8
2 parents 550254d + b8748e7 commit 69917a2

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
@@ -98,13 +98,13 @@ dependencies {
9898
testImplementation(localGroovy())
9999
testImplementation platform ("org.spockframework:spock-bom:2.4-M1-groovy-3.0")
100100
testImplementation 'org.spockframework:spock-core'
101-
testImplementation 'net.bytebuddy:byte-buddy:1.14.7'
101+
testImplementation 'net.bytebuddy:byte-buddy:1.14.8'
102102
testImplementation gradleTestKit()
103103

104104
testIntImplementation(localGroovy())
105105
testIntImplementation platform ("org.spockframework:spock-bom:2.4-M1-groovy-3.0")
106106
testIntImplementation 'org.spockframework:spock-core'
107-
testIntImplementation 'net.bytebuddy:byte-buddy:1.14.7'
107+
testIntImplementation 'net.bytebuddy:byte-buddy:1.14.8'
108108
testIntImplementation gradleTestKit()
109109
}
110110

0 commit comments

Comments
 (0)