Skip to content

Commit d8ad90c

Browse files
authored
Merge branch 'master' into mattalp/baseline-flarereporter-smoketesting
2 parents 84e5026 + 0a4e9d0 commit d8ad90c

File tree

499 files changed

+6658
-6124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

499 files changed

+6658
-6124
lines changed

.github/workflows/analyze-changes.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
${{ runner.os }}-gradle-
3636
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
38+
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
3939
with:
4040
languages: 'java'
4141
build-mode: 'manual'
@@ -52,7 +52,7 @@ jobs:
5252
--build-cache --parallel --stacktrace --no-daemon --max-workers=4
5353
5454
- name: Perform CodeQL Analysis and upload results to GitHub Security tab
55-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
55+
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
5656

5757
trivy:
5858
name: Analyze changes with Trivy
@@ -102,7 +102,7 @@ jobs:
102102
ls -laR "./workspace/.trivy"
103103
104104
- name: Run Trivy security scanner
105-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32.0
105+
uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # v0.33.0
106106
with:
107107
scan-type: rootfs
108108
scan-ref: './workspace/.trivy/'
@@ -115,7 +115,7 @@ jobs:
115115
TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
116116

117117
- name: Upload Trivy scan results to GitHub Security tab
118-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
118+
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
119119
if: always()
120120
with:
121121
sarif_file: 'trivy-results.sarif'

communication/gradle.lockfile

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ com.datadoghq:java-dogstatsd-client:4.4.3=compileClasspath,runtimeClasspath,test
1313
com.fasterxml.jackson.core:jackson-annotations:2.9.0=testCompileClasspath,testRuntimeClasspath
1414
com.fasterxml.jackson.core:jackson-core:2.9.9=testCompileClasspath,testRuntimeClasspath
1515
com.fasterxml.jackson.core:jackson-databind:2.9.9.3=testCompileClasspath,testRuntimeClasspath
16-
com.github.javaparser:javaparser-core:3.25.6=testCompileClasspath,testRuntimeClasspath
16+
com.github.javaparser:javaparser-core:3.25.6=codenarc,testCompileClasspath,testRuntimeClasspath
1717
com.github.jnr:jffi:1.2.23=compileClasspath,testCompileClasspath
1818
com.github.jnr:jffi:1.3.13=runtimeClasspath,testRuntimeClasspath
1919
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -45,7 +45,7 @@ com.squareup.moshi:moshi:1.11.0=compileClasspath,runtimeClasspath,testCompileCla
4545
com.squareup.okhttp3:mockwebserver:3.12.12=testCompileClasspath,testRuntimeClasspath
4646
com.squareup.okhttp3:okhttp:3.12.12=testCompileClasspath,testRuntimeClasspath
4747
com.squareup.okio:okio:1.17.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48-
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
48+
com.thoughtworks.qdox:qdox:1.12.1=codenarc,testRuntimeClasspath
4949
commons-codec:commons-codec:1.15=spotbugs
5050
commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClasspath
5151
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
@@ -59,10 +59,10 @@ net.bytebuddy:byte-buddy-agent:1.17.5=testCompileClasspath,testRuntimeClasspath
5959
net.bytebuddy:byte-buddy:1.17.5=testCompileClasspath,testRuntimeClasspath
6060
net.jcip:jcip-annotations:1.0=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6161
net.sf.saxon:Saxon-HE:11.4=spotbugs
62+
org.apache.ant:ant-antlr:1.10.14=codenarc
6263
org.apache.ant:ant-antlr:1.10.15=testRuntimeClasspath
63-
org.apache.ant:ant-antlr:1.9.15=codenarc
64+
org.apache.ant:ant-junit:1.10.14=codenarc
6465
org.apache.ant:ant-junit:1.10.15=testRuntimeClasspath
65-
org.apache.ant:ant-junit:1.9.15=codenarc
6666
org.apache.ant:ant-launcher:1.10.15=testRuntimeClasspath
6767
org.apache.ant:ant:1.10.15=testCompileClasspath,testRuntimeClasspath
6868
org.apache.bcel:bcel:6.5.0=spotbugs
@@ -77,37 +77,38 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
7777
org.checkerframework:checker-compat-qual:2.5.5=testCompileClasspath,testRuntimeClasspath
7878
org.checkerframework:checker-qual:3.13.0=testCompileClasspath,testRuntimeClasspath
7979
org.codehaus.groovy:groovy-all:3.0.24=testCompileClasspath,testRuntimeClasspath
80-
org.codehaus.groovy:groovy-ant:2.5.14=codenarc
80+
org.codehaus.groovy:groovy-ant:3.0.23=codenarc
8181
org.codehaus.groovy:groovy-ant:3.0.24=testCompileClasspath,testRuntimeClasspath
8282
org.codehaus.groovy:groovy-astbuilder:3.0.24=testCompileClasspath,testRuntimeClasspath
8383
org.codehaus.groovy:groovy-cli-picocli:3.0.24=testCompileClasspath,testRuntimeClasspath
8484
org.codehaus.groovy:groovy-console:3.0.24=testCompileClasspath,testRuntimeClasspath
8585
org.codehaus.groovy:groovy-datetime:3.0.24=testCompileClasspath,testRuntimeClasspath
86+
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
8687
org.codehaus.groovy:groovy-docgenerator:3.0.24=testCompileClasspath,testRuntimeClasspath
87-
org.codehaus.groovy:groovy-groovydoc:2.5.14=codenarc
88+
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
8889
org.codehaus.groovy:groovy-groovydoc:3.0.24=testCompileClasspath,testRuntimeClasspath
8990
org.codehaus.groovy:groovy-groovysh:3.0.24=testCompileClasspath,testRuntimeClasspath
9091
org.codehaus.groovy:groovy-jmx:3.0.24=testCompileClasspath,testRuntimeClasspath
91-
org.codehaus.groovy:groovy-json:2.5.14=codenarc
92+
org.codehaus.groovy:groovy-json:3.0.23=codenarc
9293
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
9394
org.codehaus.groovy:groovy-jsr223:3.0.24=testCompileClasspath,testRuntimeClasspath
9495
org.codehaus.groovy:groovy-macro:3.0.24=testCompileClasspath,testRuntimeClasspath
9596
org.codehaus.groovy:groovy-nio:3.0.24=testCompileClasspath,testRuntimeClasspath
9697
org.codehaus.groovy:groovy-servlet:3.0.24=testCompileClasspath,testRuntimeClasspath
9798
org.codehaus.groovy:groovy-sql:3.0.24=testCompileClasspath,testRuntimeClasspath
9899
org.codehaus.groovy:groovy-swing:3.0.24=testCompileClasspath,testRuntimeClasspath
99-
org.codehaus.groovy:groovy-templates:2.5.14=codenarc
100+
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
100101
org.codehaus.groovy:groovy-templates:3.0.24=testCompileClasspath,testRuntimeClasspath
101102
org.codehaus.groovy:groovy-test-junit5:3.0.24=testCompileClasspath,testRuntimeClasspath
102103
org.codehaus.groovy:groovy-test:3.0.24=testCompileClasspath,testRuntimeClasspath
103104
org.codehaus.groovy:groovy-testng:3.0.24=testCompileClasspath,testRuntimeClasspath
104-
org.codehaus.groovy:groovy-xml:2.5.14=codenarc
105+
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
105106
org.codehaus.groovy:groovy-xml:3.0.24=testCompileClasspath,testRuntimeClasspath
106-
org.codehaus.groovy:groovy:2.5.14=codenarc
107+
org.codehaus.groovy:groovy:3.0.23=codenarc
107108
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
108-
org.codenarc:CodeNarc:2.2.0=codenarc
109+
org.codenarc:CodeNarc:3.6.0=codenarc
109110
org.dom4j:dom4j:2.1.3=spotbugs
110-
org.gmetrics:GMetrics:1.1=codenarc
111+
org.gmetrics:GMetrics:2.1.0=codenarc
111112
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
112113
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
113114
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt

components/context/gradle.lockfile

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
77
ch.qos.logback:logback-core:1.2.3=jmhRuntimeClasspath
88
com.beust:jcommander:1.78=jmhRuntimeClasspath,testRuntimeClasspath
99
com.github.javaparser:javaparser-core:3.25.1=jmhRuntimeClasspath
10-
com.github.javaparser:javaparser-core:3.25.6=testCompileClasspath,testRuntimeClasspath
10+
com.github.javaparser:javaparser-core:3.25.6=codenarc,testCompileClasspath,testRuntimeClasspath
1111
com.github.spotbugs:spotbugs-annotations:4.2.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.github.spotbugs:spotbugs-annotations:4.7.3=spotbugs
1313
com.github.spotbugs:spotbugs:4.7.3=spotbugs
1414
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1515
com.google.code.gson:gson:2.9.1=spotbugs
16-
com.thoughtworks.qdox:qdox:1.12.1=jmhRuntimeClasspath,testRuntimeClasspath
16+
com.thoughtworks.qdox:qdox:1.12.1=codenarc,jmhRuntimeClasspath,testRuntimeClasspath
1717
commons-codec:commons-codec:1.15=spotbugs
1818
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
1919
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath
@@ -24,11 +24,11 @@ net.jcip:jcip-annotations:1.0=compileClasspath,jmhCompileClasspath,jmhRuntimeCla
2424
net.sf.jopt-simple:jopt-simple:5.0.4=jmh,jmhCompileClasspath,jmhRuntimeClasspath
2525
net.sf.saxon:Saxon-HE:11.4=spotbugs
2626
org.apache.ant:ant-antlr:1.10.12=jmhRuntimeClasspath
27+
org.apache.ant:ant-antlr:1.10.14=codenarc
2728
org.apache.ant:ant-antlr:1.10.15=testRuntimeClasspath
28-
org.apache.ant:ant-antlr:1.9.15=codenarc
2929
org.apache.ant:ant-junit:1.10.12=jmhRuntimeClasspath
30+
org.apache.ant:ant-junit:1.10.14=codenarc
3031
org.apache.ant:ant-junit:1.10.15=testRuntimeClasspath
31-
org.apache.ant:ant-junit:1.9.15=codenarc
3232
org.apache.ant:ant-launcher:1.10.12=jmhRuntimeClasspath
3333
org.apache.ant:ant-launcher:1.10.15=testRuntimeClasspath
3434
org.apache.ant:ant:1.10.12=jmhRuntimeClasspath
@@ -45,8 +45,8 @@ org.apache.logging.log4j:log4j-core:2.19.0=spotbugs
4545
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
4646
org.codehaus.groovy:groovy-all:3.0.17=jmhRuntimeClasspath
4747
org.codehaus.groovy:groovy-all:3.0.24=testCompileClasspath,testRuntimeClasspath
48-
org.codehaus.groovy:groovy-ant:2.5.14=codenarc
4948
org.codehaus.groovy:groovy-ant:3.0.17=jmhRuntimeClasspath
49+
org.codehaus.groovy:groovy-ant:3.0.23=codenarc
5050
org.codehaus.groovy:groovy-ant:3.0.24=testCompileClasspath,testRuntimeClasspath
5151
org.codehaus.groovy:groovy-astbuilder:3.0.17=jmhRuntimeClasspath
5252
org.codehaus.groovy:groovy-astbuilder:3.0.24=testCompileClasspath,testRuntimeClasspath
@@ -57,16 +57,17 @@ org.codehaus.groovy:groovy-console:3.0.24=testCompileClasspath,testRuntimeClassp
5757
org.codehaus.groovy:groovy-datetime:3.0.17=jmhRuntimeClasspath
5858
org.codehaus.groovy:groovy-datetime:3.0.24=testCompileClasspath,testRuntimeClasspath
5959
org.codehaus.groovy:groovy-docgenerator:3.0.17=jmhRuntimeClasspath
60+
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
6061
org.codehaus.groovy:groovy-docgenerator:3.0.24=testCompileClasspath,testRuntimeClasspath
61-
org.codehaus.groovy:groovy-groovydoc:2.5.14=codenarc
6262
org.codehaus.groovy:groovy-groovydoc:3.0.17=jmhRuntimeClasspath
63+
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
6364
org.codehaus.groovy:groovy-groovydoc:3.0.24=testCompileClasspath,testRuntimeClasspath
6465
org.codehaus.groovy:groovy-groovysh:3.0.17=jmhRuntimeClasspath
6566
org.codehaus.groovy:groovy-groovysh:3.0.24=testCompileClasspath,testRuntimeClasspath
6667
org.codehaus.groovy:groovy-jmx:3.0.17=jmhRuntimeClasspath
6768
org.codehaus.groovy:groovy-jmx:3.0.24=testCompileClasspath,testRuntimeClasspath
68-
org.codehaus.groovy:groovy-json:2.5.14=codenarc
6969
org.codehaus.groovy:groovy-json:3.0.17=jmhRuntimeClasspath
70+
org.codehaus.groovy:groovy-json:3.0.23=codenarc
7071
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
7172
org.codehaus.groovy:groovy-jsr223:3.0.17=jmhRuntimeClasspath
7273
org.codehaus.groovy:groovy-jsr223:3.0.24=testCompileClasspath,testRuntimeClasspath
@@ -80,24 +81,24 @@ org.codehaus.groovy:groovy-sql:3.0.17=jmhRuntimeClasspath
8081
org.codehaus.groovy:groovy-sql:3.0.24=testCompileClasspath,testRuntimeClasspath
8182
org.codehaus.groovy:groovy-swing:3.0.17=jmhRuntimeClasspath
8283
org.codehaus.groovy:groovy-swing:3.0.24=testCompileClasspath,testRuntimeClasspath
83-
org.codehaus.groovy:groovy-templates:2.5.14=codenarc
8484
org.codehaus.groovy:groovy-templates:3.0.17=jmhRuntimeClasspath
85+
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
8586
org.codehaus.groovy:groovy-templates:3.0.24=testCompileClasspath,testRuntimeClasspath
8687
org.codehaus.groovy:groovy-test-junit5:3.0.17=jmhRuntimeClasspath
8788
org.codehaus.groovy:groovy-test-junit5:3.0.24=testCompileClasspath,testRuntimeClasspath
8889
org.codehaus.groovy:groovy-test:3.0.17=jmhRuntimeClasspath
8990
org.codehaus.groovy:groovy-test:3.0.24=testCompileClasspath,testRuntimeClasspath
9091
org.codehaus.groovy:groovy-testng:3.0.17=jmhRuntimeClasspath
9192
org.codehaus.groovy:groovy-testng:3.0.24=testCompileClasspath,testRuntimeClasspath
92-
org.codehaus.groovy:groovy-xml:2.5.14=codenarc
9393
org.codehaus.groovy:groovy-xml:3.0.17=jmhRuntimeClasspath
94+
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
9495
org.codehaus.groovy:groovy-xml:3.0.24=testCompileClasspath,testRuntimeClasspath
95-
org.codehaus.groovy:groovy:2.5.14=codenarc
9696
org.codehaus.groovy:groovy:3.0.17=jmhRuntimeClasspath
97+
org.codehaus.groovy:groovy:3.0.23=codenarc
9798
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
98-
org.codenarc:CodeNarc:2.2.0=codenarc
99+
org.codenarc:CodeNarc:3.6.0=codenarc
99100
org.dom4j:dom4j:2.1.3=spotbugs
100-
org.gmetrics:GMetrics:1.1=codenarc
101+
org.gmetrics:GMetrics:2.1.0=codenarc
101102
org.hamcrest:hamcrest-core:1.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
102103
org.hamcrest:hamcrest:2.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
103104
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt

components/environment/gradle.lockfile

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
66
com.beust:jcommander:1.78=testRuntimeClasspath
7-
com.github.javaparser:javaparser-core:3.25.6=testCompileClasspath,testRuntimeClasspath
7+
com.github.javaparser:javaparser-core:3.25.6=codenarc,testCompileClasspath,testRuntimeClasspath
88
com.github.spotbugs:spotbugs-annotations:4.2.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
99
com.github.spotbugs:spotbugs-annotations:4.7.3=spotbugs
1010
com.github.spotbugs:spotbugs:4.7.3=spotbugs
1111
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1212
com.google.code.gson:gson:2.9.1=spotbugs
13-
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
13+
com.thoughtworks.qdox:qdox:1.12.1=codenarc,testRuntimeClasspath
1414
commons-codec:commons-codec:1.15=spotbugs
1515
de.thetaphi:forbiddenapis:3.8=compileClasspath
1616
info.picocli:picocli:4.6.3=testRuntimeClasspath
@@ -19,10 +19,10 @@ jline:jline:2.14.6=testRuntimeClasspath
1919
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
2020
net.jcip:jcip-annotations:1.0=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2121
net.sf.saxon:Saxon-HE:11.4=spotbugs
22+
org.apache.ant:ant-antlr:1.10.14=codenarc
2223
org.apache.ant:ant-antlr:1.10.15=testRuntimeClasspath
23-
org.apache.ant:ant-antlr:1.9.15=codenarc
24+
org.apache.ant:ant-junit:1.10.14=codenarc
2425
org.apache.ant:ant-junit:1.10.15=testRuntimeClasspath
25-
org.apache.ant:ant-junit:1.9.15=codenarc
2626
org.apache.ant:ant-launcher:1.10.15=testRuntimeClasspath
2727
org.apache.ant:ant:1.10.15=testCompileClasspath,testRuntimeClasspath
2828
org.apache.bcel:bcel:6.5.0=spotbugs
@@ -35,37 +35,38 @@ org.apache.logging.log4j:log4j-api:2.19.0=spotbugs
3535
org.apache.logging.log4j:log4j-core:2.19.0=spotbugs
3636
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
3737
org.codehaus.groovy:groovy-all:3.0.24=testCompileClasspath,testRuntimeClasspath
38-
org.codehaus.groovy:groovy-ant:2.5.14=codenarc
38+
org.codehaus.groovy:groovy-ant:3.0.23=codenarc
3939
org.codehaus.groovy:groovy-ant:3.0.24=testCompileClasspath,testRuntimeClasspath
4040
org.codehaus.groovy:groovy-astbuilder:3.0.24=testCompileClasspath,testRuntimeClasspath
4141
org.codehaus.groovy:groovy-cli-picocli:3.0.24=testCompileClasspath,testRuntimeClasspath
4242
org.codehaus.groovy:groovy-console:3.0.24=testCompileClasspath,testRuntimeClasspath
4343
org.codehaus.groovy:groovy-datetime:3.0.24=testCompileClasspath,testRuntimeClasspath
44+
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
4445
org.codehaus.groovy:groovy-docgenerator:3.0.24=testCompileClasspath,testRuntimeClasspath
45-
org.codehaus.groovy:groovy-groovydoc:2.5.14=codenarc
46+
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
4647
org.codehaus.groovy:groovy-groovydoc:3.0.24=testCompileClasspath,testRuntimeClasspath
4748
org.codehaus.groovy:groovy-groovysh:3.0.24=testCompileClasspath,testRuntimeClasspath
4849
org.codehaus.groovy:groovy-jmx:3.0.24=testCompileClasspath,testRuntimeClasspath
49-
org.codehaus.groovy:groovy-json:2.5.14=codenarc
50+
org.codehaus.groovy:groovy-json:3.0.23=codenarc
5051
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
5152
org.codehaus.groovy:groovy-jsr223:3.0.24=testCompileClasspath,testRuntimeClasspath
5253
org.codehaus.groovy:groovy-macro:3.0.24=testCompileClasspath,testRuntimeClasspath
5354
org.codehaus.groovy:groovy-nio:3.0.24=testCompileClasspath,testRuntimeClasspath
5455
org.codehaus.groovy:groovy-servlet:3.0.24=testCompileClasspath,testRuntimeClasspath
5556
org.codehaus.groovy:groovy-sql:3.0.24=testCompileClasspath,testRuntimeClasspath
5657
org.codehaus.groovy:groovy-swing:3.0.24=testCompileClasspath,testRuntimeClasspath
57-
org.codehaus.groovy:groovy-templates:2.5.14=codenarc
58+
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
5859
org.codehaus.groovy:groovy-templates:3.0.24=testCompileClasspath,testRuntimeClasspath
5960
org.codehaus.groovy:groovy-test-junit5:3.0.24=testCompileClasspath,testRuntimeClasspath
6061
org.codehaus.groovy:groovy-test:3.0.24=testCompileClasspath,testRuntimeClasspath
6162
org.codehaus.groovy:groovy-testng:3.0.24=testCompileClasspath,testRuntimeClasspath
62-
org.codehaus.groovy:groovy-xml:2.5.14=codenarc
63+
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
6364
org.codehaus.groovy:groovy-xml:3.0.24=testCompileClasspath,testRuntimeClasspath
64-
org.codehaus.groovy:groovy:2.5.14=codenarc
65+
org.codehaus.groovy:groovy:3.0.23=codenarc
6566
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
66-
org.codenarc:CodeNarc:2.2.0=codenarc
67+
org.codenarc:CodeNarc:3.6.0=codenarc
6768
org.dom4j:dom4j:2.1.3=spotbugs
68-
org.gmetrics:GMetrics:1.1=codenarc
69+
org.gmetrics:GMetrics:2.1.0=codenarc
6970
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
7071
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
7172
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt

0 commit comments

Comments
 (0)