diff --git a/base-validating-builders/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt b/base-validating-builders/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt index 77a10789fe..0700d1b5c2 100644 --- a/base-validating-builders/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt +++ b/base-validating-builders/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt @@ -97,6 +97,7 @@ object Versions { val jackson = "2.9.10.4" val animalSniffer = "1.18" val apiguardian = "1.1.0" + val javaxAnnotation = "1.3.2" /** * Version of the SLF4J library. @@ -163,7 +164,8 @@ object Build { } object Gen { - val javaPoet = "com.squareup:javapoet:${Versions.javaPoet}" + val javaPoet = "com.squareup:javapoet:${Versions.javaPoet}" + val javaxAnnotation = "javax.annotation:javax.annotation-api:${Versions.javaxAnnotation}" } object Grpc { diff --git a/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt b/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt index 77a10789fe..0700d1b5c2 100644 --- a/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt +++ b/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt @@ -97,6 +97,7 @@ object Versions { val jackson = "2.9.10.4" val animalSniffer = "1.18" val apiguardian = "1.1.0" + val javaxAnnotation = "1.3.2" /** * Version of the SLF4J library. @@ -163,7 +164,8 @@ object Build { } object Gen { - val javaPoet = "com.squareup:javapoet:${Versions.javaPoet}" + val javaPoet = "com.squareup:javapoet:${Versions.javaPoet}" + val javaxAnnotation = "javax.annotation:javax.annotation-api:${Versions.javaxAnnotation}" } object Grpc { diff --git a/config b/config index 47048aed2a..48d1473469 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 47048aed2a242a17c959577515b0548eb58fb984 +Subproject commit 48d147346958c61ee1aad3b4312294ada38e521d diff --git a/license-report.md b/license-report.md index bd27dd9bba..3d83cad0b8 100644 --- a/license-report.md +++ b/license-report.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine:spine-base:1.5.18` +# Dependencies of `io.spine:spine-base:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -181,10 +181,10 @@ * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -273,13 +273,14 @@ * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -328,12 +329,12 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:38 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-errorprone-checks:1.5.18` +# Dependencies of `io.spine.tools:spine-errorprone-checks:1.5.19` ## Runtime 1. **Group:** com.github.ben-manes.caffeine **Name:** caffeine **Version:** 2.7.0 @@ -428,6 +429,11 @@ This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** kr.motd.maven **Name:** os-maven-plugin **Version:** 1.6.2 * **POM Project URL:** [https://github.com/trustin/os-maven-plugin/](https://github.com/trustin/os-maven-plugin/) * **POM License: Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) @@ -614,6 +620,11 @@ This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -626,10 +637,10 @@ This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -718,13 +729,14 @@ This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -773,12 +785,12 @@ This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:38 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-javadoc-filter:1.5.18` +# Dependencies of `io.spine.tools:spine-javadoc-filter:1.5.19` ## Runtime 1. **Group:** com.google.android **Name:** annotations **Version:** 4.1.1.4 @@ -1005,10 +1017,10 @@ This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -1101,13 +1113,14 @@ This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -1156,12 +1169,12 @@ This report was generated on **Thu Jun 11 14:20:02 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:38 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-javadoc-prettifier:1.5.18` +# Dependencies of `io.spine.tools:spine-javadoc-prettifier:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -1224,6 +1237,11 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** kr.motd.maven **Name:** os-maven-plugin **Version:** 1.6.2 * **POM Project URL:** [https://github.com/trustin/os-maven-plugin/](https://github.com/trustin/os-maven-plugin/) * **POM License: Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) @@ -1362,6 +1380,11 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -1374,10 +1397,10 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -1466,13 +1489,14 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -1521,12 +1545,12 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:39 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-model-compiler:1.5.18` +# Dependencies of `io.spine.tools:spine-model-compiler:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -1589,6 +1613,11 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** kr.motd.maven **Name:** os-maven-plugin **Version:** 1.6.2 * **POM Project URL:** [https://github.com/trustin/os-maven-plugin/](https://github.com/trustin/os-maven-plugin/) * **POM License: Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) @@ -1735,6 +1764,11 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -1747,10 +1781,10 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -1847,13 +1881,14 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -1902,12 +1937,12 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:39 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-mute-logging:1.5.18` +# Dependencies of `io.spine.tools:spine-mute-logging:1.5.19` ## Runtime 1. **Group:** com.google.auto.value **Name:** auto-value-annotations **Version:** 1.6.3 @@ -2134,10 +2169,10 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -2226,13 +2261,14 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -2281,12 +2317,12 @@ This report was generated on **Thu Jun 11 14:20:03 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:39 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-plugin-base:1.5.18` +# Dependencies of `io.spine.tools:spine-plugin-base:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -2349,6 +2385,11 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** kr.motd.maven **Name:** os-maven-plugin **Version:** 1.6.2 * **POM Project URL:** [https://github.com/trustin/os-maven-plugin/](https://github.com/trustin/os-maven-plugin/) * **POM License: Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) @@ -2487,6 +2528,11 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -2499,10 +2545,10 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -2591,13 +2637,14 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -2646,12 +2693,12 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:39 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-plugin-testlib:1.5.18` +# Dependencies of `io.spine.tools:spine-plugin-testlib:1.5.19` ## Runtime 1. **Group:** com.google.auto.value **Name:** auto-value-annotations **Version:** 1.6.3 @@ -2736,6 +2783,11 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -2906,6 +2958,11 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -2918,10 +2975,10 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -3010,13 +3067,14 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -3065,12 +3123,12 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:40 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-proto-dart-plugin:1.5.18` +# Dependencies of `io.spine.tools:spine-proto-dart-plugin:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -3133,6 +3191,11 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** kr.motd.maven **Name:** os-maven-plugin **Version:** 1.6.2 * **POM Project URL:** [https://github.com/trustin/os-maven-plugin/](https://github.com/trustin/os-maven-plugin/) * **POM License: Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) @@ -3271,6 +3334,11 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -3283,10 +3351,10 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -3375,13 +3443,14 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -3430,12 +3499,12 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:40 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-proto-js-plugin:1.5.18` +# Dependencies of `io.spine.tools:spine-proto-js-plugin:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -3498,6 +3567,11 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** kr.motd.maven **Name:** os-maven-plugin **Version:** 1.6.2 * **POM Project URL:** [https://github.com/trustin/os-maven-plugin/](https://github.com/trustin/os-maven-plugin/) * **POM License: Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) @@ -3636,6 +3710,11 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/lang/](http://commons.apache.org/lang/) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -3648,10 +3727,10 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -3740,13 +3819,14 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -3795,12 +3875,12 @@ This report was generated on **Thu Jun 11 14:20:04 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:40 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-protoc-api:1.5.18` +# Dependencies of `io.spine.tools:spine-protoc-api:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -3973,10 +4053,10 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -4065,13 +4145,14 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -4120,12 +4201,12 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:41 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-protoc-plugin:1.5.18` +# Dependencies of `io.spine.tools:spine-protoc-plugin:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -4176,6 +4257,11 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [http://github.com/square/javapoet/](http://github.com/square/javapoet/) * **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** org.checkerframework **Name:** checker-compat-qual **Version:** 2.5.5 * **POM Project URL:** [https://checkerframework.org](https://checkerframework.org) * **POM License: GNU General Public License, version 2 (GPL2), with the classpath exception** - [http://www.gnu.org/software/classpath/license.html](http://www.gnu.org/software/classpath/license.html) @@ -4298,6 +4384,11 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/proper/commons-io/](http://commons.apache.org/proper/commons-io/) * **POM License: Apache License, Version 2.0** - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -4306,10 +4397,10 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -4398,13 +4489,14 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -4453,12 +4545,12 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:41 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine:spine-testlib:1.5.18` +# Dependencies of `io.spine:spine-testlib:1.5.19` ## Runtime 1. **Group:** com.google.auto.value **Name:** auto-value-annotations **Version:** 1.6.3 @@ -4685,10 +4777,10 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -4777,13 +4869,14 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -4832,12 +4925,12 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:41 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-tool-base:1.5.18` +# Dependencies of `io.spine.tools:spine-tool-base:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -4888,6 +4981,11 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [http://github.com/square/javapoet/](http://github.com/square/javapoet/) * **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** org.checkerframework **Name:** checker-compat-qual **Version:** 2.5.5 * **POM Project URL:** [https://checkerframework.org](https://checkerframework.org) * **POM License: GNU General Public License, version 2 (GPL2), with the classpath exception** - [http://www.gnu.org/software/classpath/license.html](http://www.gnu.org/software/classpath/license.html) @@ -5010,6 +5108,11 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/proper/commons-io/](http://commons.apache.org/proper/commons-io/) * **POM License: Apache License, Version 2.0** - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -5018,10 +5121,10 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -5110,13 +5213,14 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -5165,12 +5269,12 @@ This report was generated on **Thu Jun 11 14:20:05 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:06 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). +This report was generated on **Thu Jun 18 13:38:41 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:spine-validation-generator:1.5.18` +# Dependencies of `io.spine.tools:spine-validation-generator:1.5.19` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -5221,6 +5325,11 @@ This report was generated on **Thu Jun 11 14:20:06 EEST 2020** using [Gradle-Lic * **POM Project URL:** [http://github.com/square/javapoet/](http://github.com/square/javapoet/) * **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** org.checkerframework **Name:** checker-compat-qual **Version:** 2.5.5 * **POM Project URL:** [https://checkerframework.org](https://checkerframework.org) * **POM License: GNU General Public License, version 2 (GPL2), with the classpath exception** - [http://www.gnu.org/software/classpath/license.html](http://www.gnu.org/software/classpath/license.html) @@ -5343,6 +5452,11 @@ This report was generated on **Thu Jun 11 14:20:06 EEST 2020** using [Gradle-Lic * **Project URL:** [http://commons.apache.org/proper/commons-io/](http://commons.apache.org/proper/commons-io/) * **POM License: Apache License, Version 2.0** - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) +1. **Group:** javax.annotation **Name:** javax.annotation-api **Version:** 1.3.2 + * **Manifest Project URL:** [https://javaee.github.io/glassfish](https://javaee.github.io/glassfish) + * **POM Project URL:** [http://jcp.org/en/jsr/detail?id=250](http://jcp.org/en/jsr/detail?id=250) + * **POM License: CDDL + GPLv2 with classpath exception** - [https://github.com/javaee/javax.annotation/blob/master/LICENSE](https://github.com/javaee/javax.annotation/blob/master/LICENSE) + 1. **Group:** junit **Name:** junit **Version:** 4.12 * **POM Project URL:** [http://junit.org](http://junit.org) * **POM License: Eclipse Public License 1.0** - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) @@ -5351,10 +5465,10 @@ This report was generated on **Thu Jun 11 14:20:06 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://javacc.dev.java.net/](https://javacc.dev.java.net/) * **POM License: Berkeley Software Distribution (BSD) License** - [http://www.opensource.org/licenses/bsd-license.html](http://www.opensource.org/licenses/bsd-license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-core **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) -1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.20.0 +1. **Group:** net.sourceforge.pmd **Name:** pmd-java **Version:** 6.24.0 * **POM License: BSD-style** - [http://pmd.sourceforge.net/license.html](http://pmd.sourceforge.net/license.html) 1. **Group:** net.sourceforge.saxon **Name:** saxon **Version:** 9.1.0.8 @@ -5443,13 +5557,14 @@ This report was generated on **Thu Jun 11 14:20:06 EEST 2020** using [Gradle-Lic * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) * **POM License: The Apache License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.1 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) - * **POM Project URL:** [http://asm.ow2.org/](http://asm.ow2.org/) - * **POM License: BSD** - [http://asm.ow2.org/license.html](http://asm.ow2.org/license.html) + * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) + * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) + * **POM License: BSD-3-Clause** - [https://asm.ow2.io/license.html](https://asm.ow2.io/license.html) * **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.2 +1. **Group:** org.ow2.asm **Name:** asm **Version:** 7.3.1 * **Manifest Project URL:** [http://asm.ow2.org](http://asm.ow2.org) * **Manifest License:** BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt (Not packaged) * **POM Project URL:** [http://asm.ow2.io/](http://asm.ow2.io/) @@ -5498,4 +5613,4 @@ This report was generated on **Thu Jun 11 14:20:06 EEST 2020** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jun 11 14:20:06 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). \ No newline at end of file +This report was generated on **Thu Jun 18 13:38:41 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2ac7eb63a3..deeb1e3ec7 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject. io.spine spine-base -1.5.18 +1.5.19 2015 @@ -154,7 +154,7 @@ all modules and does not describe the project structure per-subproject. io.spine.tools spine-protoc-plugin - 1.5.18 + 1.5.19 test @@ -215,7 +215,7 @@ all modules and does not describe the project structure per-subproject. net.sourceforge.pmd pmd-java - 6.20.0 + 6.24.0 org.jacoco diff --git a/pull.bat b/pull.bat deleted file mode 100644 index 50f0ef31aa..0000000000 --- a/pull.bat +++ /dev/null @@ -1,29 +0,0 @@ -@echo off - -rem -rem Copyright 2020, TeamDev. All rights reserved. -rem -rem Redistribution and use in source and/or binary forms, with or without -rem modification, must retain the above copyright notice and the following -rem disclaimer. -rem -rem THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -rem "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -rem LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -rem A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -rem OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -rem SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -rem LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -rem DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -rem THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -rem (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -rem OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -rem - -.\config\pull.bat - -echo "Copying buildSrc to base-validating-builders" -xcopy /S/E/I/F/Y .\buildSrc ..\base-validating-builders\buildSrc - -echo "Copying buildSrc to smoke-tests" -xcopy /S/E/I/F/Y .\buildSrc ..\tools\smoke-tests\buildSrc diff --git a/tools/protoc-plugin/build.gradle.kts b/tools/protoc-plugin/build.gradle.kts index 22eb518519..bbba0eb00b 100644 --- a/tools/protoc-plugin/build.gradle.kts +++ b/tools/protoc-plugin/build.gradle.kts @@ -28,6 +28,7 @@ dependencies { implementation(project(":protoc-api")) implementation(project(":validation-generator")) implementation(Deps.gen.javaPoet) + implementation(Deps.gen.javaxAnnotation) testImplementation(project(":base")) testImplementation(project(":testlib")) diff --git a/tools/smoke-tests/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt b/tools/smoke-tests/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt index 77a10789fe..0700d1b5c2 100644 --- a/tools/smoke-tests/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt +++ b/tools/smoke-tests/buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt @@ -97,6 +97,7 @@ object Versions { val jackson = "2.9.10.4" val animalSniffer = "1.18" val apiguardian = "1.1.0" + val javaxAnnotation = "1.3.2" /** * Version of the SLF4J library. @@ -163,7 +164,8 @@ object Build { } object Gen { - val javaPoet = "com.squareup:javapoet:${Versions.javaPoet}" + val javaPoet = "com.squareup:javapoet:${Versions.javaPoet}" + val javaxAnnotation = "javax.annotation:javax.annotation-api:${Versions.javaxAnnotation}" } object Grpc { diff --git a/tools/tool-base/build.gradle.kts b/tools/tool-base/build.gradle.kts index 054400491f..d174c572f8 100644 --- a/tools/tool-base/build.gradle.kts +++ b/tools/tool-base/build.gradle.kts @@ -25,6 +25,7 @@ group = "io.spine.tools" dependencies { api(project(":base")) implementation(Deps.gen.javaPoet) + implementation(Deps.gen.javaxAnnotation) testImplementation(project(":testlib")) } diff --git a/tools/validation-generator/build.gradle.kts b/tools/validation-generator/build.gradle.kts index b439f94b93..5fe75c9bdc 100644 --- a/tools/validation-generator/build.gradle.kts +++ b/tools/validation-generator/build.gradle.kts @@ -25,6 +25,7 @@ group = "io.spine.tools" dependencies { api(Deps.gen.javaPoet) implementation(project(":tool-base")) + implementation(Deps.gen.javaxAnnotation) testImplementation(project(":base")) testImplementation(project(":testlib")) } diff --git a/version.gradle.kts b/version.gradle.kts index b7711b1c45..c238ddcf52 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -25,7 +25,7 @@ * as we want to manage the versions in a single source. */ -val SPINE_VERSION = "1.5.18" +val SPINE_VERSION = "1.5.19" project.extra.apply { this["spineVersion"] = SPINE_VERSION