Skip to content

Commit 8c44a07

Browse files
authored
Fix resilience4j version for java 11 (#941)
## Description <!-- Provide a brief summary of the changes made and the issue they aim to address.--> Use version which is compatible with Java 11 ## Testing <!-- Describe how the changes have been tested--> Will run CI/CD tests ## Additional Notes to the Reviewer <!-- Share any additional context or insights that may help the reviewer understand the changes better. This could include challenges faced, limitations, or compromises made during the development process. Also, mention any areas of the code that you would like the reviewer to focus on specifically. --> NO_CHANGELOG=true
1 parent 7789009 commit 8c44a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<async-httpclient.version>5.3.1</async-httpclient.version>
7070
<netty.version>4.2.0.Final</netty.version>
7171
<grpc.version>1.71.0</grpc.version>
72-
<resilience4j.version>2.2.0</resilience4j.version>
72+
<resilience4j.version>1.7.0</resilience4j.version>
7373
</properties>
7474
<dependencyManagement>
7575
<!-- Force safe version of commons-lang3 https://nvd.nist.gov/vuln/detail/CVE-2025-48924 -->

0 commit comments

Comments
 (0)