Skip to content

Commit 78e2b5e

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
dependabot: bump org.objenesis:objenesis from 3.3 to 3.4 (opensearch-project#1393) (opensearch-project#1403)
Bumps [org.objenesis:objenesis](https://github.com/easymock/objenesis) from 3.3 to 3.4. - [Release notes](https://github.com/easymock/objenesis/releases) - [Commits](easymock/objenesis@3.3...3.4) --- updated-dependencies: - dependency-name: org.objenesis:objenesis dependency-type: direct:production update-type: version-update:semver-minor ... (cherry picked from commit d2a30d8) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90cc6ab commit 78e2b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dependencies {
153153

154154
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
155155
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
156-
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.3'
156+
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.4'
157157
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10'
158158
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.10'
159159
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
@@ -219,7 +219,7 @@ configurations.all {
219219
force "commons-codec:commons-codec:${versions.commonscodec}"
220220

221221
force "org.mockito:mockito-core:5.14.2"
222-
force "org.objenesis:objenesis:3.3"
222+
force "org.objenesis:objenesis:3.4"
223223
force "net.bytebuddy:byte-buddy:1.15.10"
224224
force "net.bytebuddy:byte-buddy-agent:1.15.10"
225225
force "com.google.code.gson:gson:2.11.0"

0 commit comments

Comments
 (0)