Bump objenesis from 3.2 to 3.3
Bumps [objenesis](https://github.com/easymock/objenesis) from 3.2 to 3.3. - [Release notes](https://github.com/easymock/objenesis/releases) - [Commits](https://github.com/easymock/objenesis/compare/3.2...3.3) --- updated-dependencies: - dependency-name: org.objenesis:objenesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Leonard Brünings
parent
b551e129a8
commit
d152288ae5
+1
-1
@@ -23,7 +23,7 @@ dependencies {
|
||||
// optional dependencies for using Spock
|
||||
testImplementation "org.hamcrest:hamcrest-core:2.2" // only necessary if Hamcrest matchers are used
|
||||
testRuntimeOnly 'net.bytebuddy:byte-buddy:1.12.8' // allows mocking of classes (in addition to interfaces)
|
||||
testRuntimeOnly "org.objenesis:objenesis:3.2" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
|
||||
testRuntimeOnly "org.objenesis:objenesis:3.3" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
|
||||
|
||||
// dependencies used by examples in this project
|
||||
testRuntimeOnly "com.h2database:h2:2.1.214"
|
||||
|
||||
Reference in New Issue
Block a user