Skip to content

Commit da0191f

Browse files
Bump testcontainers.version from 1.18.3 to 1.19.8
Bumps `testcontainers.version` from 1.18.3 to 1.19.8. Updates `org.testcontainers:testcontainers` from 1.18.3 to 1.19.8 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.18.3...1.19.8) Updates `org.testcontainers:mysql` from 1.18.3 to 1.19.8 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.18.3...1.19.8) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.testcontainers:mysql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52971d1 commit da0191f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kotlin-apache-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
<properties>
104104
<kotlin.version>1.7.10</kotlin.version>
105-
<testcontainers.version>1.19.3</testcontainers.version>
105+
<testcontainers.version>1.19.8</testcontainers.version>
106106
<kafka.version>3.7.0</kafka.version>
107107
<slf4j.version>2.0.5</slf4j.version>
108108
<kotlinx-coroutines.version>1.6.4</kotlinx-coroutines.version>

kotlin-kotest/kotest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<jackson.version>2.15.4</jackson.version>
131131
<mockk.version>1.9.3</mockk.version>
132132
<mysql-connector-java.version>8.0.33</mysql-connector-java.version>
133-
<testcontainers.version>1.18.3</testcontainers.version>
133+
<testcontainers.version>1.19.8</testcontainers.version>
134134
<httpclient.version>4.5.14</httpclient.version>
135135
<kotest-extensions-mockserver.version>1.2.1</kotest-extensions-mockserver.version>
136136
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>

kotlin-libraries-orm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<properties>
5252
<ktorm.version>3.6.0</ktorm.version>
53-
<testcontainers.version>1.19.3</testcontainers.version>
53+
<testcontainers.version>1.19.8</testcontainers.version>
5454
<mysql.version>8.0.33</mysql.version>
5555
</properties>
5656

0 commit comments

Comments
 (0)