Skip to content

Commit b2d6b65

Browse files
authored
Update plugins and dependencies
1 parent bee5449 commit b2d6b65

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ ext {
1919
variant = System.getProperty("variant") as BigDecimal ?: variants.first()
2020
buildScan.tag "groovy-$variant"
2121
if (variant == 2.5) {
22-
groovyVersion = "2.5.12"
22+
groovyVersion = "2.5.14"
2323
minGroovyVersion = "2.5.0"
2424
maxGroovyVersion = "2.9.99"
2525
} else if (variant == 3.0) {
26-
groovyVersion = "3.0.6"
26+
groovyVersion = "3.0.7"
2727
minGroovyVersion = "3.0.0"
2828
maxGroovyVersion = "3.9.99"
2929
} else {
@@ -49,9 +49,9 @@ ext {
4949
buildScan.tag "Java $javaVersion"
5050

5151
libs = [
52-
jetbrainsAnnotations: [group: "org.jetbrains", name: "annotations", version: "19.0.0"],
53-
asm : [group: 'org.ow2.asm', name: 'asm', version: '9.0'],
54-
bytebuddy : [group: 'net.bytebuddy', name: 'byte-buddy', version: '1.10.16'],
52+
jetbrainsAnnotations: [group: "org.jetbrains", name: "annotations", version: "20.1.0"],
53+
asm : [group: 'org.ow2.asm', name: 'asm', version: '9.1'],
54+
bytebuddy : [group: 'net.bytebuddy', name: 'byte-buddy', version: '1.10.22'],
5555
cglib : [group: 'cglib', name: 'cglib-nodep', version: '3.3.0'],
5656
groovy : groovyDependencies,
5757
groovySql : [group: 'org.codehaus.groovy', name: 'groovy-sql', version: groovyVersion], //for some Spring and Unitils tests
@@ -60,14 +60,14 @@ ext {
6060
h2database : [group: 'com.h2database', name: 'h2', version: '1.4.200'],
6161
hamcrest : [group: 'org.hamcrest', name: 'hamcrest', version: '2.2'],
6262
jaxb : [group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'],
63-
junit4 : [group: 'junit', name: 'junit', version: '4.13'],
64-
junitBom : [group: 'org.junit', name: 'junit-bom', version: '5.7.0'],
63+
junit4 : [group: 'junit', name: 'junit', version: '4.13.2'],
64+
junitBom : [group: 'org.junit', name: 'junit-bom', version: '5.7.1'],
6565
jupiter : [group: 'org.junit.jupiter', name: 'junit-jupiter'],
6666
junitPlatform : [group: 'org.junit.platform', name: 'junit-platform-engine'],
6767
junitPlatformTestkit: [group: 'org.junit.platform', name: 'junit-platform-testkit'],
6868
junitPlatformConsole: [group: 'org.junit.platform', name: 'junit-platform-console'],
6969
log4j : [group: 'log4j', name: 'log4j', version: '1.2.17'],
70-
objenesis : [group: 'org.objenesis', name: 'objenesis', version: '3.1'],
70+
objenesis : [group: 'org.objenesis', name: 'objenesis', version: '3.2'],
7171
jacocoAgent : [group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.6', classifier: 'runtime']
7272
]
7373
}

settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginManagement {
44
plugins {
55
id "com.gradle.enterprise" version "3.6"
66
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.2.1"
7-
id "org.asciidoctor.jvm.convert" version "3.2.0"
8-
id "net.nemerosa.versioning" version "2.13.1"
7+
id "org.asciidoctor.jvm.convert" version "3.3.2"
8+
id "net.nemerosa.versioning" version "2.14.0"
99
id "de.marcphilipp.nexus-publish" version "0.4.0"
1010
id "com.github.ben-manes.versions" version "0.28.0"
11-
id "biz.aQute.bnd.builder" version "5.1.2"
11+
id "biz.aQute.bnd.builder" version "5.3.0"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)