Skip to content

Commit 55447b5

Browse files
committed
Downgrade resilience4j to Java11 compatible version 1.x
1 parent def7df7 commit 55447b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

powertools-e2e-tests/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
<dependency>
111111
<groupId>io.github.resilience4j</groupId>
112112
<artifactId>resilience4j-retry</artifactId>
113-
<version>2.3.0</version>
113+
<!-- 2.x. not compatible with Java 11 anymore -->
114+
<version>1.7.1</version>
114115
<scope>test</scope>
115116
</dependency>
116117
<dependency>

0 commit comments

Comments
 (0)