Skip to content

Commit 8809bf4

Browse files
author
Akhil Yendluri
committed
Downgrading dependencies to support JDK 8
1 parent b39ce17 commit 8809bf4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<aws.sdk.version>2.41.16</aws.sdk.version>
4545
<s3accessgrants.version>2.4.1</s3accessgrants.version>
46-
<caffeine.version>3.2.3</caffeine.version>
47-
<junit.version>6.0.2</junit.version>
48-
<mockito.version>5.21.0</mockito.version>
49-
<jqwik.version>1.9.3</jqwik.version>
46+
<caffeine.version>2.9.3</caffeine.version>
47+
<junit.version>5.10.5</junit.version>
48+
<mockito.version>4.11.0</mockito.version>
49+
<jqwik.version>1.7.4</jqwik.version>
5050
</properties>
5151

5252
<scm>

0 commit comments

Comments
 (0)