Author: echatellier Date: 2012-06-07 10:20:39 +0200 (Thu, 07 Jun 2012) New Revision: 3700 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3700 Log: fixes #1257: Update to h2 1.3.167 fixes #1258: Update to topia 2.6.10 fixes #1259: Update to slf4j 1.6.5 fixes #1260: Update to nuiton-utils 2.4.8 Modified: branches/4.0.1/pom.xml Modified: branches/4.0.1/pom.xml =================================================================== --- branches/4.0.1/pom.xml 2012-05-14 09:53:20 UTC (rev 3699) +++ branches/4.0.1/pom.xml 2012-06-07 08:20:39 UTC (rev 3700) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.2</version> + <version>3.3.2</version> </parent> <groupId>fr.ifremer</groupId> @@ -204,21 +204,21 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> + <version>1.2.17</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.6.4</version> + <version>1.6.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.6.4</version> + <version>1.6.5</version> <scope>runtime</scope> </dependency> @@ -292,7 +292,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.166</version> + <version>1.3.167</version> <scope>compile</scope> </dependency> @@ -538,9 +538,9 @@ <!-- Dependencies version --> <jaxxVersion>2.4.2</jaxxVersion> <eugeneVersion>2.4.2</eugeneVersion> - <topiaVersion>2.6.9</topiaVersion> + <topiaVersion>2.6.10</topiaVersion> <hibernateVersion>3.6.10.Final</hibernateVersion> - <nuitonUtilsVersion>2.4.7</nuitonUtilsVersion> + <nuitonUtilsVersion>2.4.8</nuitonUtilsVersion> <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <nuitonWidgetsVersion>1.1.1</nuitonWidgetsVersion> <aspectwerkzVersion>2.0</aspectwerkzVersion>