Skip to content

Commit 333d909

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 e52f88b commit 333d909

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
@@ -178,8 +178,8 @@ dependencies {
178178
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
179179
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
180180
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.4'
181-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10'
182-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.10'
181+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.17.8'
182+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.17.8'
183183
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
184184
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
185185
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
@@ -265,8 +265,8 @@ configurations.all {
265265

266266
force "org.mockito:mockito-core:5.14.2"
267267
force "org.objenesis:objenesis:3.4"
268-
force "net.bytebuddy:byte-buddy:1.15.10"
269-
force "net.bytebuddy:byte-buddy-agent:1.15.10"
268+
force "net.bytebuddy:byte-buddy:1.17.8"
269+
force "net.bytebuddy:byte-buddy-agent:1.17.8"
270270
force "com.google.code.gson:gson:2.11.0"
271271
force "junit:junit:4.13.2"
272272

0 commit comments

Comments
 (0)