branch refonte-rest updated (353f753 -> 91bd68f)
This is an automated email from the git hooks/post-receive script. New change to branch refonte-rest in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git from 353f753 some api fixes new 91bd68f some lib upgrades The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 91bd68f609f346082bceb4b00c08cadf9cb15ca9 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jun 5 16:02:57 2019 +0200 some lib upgrades Summary of changes: pom.xml | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch refonte-rest in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git commit 91bd68f609f346082bceb4b00c08cadf9cb15ca9 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jun 5 16:02:57 2019 +0200 some lib upgrades --- pom.xml | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 2ac4389..41bcbba 100644 --- a/pom.xml +++ b/pom.xml @@ -117,21 +117,21 @@ <resteasy.version>3.6.3.Final</resteasy.version> - <nuitonI18nVersion>3.3</nuitonI18nVersion> + <nuitonI18nVersion>3.7</nuitonI18nVersion> <eugenePluginVersion>2.13</eugenePluginVersion> <topiaVersion>3.0</topiaVersion> - <nuitonWebVersion>1.17</nuitonWebVersion> + <nuitonWebVersion>1.20</nuitonWebVersion> <nuitonUtilsVersion>3.0-rc-8</nuitonUtilsVersion> - <nuitonConfigVersion>3.0-rc-2</nuitonConfigVersion> - <nuitonCsvVersion>3.0-rc-5</nuitonCsvVersion> + <nuitonConfigVersion>3.4</nuitonConfigVersion> + <nuitonCsvVersion>3.0</nuitonCsvVersion> <nuitonDecoratorVersion>3.0</nuitonDecoratorVersion> - <nuitonValidatorVersion>3.0</nuitonValidatorVersion> + <nuitonValidatorVersion>3.2</nuitonValidatorVersion> <nuitonConvertorVersion>1.0</nuitonConvertorVersion> <hibernateVersion>4.3.11.Final</hibernateVersion> <postgresqlVersion>9.4.1212.jre7</postgresqlVersion> - <h2Version>1.4.190</h2Version> + <h2Version>1.4.199</h2Version> <luceneVersion>5.5.4</luceneVersion> <tikaVersion>1.14</tikaVersion> @@ -147,25 +147,26 @@ <angularNotifyVersion>2.5.0</angularNotifyVersion> <jqueryVersion>2.1.4</jqueryVersion> <fontAwesomeVersion>4.5.0</fontAwesomeVersion> + <jqcloud2Version>2.0.1</jqcloud2Version> + <angularJqcloudVersion>1.0.2</angularJqcloudVersion> + <d3JsVersion>3.5.12</d3JsVersion> <java-jwt.version>3.8.1</java-jwt.version> - <gson.version>2.5</gson.version> + <gson.version>2.8.5</gson.version> <guava.version>19.0-rc3</guava.version> <junit.version>4.12</junit.version> <jna.version>4.2.1</jna.version> - <commons-collections4.version>4.1</commons-collections4.version> - <commons-email.version>1.4</commons-email.version> + <commons-collections4.version>4.3</commons-collections4.version> + <commons-email.version>1.5</commons-email.version> <commons-logging.version>1.2</commons-logging.version> - <commons-lang3.version>3.4</commons-lang3.version> - <commons-io.version>2.4</commons-io.version> - <commons-beanutils.version>1.9.2</commons-beanutils.version> - <!-- XXX ymartel 20151202 : cannot upgrade httpcomponents deps for the moment, still needed for webmotion test --> - <fluent-hc.version>4.2.3</fluent-hc.version> - <httpcore.version>4.4</httpcore.version> - <jqcloud2Version>2.0.1</jqcloud2Version> - <angularJqcloudVersion>1.0.2</angularJqcloudVersion> - <d3JsVersion>3.5.12</d3JsVersion> - <jackson.version>2.8.9</jackson.version> + <commons-lang3.version>3.9</commons-lang3.version> + <commons-io.version>2.6</commons-io.version> + <commons-beanutils.version>1.9.3</commons-beanutils.version> + <fluent-hc.version>4.5.8</fluent-hc.version> + <httpcore.version>4.4.11</httpcore.version> + + <jackson.version>2.9.8</jackson.version> + <undertow.version>2.0.21.Final</undertow.version> </properties> <repositories> @@ -421,7 +422,7 @@ <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-core</artifactId> - <version>2.0.16.Final</version> + <version>${undertow.version}</version> <scope>test</scope> </dependency> @@ -602,7 +603,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>1.9.5</version> + <version>2.28.2</version> <scope>test</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm