Skip to content

Commit 8f1fa87

Browse files
build(deps): bump org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.3 in /samples/java/jdbc (#4020)
* build(deps): bump org.testcontainers:testcontainers-bom Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.3. - [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.21.3...2.0.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: add junit --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Knut Olav Løite <koloite@gmail.com>
1 parent 69f444e commit 8f1fa87

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

samples/java/jdbc/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.testcontainers</groupId>
4141
<artifactId>testcontainers-bom</artifactId>
42-
<version>1.21.4</version>
42+
<version>2.0.3</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>
@@ -74,6 +74,12 @@
7474
<groupId>org.testcontainers</groupId>
7575
<artifactId>testcontainers</artifactId>
7676
</dependency>
77+
<dependency>
78+
<groupId>junit</groupId>
79+
<artifactId>junit</artifactId>
80+
<version>4.13.2</version>
81+
<scope>test</scope>
82+
</dependency>
7783
</dependencies>
7884
<build>
7985
<plugins>

0 commit comments

Comments
 (0)