Skip to content

Commit edb3c96

Browse files
build(deps): bump org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.3 in /samples/java/spring-data-jpa (#4026)
* 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 8f1fa87 commit edb3c96

File tree

1 file changed

+6
-1
lines changed
  • samples/java/spring-data-jpa

1 file changed

+6
-1
lines changed

samples/java/spring-data-jpa/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.testcontainers</groupId>
2424
<artifactId>testcontainers-bom</artifactId>
25-
<version>1.21.4</version>
25+
<version>2.0.3</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
@@ -89,6 +89,11 @@
8989
<artifactId>spring-boot-starter-test</artifactId>
9090
<scope>test</scope>
9191
</dependency>
92+
<dependency>
93+
<groupId>junit</groupId>
94+
<artifactId>junit</artifactId>
95+
<scope>test</scope>
96+
</dependency>
9297
</dependencies>
9398

9499
<build>

0 commit comments

Comments
 (0)