This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit fd70e12d4f3a7c4ee9e87573d42786eade89e870 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue May 5 16:28:07 2020 +0200 Update libs --- .../src/license/THIRD-PARTY.properties | 15 +++++------ pom.xml | 30 +++++++++++----------- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/eugene-maven-plugin/src/license/THIRD-PARTY.properties b/eugene-maven-plugin/src/license/THIRD-PARTY.properties index bf94aca1..d0f9d383 100644 --- a/eugene-maven-plugin/src/license/THIRD-PARTY.properties +++ b/eugene-maven-plugin/src/license/THIRD-PARTY.properties @@ -1,9 +1,10 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : +# - Apache 2.0 # - Apache License -# - Apache Software License, Version 1.1 # - BSD License +# - BSD License 2.0 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 @@ -18,19 +19,15 @@ # - The Apache Software License, Version 2.0 # - The BSD License # - The GNU General Public License +# - The MIT License # - The SAX License # - The W3C License -# - http://classworlds.codehaus.org/license.html -# - http://jaxen.codehaus.org/license.html #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Sun Oct 09 17:50:41 CEST 2016 -antlr--antlr--2.7.2=BSD License -classworlds--classworlds--1.1-alpha-2=http\://classworlds.codehaus.org/license.html -commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 +#Mon May 04 17:50:34 CEST 2020 dom4j--dom4j--1.1=BSD License -org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-i18n--1.0-beta-10=The Apache Software License, Version 2.0 oro--oro--2.0.8=The Apache Software License, Version 2.0 +commons-primitives--commons-primitives--1.0=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 881c1e0d..e3fabcb0 100644 --- a/pom.xml +++ b/pom.xml @@ -137,18 +137,18 @@ <gitlabProjectName>eugene</gitlabProjectName> <processorPluginVersion>1.3</processorPluginVersion> - <nuitonUtilsVersion>3.0</nuitonUtilsVersion> - <nuitonI18nVersion>3.7</nuitonI18nVersion> + <nuitonUtilsVersion>3.1-rc-3-SNAPSHOT</nuitonUtilsVersion> + <nuitonI18nVersion>4.0-SNAPSHOT</nuitonI18nVersion> <plantumlVersion>8048</plantumlVersion> - <snakeyamlVersion>1.17</snakeyamlVersion> - <antlr4Version>4.5.3</antlr4Version> + <snakeyamlVersion>1.26</snakeyamlVersion> + <antlr4Version>4.7.4</antlr4Version> <!--Multilanguage maven-site --> <locales>en,fr</locales> <siteSourcesType>rst</siteSourcesType> <plexusPluginVersion>1.3.8</plexusPluginVersion> - <doxiaVersion>1.8</doxiaVersion> + <doxiaVersion>1.9.1</doxiaVersion> <mavenVersion>3.3.9</mavenVersion> <!-- Java level configuration --> @@ -175,7 +175,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.9</version> + <version>3.10</version> </dependency> <dependency> <groupId>commons-io</groupId> @@ -190,14 +190,14 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> - <version>2.6</version> + <version>2.7</version> </dependency> <!-- Guava --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>19.0</version> + <version>29.0-jre</version> </dependency> <!-- Nuiton --> @@ -226,7 +226,7 @@ <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> - <version>2.11.0</version> + <version>2.12.0</version> <scope>runtime</scope> <exclusions> <exclusion> @@ -246,7 +246,7 @@ <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> - <version>1.1.4</version> + <version>1.2.0</version> <scope>runtime</scope> <exclusions> <exclusion> @@ -367,7 +367,7 @@ <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>2.4</version> + <version>3.0.0</version> </dependency> <dependency> @@ -385,7 +385,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-annotations</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> </dependency> <dependency> @@ -397,7 +397,7 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-site-renderer</artifactId> - <version>1.8.1</version> + <version>1.9.2</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> @@ -409,7 +409,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.24</version> + <version>3.3.0</version> </dependency> <dependency> @@ -435,7 +435,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.