mirror of
https://github.com/google/nomulus.git
synced 2025-05-29 17:00:11 +02:00
Upgrade to Gradle 6.8.2 (#957)
This commit is contained in:
parent
5b4b86317b
commit
0263428b41
31 changed files with 181 additions and 171 deletions
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7
|
antlr:antlr:2.7.7
|
||||||
com.google.code.findbugs:jsr305:3.0.2
|
com.google.code.findbugs:jsr305:3.0.2
|
||||||
com.google.errorprone:error_prone_annotations:2.3.2
|
com.google.errorprone:error_prone_annotations:2.3.4
|
||||||
com.google.guava:failureaccess:1.0.1
|
com.google.guava:failureaccess:1.0.1
|
||||||
com.google.guava:guava:28.1-jre
|
com.google.guava:guava:29.0-jre
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||||
com.google.j2objc:j2objc-annotations:1.3
|
com.google.j2objc:j2objc-annotations:1.3
|
||||||
com.puppycrawl.tools:checkstyle:8.27
|
com.puppycrawl.tools:checkstyle:8.37
|
||||||
commons-beanutils:commons-beanutils:1.9.4
|
commons-beanutils:commons-beanutils:1.9.4
|
||||||
commons-collections:commons-collections:3.2.2
|
commons-collections:commons-collections:3.2.2
|
||||||
info.picocli:picocli:4.1.1
|
info.picocli:picocli:4.5.2
|
||||||
net.sf.saxon:Saxon-HE:9.9.1-5
|
net.sf.saxon:Saxon-HE:10.3
|
||||||
org.antlr:antlr4-runtime:4.7.2
|
org.antlr:antlr4-runtime:4.8-1
|
||||||
org.checkerframework:checker-qual:2.8.1
|
org.checkerframework:checker-qual:2.11.1
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
org.javassist:javassist:3.26.0-GA
|
||||||
|
org.reflections:reflections:0.9.12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# This is a Gradle generated file for dependency locking.
|
# This is a Gradle generated file for dependency locking.
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
org.jacoco:org.jacoco.agent:0.8.5
|
org.jacoco:org.jacoco.agent:0.8.6
|
||||||
org.jacoco:org.jacoco.ant:0.8.5
|
org.jacoco:org.jacoco.ant:0.8.6
|
||||||
org.jacoco:org.jacoco.core:0.8.5
|
org.jacoco:org.jacoco.core:0.8.6
|
||||||
org.jacoco:org.jacoco.report:0.8.5
|
org.jacoco:org.jacoco.report:0.8.6
|
||||||
org.ow2.asm:asm-analysis:7.2
|
org.ow2.asm:asm-analysis:8.0.1
|
||||||
org.ow2.asm:asm-commons:7.2
|
org.ow2.asm:asm-commons:8.0.1
|
||||||
org.ow2.asm:asm-tree:7.2
|
org.ow2.asm:asm-tree:8.0.1
|
||||||
org.ow2.asm:asm:7.2
|
org.ow2.asm:asm:8.0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue