File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
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 >
You can’t perform that action at this time.
0 commit comments