Skip to content

Commit 806e690

Browse files
committed
update deps
1 parent c8672bd commit 806e690

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.2</version>
9+
<version>3.4.5</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.testcontainers</groupId>
125125
<artifactId>testcontainers</artifactId>
126-
<version>1.20.1</version>
126+
<version>1.21.3</version>
127127
<scope>test</scope>
128128
<exclusions>
129129
<exclusion>
@@ -145,13 +145,13 @@
145145
<dependency>
146146
<groupId>org.testcontainers</groupId>
147147
<artifactId>junit-jupiter</artifactId>
148-
<version>1.20.1</version>
148+
<version>1.21.3</version>
149149
<scope>test</scope>
150150
</dependency>
151151
<dependency>
152152
<groupId>org.testcontainers</groupId>
153153
<artifactId>postgresql</artifactId>
154-
<version>1.20.1</version>
154+
<version>1.21.3</version>
155155
<scope>test</scope>
156156
</dependency>
157157
</dependencies>

0 commit comments

Comments
 (0)