File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 129129 <dependency >
130130 <groupId >com.adobe.testing</groupId >
131131 <artifactId >s3mock</artifactId >
132- <version >3.12 .0</version >
132+ <version >2.17 .0</version >
133133 <scope >test</scope >
134134 </dependency >
135135 <dependency >
136136 <groupId >com.adobe.testing</groupId >
137137 <artifactId >s3mock-testcontainers</artifactId >
138- <version >3.12 .0</version >
138+ <version >2.17 .0</version >
139139 <scope >test</scope >
140140 </dependency >
141141 <dependency >
150150 <version >1.20.4</version >
151151 <scope >test</scope >
152152 </dependency >
153+ <!-- Add/Update Logback to a version compatible with SLF4J 2.0 (Java 11+) -->
154+ <dependency >
155+ <groupId >ch.qos.logback</groupId >
156+ <artifactId >logback-classic</artifactId >
157+ <version >1.4.14</version >
158+ <scope >test</scope >
159+ </dependency >
153160 </dependencies >
154161
155162 <repositories >
168175 <version >3.2.5</version >
169176 <configuration >
170177 <useSystemClassLoader >false</useSystemClassLoader >
178+ <environmentVariables >
179+ <!-- Force Testcontainers to use a newer Docker API version supported by your local Daemon -->
180+ <DOCKER_API_VERSION >1.44</DOCKER_API_VERSION >
181+ </environmentVariables >
171182 </configuration >
172183 </plugin >
173184 <plugin >
You can’t perform that action at this time.
0 commit comments