From 9f8680d5152138ee9dc3d83115024b138b14d8bf Mon Sep 17 00:00:00 2001 From: dmitrykuzmin Date: Wed, 25 Sep 2019 14:08:54 +0300 Subject: [PATCH 1/3] Update Spine version to `1.1.2` Also updated to latest `config` and deleted the remaining SLF4J dependencies. --- base-validating-builders/build.gradle | 2 -- config | 2 +- version.gradle | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/base-validating-builders/build.gradle b/base-validating-builders/build.gradle index ac9b499f9a..3da4023bdb 100644 --- a/base-validating-builders/build.gradle +++ b/base-validating-builders/build.gradle @@ -29,7 +29,6 @@ buildscript { dependencies { classpath deps.build.protobuf classpath deps.build.guava - classpath deps.build.slf4j classpath deps.build.flogger classpath deps.build.checkerAnnotations classpath deps.build.errorProneAnnotations @@ -79,7 +78,6 @@ repositories { dependencies { compileOnly deps.build.protobuf compileOnly deps.build.guava - compileOnly deps.build.slf4j compileOnly deps.build.flogger compileOnly deps.build.checkerAnnotations compileOnly deps.build.errorProneAnnotations diff --git a/config b/config index ef2492fadd..45a4404076 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit ef2492fadd6bc870cb22995f47596e90eb93db49 +Subproject commit 45a44040761622874b5d56555b1fb2a3f730eb10 diff --git a/version.gradle b/version.gradle index bc4aa00278..a9eb038f34 100644 --- a/version.gradle +++ b/version.gradle @@ -25,7 +25,7 @@ * as we want to manage the versions in a single source. */ -final def SPINE_VERSION = '1.1.1-SNAPSHOT+1' +final def SPINE_VERSION = '1.1.2' ext { spineVersion = SPINE_VERSION From fe0e91fab9dfb6c56f2508d25be8ac885b0b7263 Mon Sep 17 00:00:00 2001 From: dmitrykuzmin Date: Wed, 25 Sep 2019 14:39:59 +0300 Subject: [PATCH 2/3] Update license report --- license-report.md | 307 ++++------------------------------------------ pom.xml | 22 ++-- 2 files changed, 34 insertions(+), 295 deletions(-) diff --git a/license-report.md b/license-report.md index 6fbd19887d..0f1e55325e 100644 --- a/license-report.md +++ b/license-report.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine:spine-base:1.1.0` +# Dependencies of `io.spine:spine-base:1.1.2` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -189,14 +189,6 @@ * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -294,15 +286,6 @@ * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -341,12 +324,12 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:40 EEST 2019** 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 **Wed Sep 25 14:34:54 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-errorprone-checks:1.1.2` ## Runtime 1. **Group:** aopalliance **Name:** aopalliance **Version:** 1.0 @@ -875,12 +858,12 @@ This report was generated on **Tue Sep 10 12:22:40 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:41 EEST 2019** 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 **Wed Sep 25 14:35:05 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-javadoc-filter:1.1.2` ## Runtime 1. **Group:** com.google.android **Name:** annotations **Version:** 4.1.1.4 @@ -1131,14 +1114,6 @@ This report was generated on **Tue Sep 10 12:22:41 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -1236,15 +1211,6 @@ This report was generated on **Tue Sep 10 12:22:41 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -1283,12 +1249,12 @@ This report was generated on **Tue Sep 10 12:22:41 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:42 EEST 2019** 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 **Wed Sep 25 14:35:12 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-javadoc-prettifier:1.1.2` ## Runtime 1. **Group:** aopalliance **Name:** aopalliance **Version:** 1.0 @@ -1578,14 +1544,6 @@ This report was generated on **Tue Sep 10 12:22:42 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -1713,15 +1671,6 @@ This report was generated on **Tue Sep 10 12:22:42 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -1765,12 +1714,12 @@ This report was generated on **Tue Sep 10 12:22:42 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:43 EEST 2019** 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 **Wed Sep 25 14:35:22 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-model-compiler:1.1.2` ## Runtime 1. **Group:** aopalliance **Name:** aopalliance **Version:** 1.0 @@ -2068,14 +2017,6 @@ This report was generated on **Tue Sep 10 12:22:43 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -2211,15 +2152,6 @@ This report was generated on **Tue Sep 10 12:22:43 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -2263,12 +2195,12 @@ This report was generated on **Tue Sep 10 12:22:43 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:45 EEST 2019** 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 **Wed Sep 25 14:35:36 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-mute-logging:1.1.2` ## Runtime 1. **Group:** com.google.auto.value **Name:** auto-value-annotations **Version:** 1.6.3 @@ -2347,14 +2279,6 @@ This report was generated on **Tue Sep 10 12:22:45 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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.apiguardian **Name:** apiguardian-api **Version:** 1.0.0 * **POM Project URL:** [https://github.com/apiguardian-team/apiguardian](https://github.com/apiguardian-team/apiguardian) * **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) @@ -2390,15 +2314,6 @@ This report was generated on **Tue Sep 10 12:22:45 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -2527,14 +2442,6 @@ This report was generated on **Tue Sep 10 12:22:45 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -2632,15 +2539,6 @@ This report was generated on **Tue Sep 10 12:22:45 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -2679,12 +2577,12 @@ This report was generated on **Tue Sep 10 12:22:45 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:45 EEST 2019** 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 **Wed Sep 25 14:35:45 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-plugin-base:1.1.2` ## Runtime 1. **Group:** aopalliance **Name:** aopalliance **Version:** 1.0 @@ -2974,14 +2872,6 @@ This report was generated on **Tue Sep 10 12:22:45 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -3109,15 +2999,6 @@ This report was generated on **Tue Sep 10 12:22:45 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -3161,12 +3042,12 @@ This report was generated on **Tue Sep 10 12:22:45 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:47 EEST 2019** 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 **Wed Sep 25 14:35:57 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-plugin-testlib:1.1.2` ## Runtime 1. **Group:** aopalliance **Name:** aopalliance **Version:** 1.0 @@ -3281,14 +3162,6 @@ This report was generated on **Tue Sep 10 12:22:47 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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.apache.maven **Name:** maven-artifact **Version:** 3.2.1 * **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) @@ -3354,15 +3227,6 @@ This report was generated on **Tue Sep 10 12:22:47 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -3532,14 +3396,6 @@ This report was generated on **Tue Sep 10 12:22:47 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -3667,15 +3523,6 @@ This report was generated on **Tue Sep 10 12:22:47 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -3719,12 +3566,12 @@ This report was generated on **Tue Sep 10 12:22:47 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:47 EEST 2019** 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 **Wed Sep 25 14:36:08 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-proto-js-plugin:1.1.2` ## Runtime 1. **Group:** aopalliance **Name:** aopalliance **Version:** 1.0 @@ -4014,14 +3861,6 @@ This report was generated on **Tue Sep 10 12:22:47 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -4149,15 +3988,6 @@ This report was generated on **Tue Sep 10 12:22:47 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -4201,12 +4031,12 @@ This report was generated on **Tue Sep 10 12:22:47 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:48 EEST 2019** 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 **Wed Sep 25 14:36:19 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-protoc-api:1.1.2` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -4389,14 +4219,6 @@ This report was generated on **Tue Sep 10 12:22:48 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -4494,15 +4316,6 @@ This report was generated on **Tue Sep 10 12:22:48 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -4541,12 +4354,12 @@ This report was generated on **Tue Sep 10 12:22:48 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:48 EEST 2019** 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 **Wed Sep 25 14:36:28 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-protoc-plugin:1.1.2` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -4737,14 +4550,6 @@ This report was generated on **Tue Sep 10 12:22:48 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -4842,15 +4647,6 @@ This report was generated on **Tue Sep 10 12:22:48 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -4889,12 +4685,12 @@ This report was generated on **Tue Sep 10 12:22:48 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:49 EEST 2019** 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 **Wed Sep 25 14:36:37 EEST 2019** 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.1.0` +# Dependencies of `io.spine:spine-testlib:1.1.2` ## Runtime 1. **Group:** com.google.auto.value **Name:** auto-value-annotations **Version:** 1.6.3 @@ -4973,14 +4769,6 @@ This report was generated on **Tue Sep 10 12:22:49 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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.apiguardian **Name:** apiguardian-api **Version:** 1.0.0 * **POM Project URL:** [https://github.com/apiguardian-team/apiguardian](https://github.com/apiguardian-team/apiguardian) * **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) @@ -5016,15 +4804,6 @@ This report was generated on **Tue Sep 10 12:22:49 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -5153,14 +4932,6 @@ This report was generated on **Tue Sep 10 12:22:49 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -5258,15 +5029,6 @@ This report was generated on **Tue Sep 10 12:22:49 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -5305,12 +5067,12 @@ This report was generated on **Tue Sep 10 12:22:49 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:50 EEST 2019** 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 **Wed Sep 25 14:36:44 EEST 2019** 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.1.0` +# Dependencies of `io.spine.tools:spine-tool-base:1.1.2` ## Runtime 1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2 @@ -5501,14 +5263,6 @@ This report was generated on **Tue Sep 10 12:22:50 EEST 2019** using [Gradle-Lic * **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) -1. **Group:** net.bytebuddy **Name:** byte-buddy **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.bytebuddy **Name:** byte-buddy-agent **Version:** 1.7.9 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **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:** net.java.dev.javacc **Name:** javacc **Version:** 5.0 * **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) @@ -5606,15 +5360,6 @@ This report was generated on **Tue Sep 10 12:22:50 EEST 2019** using [Gradle-Lic * **POM Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/) * **POM License: Eclipse Public License v2.0** - [https://www.eclipse.org/legal/epl-v20.html](https://www.eclipse.org/legal/epl-v20.html) -1. **Group:** org.mockito **Name:** mockito-core **Version:** 2.12.0 - * **POM Project URL:** [https://github.com/mockito/mockito](https://github.com/mockito/mockito) - * **POM License: The MIT License** - [https://github.com/mockito/mockito/blob/master/LICENSE](https://github.com/mockito/mockito/blob/master/LICENSE) - -1. **Group:** org.objenesis **Name:** objenesis **Version:** 2.6 - * **Manifest license URL:** [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - * **POM Project URL:** [http://objenesis.org](http://objenesis.org) - * **POM License: Apache 2** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) - 1. **Group:** org.opentest4j **Name:** opentest4j **Version:** 1.2.0 * **Manifest License:** The Apache License, Version 2.0 (Not packaged) * **POM Project URL:** [https://github.com/ota4j-team/opentest4j](https://github.com/ota4j-team/opentest4j) @@ -5653,4 +5398,4 @@ This report was generated on **Tue Sep 10 12:22:50 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Sep 10 12:22:50 EEST 2019** 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 **Wed Sep 25 14:36:50 EEST 2019** 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 5ffdc37a1a..a0828dd95f 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.1.0 +1.1.2 2015 @@ -97,6 +97,12 @@ all modules and does not describe the project structure per-subproject. 2.9.0 compile + + org.hamcrest + hamcrest-all + 1.3 + compile + org.jboss.forge.roaster roaster-api @@ -148,7 +154,7 @@ all modules and does not describe the project structure per-subproject. io.spine.tools spine-protoc-plugin - 1.1.0 + 1.1.2 test @@ -157,12 +163,6 @@ all modules and does not describe the project structure per-subproject. 1.0.0 test - - org.hamcrest - hamcrest-all - 1.3 - test - org.junit-pioneer junit-pioneer @@ -187,12 +187,6 @@ all modules and does not describe the project structure per-subproject. 5.5.1 test - - org.mockito - mockito-core - 2.12.0 - test - com.google.auto.service auto-service From 8bd3d66415b40929090741807c334b8febab8250 Mon Sep 17 00:00:00 2001 From: dmitrykuzmin Date: Wed, 25 Sep 2019 15:20:19 +0300 Subject: [PATCH 3/3] Update to the latest `config` and re-build locally --- config | 2 +- license-report.md | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config b/config index 45a4404076..5c31b08308 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 45a44040761622874b5d56555b1fb2a3f730eb10 +Subproject commit 5c31b083088b5ce66223a9b09639d5a33a7b8b84 diff --git a/license-report.md b/license-report.md index 0f1e55325e..c43614039c 100644 --- a/license-report.md +++ b/license-report.md @@ -324,7 +324,7 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:34:54 EEST 2019** 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 **Wed Sep 25 15:17:06 EEST 2019** 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). @@ -858,7 +858,7 @@ This report was generated on **Wed Sep 25 14:34:54 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:35:05 EEST 2019** 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 **Wed Sep 25 15:17:16 EEST 2019** 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). @@ -1249,7 +1249,7 @@ This report was generated on **Wed Sep 25 14:35:05 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:35:12 EEST 2019** 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 **Wed Sep 25 15:17:24 EEST 2019** 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). @@ -1714,7 +1714,7 @@ This report was generated on **Wed Sep 25 14:35:12 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:35:22 EEST 2019** 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 **Wed Sep 25 15:17:32 EEST 2019** 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). @@ -2195,7 +2195,7 @@ This report was generated on **Wed Sep 25 14:35:22 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:35:36 EEST 2019** 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 **Wed Sep 25 15:17:45 EEST 2019** 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). @@ -2577,7 +2577,7 @@ This report was generated on **Wed Sep 25 14:35:36 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:35:45 EEST 2019** 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 **Wed Sep 25 15:17:53 EEST 2019** 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). @@ -3042,7 +3042,7 @@ This report was generated on **Wed Sep 25 14:35:45 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:35:57 EEST 2019** 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 **Wed Sep 25 15:18:02 EEST 2019** 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). @@ -3566,7 +3566,7 @@ This report was generated on **Wed Sep 25 14:35:57 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:36:08 EEST 2019** 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 **Wed Sep 25 15:18:11 EEST 2019** 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). @@ -4031,7 +4031,7 @@ This report was generated on **Wed Sep 25 14:36:08 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:36:19 EEST 2019** 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 **Wed Sep 25 15:18:20 EEST 2019** 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). @@ -4354,7 +4354,7 @@ This report was generated on **Wed Sep 25 14:36:19 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:36:28 EEST 2019** 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 **Wed Sep 25 15:18:26 EEST 2019** 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). @@ -4685,7 +4685,7 @@ This report was generated on **Wed Sep 25 14:36:28 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:36:37 EEST 2019** 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 **Wed Sep 25 15:18:32 EEST 2019** 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). @@ -5067,7 +5067,7 @@ This report was generated on **Wed Sep 25 14:36:37 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:36:44 EEST 2019** 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 **Wed Sep 25 15:18:39 EEST 2019** 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). @@ -5398,4 +5398,4 @@ This report was generated on **Wed Sep 25 14:36:44 EEST 2019** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Sep 25 14:36:50 EEST 2019** 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 **Wed Sep 25 15:18:45 EEST 2019** 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