Skip to content

Commit

Permalink
Bump test.containers.version from 1.15.1 to 1.15.2
Browse files Browse the repository at this point in the history
Bumps `test.containers.version` from 1.15.1 to 1.15.2.

Updates `postgresql` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.15.1...1.15.2)

Updates `junit-jupiter` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.15.1...1.15.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2021
1 parent b22c0b4 commit f404918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -43,7 +43,7 @@
<sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources>
<sonar.tests>src/test/java,src/test/kotlin</sonar.tests>
<kotlin.code.style>official</kotlin.code.style>
<test.containers.version>1.15.1</test.containers.version>
<test.containers.version>1.15.2</test.containers.version>
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>
</properties>

Expand Down

0 comments on commit f404918

Please sign in to comment.