Skip to content

Commit bf5ad04

Browse files
dependabot: bump net.bytebuddy:byte-buddy from 1.15.10 to 1.17.8
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.17.8. - [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.15.10...byte-buddy-1.17.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7de806 commit bf5ad04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ dependencies {
176176
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
177177
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
178178
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.4'
179-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10'
180-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.10'
179+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.17.8'
180+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.17.8'
181181
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
182182
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
183183
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
@@ -263,8 +263,8 @@ configurations.all {
263263

264264
force "org.mockito:mockito-core:5.14.2"
265265
force "org.objenesis:objenesis:3.4"
266-
force "net.bytebuddy:byte-buddy:1.15.10"
267-
force "net.bytebuddy:byte-buddy-agent:1.15.10"
266+
force "net.bytebuddy:byte-buddy:1.17.8"
267+
force "net.bytebuddy:byte-buddy-agent:1.17.8"
268268
force "com.google.code.gson:gson:2.11.0"
269269
force "junit:junit:4.13.2"
270270

0 commit comments

Comments
 (0)