Skip to content

Commit cac3e22

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 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>4.11.0</version>
132+
<version>3.12.0</version>
133133
<scope>test</scope>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.adobe.testing</groupId>
137137
<artifactId>s3mock-testcontainers</artifactId>
138-
<version>4.11.0</version>
138+
<version>3.12.0</version>
139139
<scope>test</scope>
140140
</dependency>
141141
<dependency>
@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>org.testcontainers</groupId>
149149
<artifactId>testcontainers</artifactId>
150-
<version>2.0.2</version>
150+
<version>1.20.4</version>
151151
<scope>test</scope>
152152
</dependency>
153153
</dependencies>

0 commit comments

Comments
 (0)