Skip to content

Commit ebbe8f9

Browse files
Merge pull request #302 from tonybaloney/dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.12.2
Dependabot-bot is merging PR for package byte-buddy-agent to 1.12.2
2 parents 081ba8d + ee9053b commit ebbe8f9

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
@@ -23,7 +23,7 @@ dependencies {
2323
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.8.1'
2424
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
2525
testImplementation "net.bytebuddy:byte-buddy:1.12.2"
26-
testImplementation "net.bytebuddy:byte-buddy-agent:1.12.1"
26+
testImplementation "net.bytebuddy:byte-buddy-agent:1.12.2"
2727
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2828
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2929
compile "io.ktor:ktor-client-core:$ktor_version"

0 commit comments

Comments
 (0)