Skip to content

Commit

Permalink
downgrade s3mock due to java 17 req
Browse files Browse the repository at this point in the history
  • Loading branch information
pwinckles committed Mar 2, 2024
1 parent 7da81c9 commit 734e7a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@
<dependency>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-junit5</artifactId>
<version>3.5.1</version>
<!-- version 3 plus requires Java 17 -->
<version>2.17.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 734e7a9

Please sign in to comment.