Skip to content

Commit

Permalink
Update Jacoco and Objenesis
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Aug 31, 2022
1 parent 8ede7c3 commit 0cb3f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ext {
junitPlatformTestkit: [group: 'org.junit.platform', name: 'junit-platform-testkit'],
junitPlatformConsole: [group: 'org.junit.platform', name: 'junit-platform-console'],
log4j : [group: 'log4j', name: 'log4j', version: '1.2.17'],
objenesis : [group: 'org.objenesis', name: 'objenesis', version: '3.2'],
objenesis : [group: 'org.objenesis', name: 'objenesis', version: '3.3'],
jacocoAgent : [group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.8', classifier: 'runtime']
]
}
Expand Down

0 comments on commit 0cb3f1b

Please sign in to comment.