diff --git a/annotation-processor/.gitignore b/.gitignore
similarity index 100%
rename from annotation-processor/.gitignore
rename to .gitignore
diff --git a/annotation-processor/pom.xml b/annotation-processor/pom.xml
index 71dd3ec..3ec8aed 100644
--- a/annotation-processor/pom.xml
+++ b/annotation-processor/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.3.3.RELEASE
+ 2.4.3
com.frontier.api
@@ -42,7 +42,7 @@
com.google.guava
guava
- 29.0-jre
+ 30.1-jre
@@ -60,13 +60,13 @@
io.vavr
vavr-jackson
- 0.10.2
+ 0.10.3
org.projectlombok
lombok
- 1.18.12
+ 1.18.18
provided
diff --git a/annotation-processor/src/main/java/com/frontier/api/annotation/processor/annotation/service/FrontierMessageProducerService.java b/annotation-processor/src/main/java/com/frontier/api/annotation/processor/annotation/service/FrontierMessageProducerService.java
index a2e96c8..3fcdc11 100644
--- a/annotation-processor/src/main/java/com/frontier/api/annotation/processor/annotation/service/FrontierMessageProducerService.java
+++ b/annotation-processor/src/main/java/com/frontier/api/annotation/processor/annotation/service/FrontierMessageProducerService.java
@@ -25,8 +25,9 @@ public FrontierMessageProducerService(
this.frontierAMQPProducer = frontierAMQPProducer;
}
- public Object process(final Guarantee guarantee,
- final FrontierApiIdentity identity,
+ public Object process(
+ Guarantee guarantee,
+ FrontierApiIdentity identity,
Set