This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit 9bb79a2995912fe9a2f53f2de46ecbc76eefc9ea Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue May 5 16:29:26 2020 +0200 Update libs --- .../src/license/THIRD-PARTY.properties | 4 +--- pom.xml | 27 ++++++++++++---------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/nuiton-config-maven-plugin/src/license/THIRD-PARTY.properties b/nuiton-config-maven-plugin/src/license/THIRD-PARTY.properties index 9c0ab18..236aa94 100644 --- a/nuiton-config-maven-plugin/src/license/THIRD-PARTY.properties +++ b/nuiton-config-maven-plugin/src/license/THIRD-PARTY.properties @@ -2,7 +2,6 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - Apache 2.0 -# - Apache Software License, Version 1.1 # - BSD License # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Eclipse Public License 1.0 @@ -22,8 +21,7 @@ # Please fill the missing licenses for dependencies : # # -#Mon May 04 13:53:20 CEST 2020 +#Mon May 04 17:33:21 CEST 2020 dom4j--dom4j--1.1=BSD License -antlr--antlr--2.7.2=BSD License oro--oro--2.0.8=The Apache Software License, Version 2.0 org.codehaus.plexus--plexus-i18n--1.0-beta-10=The Apache Software License, Version 2.0 diff --git a/pom.xml b/pom.xml index 43bd8c3..126a3e3 100644 --- a/pom.xml +++ b/pom.xml @@ -88,9 +88,9 @@ <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <mavenVersion>3.6.2</mavenVersion> - <doxiaVersion>1.9</doxiaVersion> - <nuitonI18nVersion>3.7</nuitonI18nVersion> + <mavenVersion>3.6.3</mavenVersion> + <doxiaVersion>1.9.1</doxiaVersion> + <nuitonI18nVersion>3.8</nuitonI18nVersion> <!-- Documentation is in apt format --> <siteSourcesType>apt</siteSourcesType> @@ -114,7 +114,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0</version> + <version>3.1-rc-3-SNAPSHOT</version> <exclusions> <exclusion> <groupId>commons-primitives</groupId> @@ -145,13 +145,13 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>28.1-jre</version> + <version>29.0-jre</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.9</version> + <version>3.10</version> </dependency> <dependency> @@ -181,13 +181,13 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> - <version>2.6</version> + <version>2.7</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> <scope>test</scope> </dependency> @@ -213,7 +213,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.2.1</version> + <version>3.3.0</version> </dependency> <dependency> @@ -287,8 +287,11 @@ </exclusions> </dependency> - stereotypes-report - + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-annotations</artifactId> + <version>2.1.0</version> + </dependency> <!-- doxia --> @@ -307,7 +310,7 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-site-renderer</artifactId> - <version>1.9.1</version> + <version>1.9.2</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.