Author: painter Date: Sun Nov 28 19:33:41 2021 New Revision: 1895392 URL: http://svn.apache.org/viewvc?rev=1895392&view=rev Log: Updating dependencies - tested and working with JDK 1.8.0_311
Modified: db/torque/trunk/pom.xml db/torque/trunk/torque-maven-plugin/pom.xml db/torque/trunk/torque-test/pom.xml Modified: db/torque/trunk/pom.xml URL: http://svn.apache.org/viewvc/db/torque/trunk/pom.xml?rev=1895392&r1=1895391&r2=1895392&view=diff ============================================================================== --- db/torque/trunk/pom.xml (original) +++ db/torque/trunk/pom.xml Sun Nov 28 19:33:41 2021 @@ -360,7 +360,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> - <version>2.7.0</version> + <version>2.9.0</version> </dependency> <dependency> @@ -372,19 +372,19 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.10</version> + <version>3.12.0</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.7</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.4.0</version> + <version>4.1.0</version> <scope>test</scope> </dependency> Modified: db/torque/trunk/torque-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/db/torque/trunk/torque-maven-plugin/pom.xml?rev=1895392&r1=1895391&r2=1895392&view=diff ============================================================================== --- db/torque/trunk/torque-maven-plugin/pom.xml (original) +++ db/torque/trunk/torque-maven-plugin/pom.xml Sun Nov 28 19:33:41 2021 @@ -51,7 +51,7 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>3.6.1</version> + <version>3.6.2</version> <!-- annotations are not used at runtime because @Retention(value=CLASS), they are needed only to build the plugin --> <optional>true</optional> <exclusions> @@ -72,12 +72,14 @@ <artifactId>xercesImpl</artifactId> <version>2.12.1</version> </dependency> - - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <scope>test</scope> - </dependency> + + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.11.0</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.logging.log4j</groupId> Modified: db/torque/trunk/torque-test/pom.xml URL: http://svn.apache.org/viewvc/db/torque/trunk/torque-test/pom.xml?rev=1895392&r1=1895391&r2=1895392&view=diff ============================================================================== --- db/torque/trunk/torque-test/pom.xml (original) +++ db/torque/trunk/torque-test/pom.xml Sun Nov 28 19:33:41 2021 @@ -452,7 +452,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sql-maven-plugin</artifactId> - <version>1.4</version> + <version>1.5</version> <executions> <execution> <id>execute-ext-ddl</id> --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org