Skip to content

Commit 8d5d583

Browse files
committed
downgrade s3mock version to match java-version 11
1 parent cac3e22 commit 8d5d583

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@
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>
@@ -150,6 +150,13 @@
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>
@@ -168,6 +175,10 @@
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>

0 commit comments

Comments
 (0)