From e1d75ee2b4e603b70c40f229c9cc338b02ec5e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=A4r?= Date: Fri, 26 Nov 2021 08:49:33 +0100 Subject: [PATCH] #174: Updated dependency list. --- dependencies.md | 120 +++++++++++++++++------------------ doc/changes/changes_5.1.2.md | 1 + 2 files changed, 60 insertions(+), 61 deletions(-) diff --git a/dependencies.md b/dependencies.md index 50a21c51..7838e4bd 100644 --- a/dependencies.md +++ b/dependencies.md @@ -11,90 +11,88 @@ | [SLF4J JDK14 Binding][6] | [MIT License][7] | | [database-cleaner][8] | [MIT][9] | | [BucketFS Java][10] | [MIT][9] | -| [JUnit][12] | [Eclipse Public License 1.0][13] | ## Test Dependencies | Dependency | License | | ---------------------------------------------- | --------------------------------- | | [Testcontainers :: JUnit Jupiter Extension][2] | [MIT][3] | -| [JUnit Jupiter Engine][16] | [Eclipse Public License v2.0][17] | -| [JUnit Jupiter Params][16] | [Eclipse Public License v2.0][17] | -| [Hamcrest][20] | [BSD License 3][21] | -| [mockito-junit-jupiter][22] | [The MIT License][23] | +| [JUnit Jupiter Engine][14] | [Eclipse Public License v2.0][15] | +| [JUnit Jupiter Params][14] | [Eclipse Public License v2.0][15] | +| [Hamcrest][18] | [BSD License 3][19] | +| [mockito-junit-jupiter][20] | [The MIT License][21] | ## Runtime Dependencies | Dependency | License | | ----------------------------- | ----------------------- | -| [EXASolution JDBC Driver][24] | [EXAClient License][25] | +| [EXASolution JDBC Driver][22] | [EXAClient License][23] | ## Plugin Dependencies | Dependency | License | | ------------------------------------------------------- | ---------------------------------------------- | -| [Project keeper maven plugin][26] | [MIT][9] | -| [Maven Surefire Plugin][28] | [Apache License, Version 2.0][1] | -| [Maven Failsafe Plugin][30] | [Apache License, Version 2.0][1] | -| [JaCoCo :: Maven Plugin][32] | [Eclipse Public License 2.0][33] | -| [Apache Maven Compiler Plugin][34] | [Apache License, Version 2.0][1] | -| [OpenFastTrace Maven Plugin][36] | [GNU General Public License v3.0][37] | -| [Apache Maven Source Plugin][38] | [Apache License, Version 2.0][1] | -| [Apache Maven Javadoc Plugin][40] | [Apache License, Version 2.0][1] | -| [Apache Maven GPG Plugin][42] | [Apache License, Version 2.0][1] | -| [org.sonatype.ossindex.maven:ossindex-maven-plugin][44] | [ASL2][45] | -| [Versions Maven Plugin][46] | [Apache License, Version 2.0][1] | -| [Apache Maven Enforcer Plugin][48] | [Apache License, Version 2.0][1] | -| [Apache Maven Deploy Plugin][50] | [Apache License, Version 2.0][1] | -| [Nexus Staging Maven Plugin][52] | [Eclipse Public License][13] | -| [error-code-crawler-maven-plugin][54] | [MIT][9] | -| [Reproducible Build Maven Plugin][56] | [Apache 2.0][45] | -| [Maven Clean Plugin][58] | [The Apache Software License, Version 2.0][45] | -| [Maven Resources Plugin][60] | [The Apache Software License, Version 2.0][45] | -| [Maven JAR Plugin][62] | [The Apache Software License, Version 2.0][45] | -| [Maven Install Plugin][64] | [The Apache Software License, Version 2.0][45] | -| [Maven Site Plugin 3][66] | [The Apache Software License, Version 2.0][45] | +| [Project keeper maven plugin][24] | [MIT][9] | +| [Maven Surefire Plugin][26] | [Apache License, Version 2.0][1] | +| [Maven Failsafe Plugin][28] | [Apache License, Version 2.0][1] | +| [JaCoCo :: Maven Plugin][30] | [Eclipse Public License 2.0][31] | +| [Apache Maven Compiler Plugin][32] | [Apache License, Version 2.0][1] | +| [OpenFastTrace Maven Plugin][34] | [GNU General Public License v3.0][35] | +| [Apache Maven Source Plugin][36] | [Apache License, Version 2.0][1] | +| [Apache Maven Javadoc Plugin][38] | [Apache License, Version 2.0][1] | +| [Apache Maven GPG Plugin][40] | [Apache License, Version 2.0][1] | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][42] | [ASL2][43] | +| [Versions Maven Plugin][44] | [Apache License, Version 2.0][1] | +| [Apache Maven Enforcer Plugin][46] | [Apache License, Version 2.0][1] | +| [Apache Maven Deploy Plugin][48] | [Apache License, Version 2.0][1] | +| [Nexus Staging Maven Plugin][50] | [Eclipse Public License][51] | +| [error-code-crawler-maven-plugin][52] | [MIT][9] | +| [Reproducible Build Maven Plugin][54] | [Apache 2.0][43] | +| [Maven Clean Plugin][56] | [The Apache Software License, Version 2.0][43] | +| [Maven Resources Plugin][58] | [The Apache Software License, Version 2.0][43] | +| [Maven JAR Plugin][60] | [The Apache Software License, Version 2.0][43] | +| [Maven Install Plugin][62] | [The Apache Software License, Version 2.0][43] | +| [Maven Site Plugin 3][64] | [The Apache Software License, Version 2.0][43] | -[26]: https://github.com/exasol/project-keeper-maven-plugin +[24]: https://github.com/exasol/project-keeper-maven-plugin [10]: https://github.com/exasol/bucketfs-java -[45]: http://www.apache.org/licenses/LICENSE-2.0.txt -[28]: https://maven.apache.org/surefire/maven-surefire-plugin/ -[52]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/ -[58]: http://maven.apache.org/plugins/maven-clean-plugin/ -[25]: https://docs.exasol.com/connect_exasol/drivers/jdbc.htm +[43]: http://www.apache.org/licenses/LICENSE-2.0.txt +[26]: https://maven.apache.org/surefire/maven-surefire-plugin/ +[50]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/ +[56]: http://maven.apache.org/plugins/maven-clean-plugin/ +[23]: https://docs.exasol.com/connect_exasol/drivers/jdbc.htm [9]: https://opensource.org/licenses/MIT -[22]: https://github.com/mockito/mockito -[30]: https://maven.apache.org/surefire/maven-failsafe-plugin/ +[20]: https://github.com/mockito/mockito +[28]: https://maven.apache.org/surefire/maven-failsafe-plugin/ [0]: https://commons.apache.org/proper/commons-compress/ -[46]: http://www.mojohaus.org/versions-maven-plugin/ -[21]: http://opensource.org/licenses/BSD-3-Clause -[34]: https://maven.apache.org/plugins/maven-compiler-plugin/ +[44]: http://www.mojohaus.org/versions-maven-plugin/ +[19]: http://opensource.org/licenses/BSD-3-Clause +[32]: https://maven.apache.org/plugins/maven-compiler-plugin/ [3]: http://opensource.org/licenses/MIT -[36]: https://github.com/itsallcode/openfasttrace-maven-plugin -[12]: http://junit.org -[33]: https://www.eclipse.org/legal/epl-2.0/ -[50]: https://maven.apache.org/plugins/maven-deploy-plugin/ -[13]: http://www.eclipse.org/legal/epl-v10.html -[32]: https://www.jacoco.org/jacoco/trunk/doc/maven.html -[23]: https://github.com/mockito/mockito/blob/main/LICENSE -[56]: http://zlika.github.io/reproducible-build-maven-plugin -[37]: https://www.gnu.org/licenses/gpl-3.0.html -[62]: http://maven.apache.org/plugins/maven-jar-plugin/ +[34]: https://github.com/itsallcode/openfasttrace-maven-plugin +[31]: https://www.eclipse.org/legal/epl-2.0/ +[48]: https://maven.apache.org/plugins/maven-deploy-plugin/ +[51]: http://www.eclipse.org/legal/epl-v10.html +[30]: https://www.jacoco.org/jacoco/trunk/doc/maven.html +[21]: https://github.com/mockito/mockito/blob/main/LICENSE +[54]: http://zlika.github.io/reproducible-build-maven-plugin +[35]: https://www.gnu.org/licenses/gpl-3.0.html +[60]: http://maven.apache.org/plugins/maven-jar-plugin/ [7]: http://www.opensource.org/licenses/mit-license.php [1]: https://www.apache.org/licenses/LICENSE-2.0.txt -[48]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ -[24]: http://www.exasol.com -[17]: https://www.eclipse.org/legal/epl-v20.html -[64]: http://maven.apache.org/plugins/maven-install-plugin/ -[16]: https://junit.org/junit5/ -[44]: https://sonatype.github.io/ossindex-maven/maven-plugin/ -[42]: https://maven.apache.org/plugins/maven-gpg-plugin/ +[46]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ +[22]: http://www.exasol.com +[15]: https://www.eclipse.org/legal/epl-v20.html +[62]: http://maven.apache.org/plugins/maven-install-plugin/ +[14]: https://junit.org/junit5/ +[42]: https://sonatype.github.io/ossindex-maven/maven-plugin/ +[40]: https://maven.apache.org/plugins/maven-gpg-plugin/ [2]: https://testcontainers.org -[38]: https://maven.apache.org/plugins/maven-source-plugin/ -[20]: http://hamcrest.org/JavaHamcrest/ +[36]: https://maven.apache.org/plugins/maven-source-plugin/ +[18]: http://hamcrest.org/JavaHamcrest/ [6]: http://www.slf4j.org -[66]: http://maven.apache.org/plugins/maven-site-plugin/ -[60]: http://maven.apache.org/plugins/maven-resources-plugin/ -[40]: https://maven.apache.org/plugins/maven-javadoc-plugin/ +[64]: http://maven.apache.org/plugins/maven-site-plugin/ +[58]: http://maven.apache.org/plugins/maven-resources-plugin/ +[38]: https://maven.apache.org/plugins/maven-javadoc-plugin/ [8]: https://github.com/exasol/database-cleaner -[54]: https://github.com/exasol/error-code-crawler-maven-plugin +[52]: https://github.com/exasol/error-code-crawler-maven-plugin diff --git a/doc/changes/changes_5.1.2.md b/doc/changes/changes_5.1.2.md index 891df9a5..95d62482 100644 --- a/doc/changes/changes_5.1.2.md +++ b/doc/changes/changes_5.1.2.md @@ -10,6 +10,7 @@ Code name: 5.1.2 -- Dependency updates ### Compile Dependency Updates +* Removed `junit:junit:4.13.2` * Updated `org.testcontainers:jdbc:1.16.0` to `1.16.2` * Updated `org.testcontainers:testcontainers:1.16.0` to `1.16.2`