Skip to content

Commit 6d42c5f

Browse files
Bump byte-buddy-agent from 1.10.10 to 1.10.13 (#136)
Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.10.10 to 1.10.13. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.10.10...byte-buddy-1.10.13) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Anthony Shaw <[email protected]>
1 parent 3d613b8 commit 6d42c5f

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.6.2'
2424
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
2525
testImplementation "net.bytebuddy:byte-buddy:1.10.13"
26-
testImplementation "net.bytebuddy:byte-buddy-agent:1.10.10"
26+
testImplementation "net.bytebuddy:byte-buddy-agent:1.10.13"
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)