Skip to content

Commit 502ad6c

Browse files
dependabot: bump net.bytebuddy:byte-buddy from 1.15.10 to 1.17.2
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.17.2. - [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.2) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41db8c0 commit 502ad6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ dependencies {
154154
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
155155
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
156156
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.4'
157-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10'
158-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.10'
157+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.17.2'
158+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.17.2'
159159
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
160160
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
161161
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
@@ -220,8 +220,8 @@ configurations.all {
220220

221221
force "org.mockito:mockito-core:5.14.2"
222222
force "org.objenesis:objenesis:3.4"
223-
force "net.bytebuddy:byte-buddy:1.15.10"
224-
force "net.bytebuddy:byte-buddy-agent:1.15.10"
223+
force "net.bytebuddy:byte-buddy:1.17.2"
224+
force "net.bytebuddy:byte-buddy-agent:1.17.2"
225225
force "com.google.code.gson:gson:2.11.0"
226226
force "junit:junit:4.13.2"
227227

0 commit comments

Comments
 (0)