Skip to content

Commit

Permalink
Update Versions of JUnit, ASM, ByteBuddy
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Nov 12, 2021
1 parent 0b43fbc commit 8a29ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ext {

libs = [
jetbrainsAnnotations: [group: "org.jetbrains", name: "annotations", version: "20.1.0"],
asm : [group: 'org.ow2.asm', name: 'asm', version: '9.1'],
bytebuddy : [group: 'net.bytebuddy', name: 'byte-buddy', version: '1.11.0'],
asm : [group: 'org.ow2.asm', name: 'asm', version: '9.2'],
bytebuddy : [group: 'net.bytebuddy', name: 'byte-buddy', version: '1.12.1'],
cglib : [group: 'cglib', name: 'cglib-nodep', version: '3.3.0'],
groovy : groovyDependencies,
groovySql : [group: 'org.codehaus.groovy', name: 'groovy-sql', version: groovyVersion], //for some Spring and Unitils tests
Expand All @@ -61,7 +61,7 @@ ext {
hamcrest : [group: 'org.hamcrest', name: 'hamcrest', version: '2.2'],
jaxb : [group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'],
junit4 : [group: 'junit', name: 'junit', version: '4.13.2'],
junitBom : [group: 'org.junit', name: 'junit-bom', version: '5.7.2'],
junitBom : [group: 'org.junit', name: 'junit-bom', version: '5.8.1'],
jupiter : [group: 'org.junit.jupiter', name: 'junit-jupiter'],
junitPlatform : [group: 'org.junit.platform', name: 'junit-platform-engine'],
junitPlatformTestkit: [group: 'org.junit.platform', name: 'junit-platform-testkit'],
Expand Down

0 comments on commit 8a29ba0

Please sign in to comment.