Skip to content

Commit 924f3ff

Browse files
authored
[JAVA-31655] Upgrade testcontainers.postgresql to the latest version (eugenp#16001)
1 parent 2024ace commit 924f3ff

7 files changed

Lines changed: 8 additions & 11 deletions

File tree

persistence-modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<hibernate.version>6.2.0.Final</hibernate.version>
131131
<postgresql.version>42.5.4</postgresql.version>
132132
<hsqldb.version>2.7.1</hsqldb.version>
133-
<testcontainers.version>1.16.3</testcontainers.version>
133+
<testcontainers.version>1.19.6</testcontainers.version>
134134
</properties>
135135

136136
</project>

persistence-modules/spring-data-jpa-annotations/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.testcontainers</groupId>
3636
<artifactId>postgresql</artifactId>
37-
<version>${testcontainers.postgresql.version}</version>
37+
<version>${testcontainers.version}</version>
3838
<scope>test</scope>
3939
</dependency>
4040
<dependency>
@@ -65,8 +65,7 @@
6565

6666
<properties>
6767
<start-class>com.baeldung.boot.Application</start-class>
68-
<testcontainers.postgresql.version>1.10.6</testcontainers.postgresql.version>
69-
<postgresql.version>42.2.5</postgresql.version>
68+
<testcontainers.version>1.19.6</testcontainers.version>
7069
</properties>
7170

7271
</project>

persistence-modules/spring-data-jpa-crud/pom.xml

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

5555
<properties>
5656
<datasource-proxy.version>1.4.1</datasource-proxy.version>
57-
<testcontainers.version>1.12.2</testcontainers.version>
57+
<testcontainers.version>1.19.6</testcontainers.version>
5858
</properties>
5959

6060
</project>

persistence-modules/spring-data-jpa-enterprise/pom.xml

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

9999
<properties>
100100
<mapstruct.version>1.6.0.Beta1</mapstruct.version>
101-
<testcontainers.version>1.19.1</testcontainers.version>
101+
<testcontainers.version>1.19.6</testcontainers.version>
102102
</properties>
103103

104104
</project>

persistence-modules/spring-data-jpa-filtering/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565

6666
<properties>
6767
<start-class>com.baeldung.boot.Application</start-class>
68-
<testcontainers.postgresql.version>1.10.6</testcontainers.postgresql.version>
69-
<postgresql.version>42.2.5</postgresql.version>
68+
<testcontainers.postgresql.version>1.19.6</testcontainers.postgresql.version>
7069
</properties>
7170

7271
</project>

testing-modules/spring-testing-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</build>
6464

6565
<properties>
66-
<testcontainers.version>1.16.2</testcontainers.version>
66+
<testcontainers.version>1.19.6</testcontainers.version>
6767
</properties>
6868

6969
</project>

testing-modules/test-containers/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<!-- NOT NEEDED - JSP <groupId>com.baeldung</groupId> -->
76
<artifactId>test-containers</artifactId>
87
<version>1.0-SNAPSHOT</version>
98
<name>test-containers</name>
@@ -65,7 +64,7 @@
6564

6665
<properties>
6766
<junit.platform.version>1.5.0</junit.platform.version>
68-
<testcontainers.version>1.11.4</testcontainers.version>
67+
<testcontainers.version>1.19.6</testcontainers.version>
6968
<postgresql.version>42.2.6</postgresql.version>
7069
<selenium-remote-driver.version>3.141.59</selenium-remote-driver.version>
7170
</properties>

0 commit comments

Comments
 (0)