From 39d21daeff4dafe3ff4191a55d0a897051b95f3d Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Sun, 14 Jun 2026 17:55:53 +0200 Subject: [PATCH] chore(deps): add resilience and validation libraries --- Emulator/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Emulator/pom.xml b/Emulator/pom.xml index b281492a..e3c3c5ca 100644 --- a/Emulator/pom.xml +++ b/Emulator/pom.xml @@ -117,6 +117,37 @@ compile + + + com.github.ben-manes.caffeine + caffeine + 3.2.4 + compile + + + + + io.github.resilience4j + resilience4j-ratelimiter + 2.4.0 + compile + + + + io.github.resilience4j + resilience4j-circuitbreaker + 2.4.0 + compile + + + + + org.hibernate.validator + hibernate-validator + 9.1.0.Final + compile + + org.apache.commons