Repository: james-project Updated Branches: refs/heads/master 0271026d6 -> e86b5ae88
upgrade org.testcontainers:mariadb Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2395e41e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2395e41e Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/2395e41e Branch: refs/heads/master Commit: 2395e41e3acdb4eb7754558a0e862aa99ed03b2e Parents: 65a02c5 Author: duc <[email protected]> Authored: Wed Jul 25 15:18:08 2018 +0700 Committer: benwa <[email protected]> Committed: Thu Jul 26 13:46:51 2018 +0700 ---------------------------------------------------------------------- server/container/guice/jpa-smtp-mariadb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/2395e41e/server/container/guice/jpa-smtp-mariadb/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/jpa-smtp-mariadb/pom.xml b/server/container/guice/jpa-smtp-mariadb/pom.xml index 9135bf3..74ad54c 100644 --- a/server/container/guice/jpa-smtp-mariadb/pom.xml +++ b/server/container/guice/jpa-smtp-mariadb/pom.xml @@ -70,7 +70,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>mariadb</artifactId> - <version>1.7.3</version> + <version>1.8.1</version> <scope>test</scope> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
