diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/application-local.properties b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/application-local.properties
index 6685a26..2cb85bd 100644
--- a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/application-local.properties
+++ b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/application-local.properties
@@ -1,9 +1,11 @@
server.port=8089
-spring.datasource.url=ENC(knDCVnVuRE6TiHckHhPYwLeyqcIk7NsXRRwj3QwKEVF0kNQp3DMbeSgQ7Hs/7JhHIIIAZybnZcLYjpTKQkJhda1NdB4LaCsRlOgmB6G8zQU=)
-spring.datasource.username=ENC(ZkD+at4XfynhB9wF+Z3CPVIDobRVrLO2NQt5ZNZfoyKY3EWa5UhqGMhKhZeRtZcQ)
-spring.datasource.password=ENC(x4vtj6FD+ypIGTAABkusDnbZHLq2GfFCLz7VMR1DhWnAcTBj4NxDXzAk1RzaV5F0)
-spring.datasource.platform=ENC(ZkD+at4XfynhB9wF+Z3CPVIDobRVrLO2NQt5ZNZfoyKY3EWa5UhqGMhKhZeRtZcQ)
-spring.jpa.properties.hibernate.default_schema=ENC(ZfB8DrsBv7ZPwH7wHOA9hoBK/opzuj7G8oc6/+kRXQxPA+PTMfpVt6Mlr3UxwEaw)
+spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE}
+spring.datasource.username=${PG_RW_USER}
+spring.datasource.password=${PG_RW_PASSWORD}
+spring.datasource.platform=elrr
+spring.jpa.properties.hibernate.default_schema=elrr
+spring.jpa.show-sql=true
+
cronExpression=0 0/1 * * * *
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/application.properties b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/application.properties
index 6685a26..2cb85bd 100644
--- a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/application.properties
+++ b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/application.properties
@@ -1,9 +1,11 @@
server.port=8089
-spring.datasource.url=ENC(knDCVnVuRE6TiHckHhPYwLeyqcIk7NsXRRwj3QwKEVF0kNQp3DMbeSgQ7Hs/7JhHIIIAZybnZcLYjpTKQkJhda1NdB4LaCsRlOgmB6G8zQU=)
-spring.datasource.username=ENC(ZkD+at4XfynhB9wF+Z3CPVIDobRVrLO2NQt5ZNZfoyKY3EWa5UhqGMhKhZeRtZcQ)
-spring.datasource.password=ENC(x4vtj6FD+ypIGTAABkusDnbZHLq2GfFCLz7VMR1DhWnAcTBj4NxDXzAk1RzaV5F0)
-spring.datasource.platform=ENC(ZkD+at4XfynhB9wF+Z3CPVIDobRVrLO2NQt5ZNZfoyKY3EWa5UhqGMhKhZeRtZcQ)
-spring.jpa.properties.hibernate.default_schema=ENC(ZfB8DrsBv7ZPwH7wHOA9hoBK/opzuj7G8oc6/+kRXQxPA+PTMfpVt6Mlr3UxwEaw)
+spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE}
+spring.datasource.username=${PG_RW_USER}
+spring.datasource.password=${PG_RW_PASSWORD}
+spring.datasource.platform=elrr
+spring.jpa.properties.hibernate.default_schema=elrr
+spring.jpa.show-sql=true
+
cronExpression=0 0/1 * * * *
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrraggregator/exception/ResourceNotFoundException.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrraggregator/exception/ResourceNotFoundException.class
index 49edd0f..062e612 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrraggregator/exception/ResourceNotFoundException.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrraggregator/exception/ResourceNotFoundException.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrraggregator/exception/package-info.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrraggregator/exception/package-info.class
index d019de5..45f0691 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrraggregator/exception/package-info.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrraggregator/exception/package-info.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/ElrrConsolidateApplication.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/ElrrConsolidateApplication.class
index a63c77a..daa1009 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/ElrrConsolidateApplication.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/ElrrConsolidateApplication.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/ELRRMessageListener.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/ELRRMessageListener.class
index 31626a2..2ad1e0c 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/ELRRMessageListener.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/ELRRMessageListener.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/KafkaConsumerConfig.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/KafkaConsumerConfig.class
index 550d7be..b00f9b6 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/KafkaConsumerConfig.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/KafkaConsumerConfig.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/package-info.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/package-info.class
index d761035..e4d6419 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/package-info.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/consumer/package-info.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/AuditRecord.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/AuditRecord.class
index c6cb6f1..986e1ae 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/AuditRecord.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/AuditRecord.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/CourseCompetency.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/CourseCompetency.class
index 9c039af..56b34c0 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/CourseCompetency.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/CourseCompetency.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/LearnerChange.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/LearnerChange.class
index 3062b36..7c76532 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/LearnerChange.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/LearnerChange.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/MessageVO.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/MessageVO.class
index 410c128..73399ee 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/MessageVO.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/MessageVO.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/UserCourse.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/UserCourse.class
index c746bd4..186afc4 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/UserCourse.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/UserCourse.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/package-info.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/package-info.class
index 391723d..d893f34 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/package-info.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/dto/package-info.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Auditable.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Auditable.class
index 8658eb6..d6b4061 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Auditable.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Auditable.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Competency.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Competency.class
index 0554fd4..ac04451 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Competency.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Competency.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Configuration.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Configuration.class
index ae75d75..1c4e89f 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Configuration.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Configuration.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/ContactInformation.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/ContactInformation.class
index 1f68ce3..a4e983f 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/ContactInformation.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/ContactInformation.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Course.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Course.class
index 7a08262..d1a1428 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Course.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Course.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/ELRRAuditLog.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/ELRRAuditLog.class
index ffe3aa8..a1d456d 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/ELRRAuditLog.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/ELRRAuditLog.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Employment.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Employment.class
index 1e82c8b..725590c 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Employment.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Employment.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/LearnerProfile.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/LearnerProfile.class
index 3ecc14b..378a418 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/LearnerProfile.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/LearnerProfile.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Organization.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Organization.class
index 871f9c5..427c47c 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Organization.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Organization.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Person.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Person.class
index d4228d2..830554e 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Person.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Person.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Role.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Role.class
index 735226f..6d4ddfa 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Role.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/Role.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/RoleRelations.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/RoleRelations.class
index ebdcf20..2efd2db 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/RoleRelations.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/RoleRelations.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/package-info.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/package-info.class
index f852d8b..e3ff898 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/package-info.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/entity/package-info.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CommonSvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CommonSvc.class
index 6b02c53..f706cb2 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CommonSvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CommonSvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CompetencySvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CompetencySvc.class
index 9397297..556cd96 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CompetencySvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CompetencySvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/ContactInformationSvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/ContactInformationSvc.class
index c23c42d..0ac1537 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/ContactInformationSvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/ContactInformationSvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CourseSvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CourseSvc.class
index 291ec7c..ca82269 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CourseSvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/CourseSvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/ELRRAuditLogService.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/ELRRAuditLogService.class
index 0c49f56..7e89327 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/ELRRAuditLogService.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/ELRRAuditLogService.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/EmploymentSvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/EmploymentSvc.class
index 0b55180..54c183d 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/EmploymentSvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/EmploymentSvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/LearnerProfileSvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/LearnerProfileSvc.class
index 6adece6..54e9f49 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/LearnerProfileSvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/LearnerProfileSvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/OrganizationSvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/OrganizationSvc.class
index 4e84b7c..bf232aa 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/OrganizationSvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/OrganizationSvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/PersonSvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/PersonSvc.class
index aea344e..b03949e 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/PersonSvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/PersonSvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/RoleRelationsSvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/RoleRelationsSvc.class
index 846f6f8..23943fd 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/RoleRelationsSvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/RoleRelationsSvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/RoleSvc.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/RoleSvc.class
index e5f4d8a..f3824e6 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/RoleSvc.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/RoleSvc.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/package-info.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/package-info.class
index 82d55fa..e9cfed8 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/package-info.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/jpa/service/package-info.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/package-info.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/package-info.class
index 8a10dce..6b39df2 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/package-info.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/package-info.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/CompetencyRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/CompetencyRepository.class
index 0b54faf..5f4f936 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/CompetencyRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/CompetencyRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/ContactInformationRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/ContactInformationRepository.class
index 2aead54..35d92b1 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/ContactInformationRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/ContactInformationRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/CourseRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/CourseRepository.class
index 0080f44..470c3ba 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/CourseRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/CourseRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/ELRRAuditLogRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/ELRRAuditLogRepository.class
index 402d5f7..34d70dd 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/ELRRAuditLogRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/ELRRAuditLogRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/EmploymentRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/EmploymentRepository.class
index a72af32..de8eaaa 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/EmploymentRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/EmploymentRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/LearnerProfileRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/LearnerProfileRepository.class
index a64f044..e26605f 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/LearnerProfileRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/LearnerProfileRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/OrganizationRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/OrganizationRepository.class
index db023ee..17d2520 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/OrganizationRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/OrganizationRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/PersonalRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/PersonalRepository.class
index 60e8246..c1e29da 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/PersonalRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/PersonalRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/RoleRelationsRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/RoleRelationsRepository.class
index f026cd6..dd0816b 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/RoleRelationsRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/RoleRelationsRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/RoleRepository.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/RoleRepository.class
index e29201e..8beb6bb 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/RoleRepository.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/RoleRepository.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/package-info.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/package-info.class
index bfafc00..413c0b4 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/package-info.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/repository/package-info.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/CASSService.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/CASSService.class
index b3be0ba..dcef791 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/CASSService.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/CASSService.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/ConsolidatorService.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/ConsolidatorService.class
index 6768578..220224e 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/ConsolidatorService.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/ConsolidatorService.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/ECCService.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/ECCService.class
index 7a71062..de85b56 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/ECCService.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/ECCService.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/HRService.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/HRService.class
index 95984cb..805e9d2 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/HRService.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/HRService.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/MessageConsolidatorService.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/MessageConsolidatorService.class
index 8739b43..717df89 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/MessageConsolidatorService.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/MessageConsolidatorService.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/package-info.class b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/package-info.class
index 3629210..890f666 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/package-info.class and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classes/com/deloitte/elrr/elrrconsolidate/service/package-info.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classpath.idx b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classpath.idx
index a1b2208..6198506 100644
--- a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classpath.idx
+++ b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/classpath.idx
@@ -1,88 +1,84 @@
-- "BOOT-INF/lib/spring-data-rest-webmvc-3.7.6.jar"
-- "BOOT-INF/lib/spring-data-rest-core-3.7.6.jar"
-- "BOOT-INF/lib/spring-hateoas-1.5.2.jar"
-- "BOOT-INF/lib/spring-plugin-core-2.0.0.RELEASE.jar"
+- "BOOT-INF/lib/spring-data-rest-webmvc-4.0.2.jar"
+- "BOOT-INF/lib/spring-data-rest-core-4.0.2.jar"
+- "BOOT-INF/lib/spring-hateoas-2.0.2.jar"
+- "BOOT-INF/lib/spring-plugin-core-3.0.0.jar"
- "BOOT-INF/lib/evo-inflector-1.3.jar"
-- "BOOT-INF/lib/slf4j-api-1.7.36.jar"
-- "BOOT-INF/lib/spring-boot-2.7.6.jar"
-- "BOOT-INF/lib/spring-boot-autoconfigure-2.7.6.jar"
-- "BOOT-INF/lib/logback-classic-1.2.11.jar"
-- "BOOT-INF/lib/logback-core-1.2.11.jar"
-- "BOOT-INF/lib/log4j-to-slf4j-2.17.2.jar"
-- "BOOT-INF/lib/log4j-api-2.17.2.jar"
-- "BOOT-INF/lib/jul-to-slf4j-1.7.36.jar"
-- "BOOT-INF/lib/jakarta.annotation-api-1.3.5.jar"
-- "BOOT-INF/lib/snakeyaml-1.32.jar"
-- "BOOT-INF/lib/jackson-datatype-jdk8-2.13.4.jar"
-- "BOOT-INF/lib/jackson-datatype-jsr310-2.13.4.jar"
-- "BOOT-INF/lib/jackson-module-parameter-names-2.13.4.jar"
-- "BOOT-INF/lib/tomcat-embed-core-9.0.69.jar"
-- "BOOT-INF/lib/tomcat-embed-websocket-9.0.69.jar"
-- "BOOT-INF/lib/spring-web-5.3.24.jar"
-- "BOOT-INF/lib/spring-beans-5.3.24.jar"
-- "BOOT-INF/lib/spring-webmvc-5.3.24.jar"
-- "BOOT-INF/lib/spring-aop-5.3.24.jar"
-- "BOOT-INF/lib/spring-expression-5.3.24.jar"
-- "BOOT-INF/lib/spring-kafka-2.8.11.jar"
-- "BOOT-INF/lib/spring-context-5.3.24.jar"
-- "BOOT-INF/lib/spring-messaging-5.3.24.jar"
-- "BOOT-INF/lib/spring-tx-5.3.24.jar"
-- "BOOT-INF/lib/spring-retry-1.3.4.jar"
-- "BOOT-INF/lib/kafka-clients-3.1.2.jar"
-- "BOOT-INF/lib/zstd-jni-1.5.0-4.jar"
+- "BOOT-INF/lib/slf4j-api-2.0.6.jar"
+- "BOOT-INF/lib/spring-boot-3.0.3.jar"
+- "BOOT-INF/lib/spring-boot-autoconfigure-3.0.3.jar"
+- "BOOT-INF/lib/jakarta.annotation-api-2.1.1.jar"
+- "BOOT-INF/lib/snakeyaml-1.33.jar"
+- "BOOT-INF/lib/jackson-datatype-jdk8-2.14.2.jar"
+- "BOOT-INF/lib/jackson-datatype-jsr310-2.14.2.jar"
+- "BOOT-INF/lib/jackson-module-parameter-names-2.14.2.jar"
+- "BOOT-INF/lib/tomcat-embed-core-10.1.5.jar"
+- "BOOT-INF/lib/tomcat-embed-websocket-10.1.5.jar"
+- "BOOT-INF/lib/spring-web-6.0.5.jar"
+- "BOOT-INF/lib/spring-beans-6.0.5.jar"
+- "BOOT-INF/lib/spring-webmvc-6.0.5.jar"
+- "BOOT-INF/lib/spring-aop-6.0.5.jar"
+- "BOOT-INF/lib/spring-expression-6.0.5.jar"
+- "BOOT-INF/lib/spring-kafka-3.0.3.jar"
+- "BOOT-INF/lib/spring-context-6.0.5.jar"
+- "BOOT-INF/lib/spring-messaging-6.0.5.jar"
+- "BOOT-INF/lib/spring-tx-6.0.5.jar"
+- "BOOT-INF/lib/spring-retry-2.0.0.jar"
+- "BOOT-INF/lib/kafka-clients-3.3.2.jar"
+- "BOOT-INF/lib/zstd-jni-1.5.2-1.jar"
- "BOOT-INF/lib/lz4-java-1.8.0.jar"
- "BOOT-INF/lib/snappy-java-1.1.8.4.jar"
+- "BOOT-INF/lib/micrometer-observation-1.10.4.jar"
+- "BOOT-INF/lib/micrometer-commons-1.10.4.jar"
- "BOOT-INF/lib/jsr305-3.0.2.jar"
-- "BOOT-INF/lib/spring-boot-test-2.7.6.jar"
-- "BOOT-INF/lib/spring-boot-test-autoconfigure-2.7.6.jar"
+- "BOOT-INF/lib/spring-boot-test-3.0.3.jar"
+- "BOOT-INF/lib/spring-boot-test-autoconfigure-3.0.3.jar"
- "BOOT-INF/lib/json-path-2.7.0.jar"
- "BOOT-INF/lib/json-smart-2.4.8.jar"
- "BOOT-INF/lib/accessors-smart-2.4.8.jar"
- "BOOT-INF/lib/asm-9.1.jar"
-- "BOOT-INF/lib/jakarta.xml.bind-api-2.3.3.jar"
-- "BOOT-INF/lib/jakarta.activation-api-1.2.2.jar"
-- "BOOT-INF/lib/assertj-core-3.22.0.jar"
+- "BOOT-INF/lib/jakarta.xml.bind-api-4.0.0.jar"
+- "BOOT-INF/lib/jakarta.activation-api-2.1.1.jar"
+- "BOOT-INF/lib/assertj-core-3.23.1.jar"
+- "BOOT-INF/lib/byte-buddy-1.12.23.jar"
- "BOOT-INF/lib/hamcrest-2.2.jar"
-- "BOOT-INF/lib/junit-jupiter-5.8.2.jar"
-- "BOOT-INF/lib/junit-jupiter-params-5.8.2.jar"
-- "BOOT-INF/lib/mockito-core-4.5.1.jar"
-- "BOOT-INF/lib/byte-buddy-1.12.19.jar"
-- "BOOT-INF/lib/byte-buddy-agent-1.12.19.jar"
+- "BOOT-INF/lib/junit-jupiter-5.9.2.jar"
+- "BOOT-INF/lib/junit-jupiter-params-5.9.2.jar"
+- "BOOT-INF/lib/mockito-core-4.8.1.jar"
+- "BOOT-INF/lib/byte-buddy-agent-1.12.23.jar"
- "BOOT-INF/lib/objenesis-3.2.jar"
-- "BOOT-INF/lib/mockito-junit-jupiter-4.5.1.jar"
+- "BOOT-INF/lib/mockito-junit-jupiter-4.8.1.jar"
- "BOOT-INF/lib/jsonassert-1.5.1.jar"
- "BOOT-INF/lib/android-json-0.0.20131108.vaadin1.jar"
-- "BOOT-INF/lib/spring-core-5.3.24.jar"
-- "BOOT-INF/lib/spring-jcl-5.3.24.jar"
-- "BOOT-INF/lib/spring-test-5.3.24.jar"
-- "BOOT-INF/lib/xmlunit-core-2.9.0.jar"
-- "BOOT-INF/lib/aspectjweaver-1.9.7.jar"
-- "BOOT-INF/lib/HikariCP-4.0.3.jar"
-- "BOOT-INF/lib/spring-jdbc-5.3.24.jar"
-- "BOOT-INF/lib/jakarta.transaction-api-1.3.3.jar"
-- "BOOT-INF/lib/jakarta.persistence-api-2.2.3.jar"
-- "BOOT-INF/lib/hibernate-core-5.6.14.Final.jar"
-- "BOOT-INF/lib/jboss-logging-3.4.3.Final.jar"
-- "BOOT-INF/lib/antlr-2.7.7.jar"
+- "BOOT-INF/lib/spring-core-6.0.5.jar"
+- "BOOT-INF/lib/spring-jcl-6.0.5.jar"
+- "BOOT-INF/lib/spring-test-6.0.5.jar"
+- "BOOT-INF/lib/xmlunit-core-2.9.1.jar"
+- "BOOT-INF/lib/aspectjweaver-1.9.19.jar"
+- "BOOT-INF/lib/HikariCP-5.0.1.jar"
+- "BOOT-INF/lib/spring-jdbc-6.0.5.jar"
+- "BOOT-INF/lib/hibernate-core-6.1.7.Final.jar"
+- "BOOT-INF/lib/jakarta.persistence-api-3.1.0.jar"
+- "BOOT-INF/lib/jakarta.transaction-api-2.0.1.jar"
+- "BOOT-INF/lib/jboss-logging-3.5.0.Final.jar"
+- "BOOT-INF/lib/hibernate-commons-annotations-6.0.6.Final.jar"
- "BOOT-INF/lib/jandex-2.4.2.Final.jar"
- "BOOT-INF/lib/classmate-1.5.1.jar"
-- "BOOT-INF/lib/hibernate-commons-annotations-5.1.2.Final.jar"
-- "BOOT-INF/lib/jaxb-runtime-2.3.7.jar"
-- "BOOT-INF/lib/txw2-2.3.7.jar"
-- "BOOT-INF/lib/istack-commons-runtime-3.0.12.jar"
-- "BOOT-INF/lib/jakarta.activation-1.2.2.jar"
-- "BOOT-INF/lib/spring-data-jpa-2.7.6.jar"
-- "BOOT-INF/lib/spring-data-commons-2.7.6.jar"
-- "BOOT-INF/lib/spring-orm-5.3.24.jar"
-- "BOOT-INF/lib/spring-aspects-5.3.24.jar"
-- "BOOT-INF/lib/tomcat-embed-el-9.0.69.jar"
-- "BOOT-INF/lib/hibernate-validator-6.2.5.Final.jar"
-- "BOOT-INF/lib/jakarta.validation-api-2.0.2.jar"
-- "BOOT-INF/lib/lombok-1.18.24.jar"
+- "BOOT-INF/lib/jaxb-runtime-4.0.2.jar"
+- "BOOT-INF/lib/jaxb-core-4.0.2.jar"
+- "BOOT-INF/lib/angus-activation-2.0.0.jar"
+- "BOOT-INF/lib/txw2-4.0.2.jar"
+- "BOOT-INF/lib/istack-commons-runtime-4.1.1.jar"
+- "BOOT-INF/lib/jakarta.inject-api-2.0.0.jar"
+- "BOOT-INF/lib/antlr4-runtime-4.10.1.jar"
+- "BOOT-INF/lib/spring-data-jpa-3.0.2.jar"
+- "BOOT-INF/lib/spring-data-commons-3.0.2.jar"
+- "BOOT-INF/lib/spring-orm-6.0.5.jar"
+- "BOOT-INF/lib/spring-aspects-6.0.5.jar"
+- "BOOT-INF/lib/tomcat-embed-el-10.1.5.jar"
+- "BOOT-INF/lib/hibernate-validator-8.0.0.Final.jar"
+- "BOOT-INF/lib/jakarta.validation-api-3.0.2.jar"
+- "BOOT-INF/lib/lombok-1.18.26.jar"
- "BOOT-INF/lib/json-20220320.jar"
-- "BOOT-INF/lib/commons-codec-1.15.jar"
-- "BOOT-INF/lib/jaxb-api-2.3.1.jar"
-- "BOOT-INF/lib/javax.activation-api-1.2.0.jar"
- "BOOT-INF/lib/postgresql-42.5.1.jar"
- "BOOT-INF/lib/checker-qual-3.5.0.jar"
- "BOOT-INF/lib/jasypt-spring-boot-starter-3.0.4.jar"
@@ -90,13 +86,18 @@
- "BOOT-INF/lib/jasypt-1.9.3.jar"
- "BOOT-INF/lib/javassist-3.29.2-GA.jar"
- "BOOT-INF/lib/modelmapper-3.1.0.jar"
-- "BOOT-INF/lib/jackson-datatype-joda-2.13.4.jar"
-- "BOOT-INF/lib/jackson-annotations-2.13.4.jar"
-- "BOOT-INF/lib/jackson-core-2.13.4.jar"
-- "BOOT-INF/lib/jackson-databind-2.14.0.jar"
+- "BOOT-INF/lib/jackson-datatype-joda-2.14.2.jar"
+- "BOOT-INF/lib/jackson-annotations-2.14.2.jar"
+- "BOOT-INF/lib/jackson-core-2.14.2.jar"
+- "BOOT-INF/lib/jackson-databind-2.14.2.jar"
- "BOOT-INF/lib/joda-time-2.10.8.jar"
- "BOOT-INF/lib/hibernate-types-55-2.12.0.jar"
-- "BOOT-INF/lib/jackson-module-jaxb-annotations-2.13.4.jar"
+- "BOOT-INF/lib/jackson-module-jaxb-annotations-2.14.2.jar"
- "BOOT-INF/lib/apiguardian-api-1.1.2.jar"
- "BOOT-INF/lib/jxapi-2.0.1.jar"
-- "BOOT-INF/lib/spring-boot-jarmode-layertools-2.7.6.jar"
+- "BOOT-INF/lib/logback-classic-1.4.5.jar"
+- "BOOT-INF/lib/logback-core-1.4.5.jar"
+- "BOOT-INF/lib/log4j-to-slf4j-2.19.0.jar"
+- "BOOT-INF/lib/log4j-api-2.19.0.jar"
+- "BOOT-INF/lib/jul-to-slf4j-2.0.6.jar"
+- "BOOT-INF/lib/spring-boot-jarmode-layertools-3.0.3.jar"
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/HikariCP-4.0.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/HikariCP-4.0.3.jar
deleted file mode 100644
index f328920..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/HikariCP-4.0.3.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/HikariCP-5.0.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/HikariCP-5.0.1.jar
new file mode 100644
index 0000000..9d7eafb
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/HikariCP-5.0.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/angus-activation-2.0.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/angus-activation-2.0.0.jar
new file mode 100644
index 0000000..3eb7a52
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/angus-activation-2.0.0.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/antlr-2.7.7.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/antlr-2.7.7.jar
deleted file mode 100644
index 5e5f14b..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/antlr-2.7.7.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/antlr4-runtime-4.10.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/antlr4-runtime-4.10.1.jar
new file mode 100644
index 0000000..1365d5a
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/antlr4-runtime-4.10.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/aspectjweaver-1.9.19.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/aspectjweaver-1.9.19.jar
new file mode 100644
index 0000000..ebef6ce
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/aspectjweaver-1.9.19.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/aspectjweaver-1.9.7.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/aspectjweaver-1.9.7.jar
deleted file mode 100644
index aae2690..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/aspectjweaver-1.9.7.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/assertj-core-3.22.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/assertj-core-3.22.0.jar
deleted file mode 100644
index cf6689e..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/assertj-core-3.22.0.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/assertj-core-3.23.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/assertj-core-3.23.1.jar
new file mode 100644
index 0000000..5ff893c
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/assertj-core-3.23.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-1.12.19.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-1.12.23.jar
similarity index 63%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-1.12.19.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-1.12.23.jar
index 2cd272d..8078f03 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-1.12.19.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-1.12.23.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-agent-1.12.19.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-agent-1.12.23.jar
similarity index 82%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-agent-1.12.19.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-agent-1.12.23.jar
index d067982..e0445e2 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-agent-1.12.19.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/byte-buddy-agent-1.12.23.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/commons-codec-1.15.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/commons-codec-1.15.jar
deleted file mode 100644
index f14985a..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/commons-codec-1.15.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-commons-annotations-5.1.2.Final.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-commons-annotations-5.1.2.Final.jar
deleted file mode 100644
index 0b2e88f..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-commons-annotations-5.1.2.Final.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-commons-annotations-6.0.6.Final.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-commons-annotations-6.0.6.Final.jar
new file mode 100644
index 0000000..fe67e63
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-commons-annotations-6.0.6.Final.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-core-5.6.14.Final.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-core-5.6.14.Final.jar
deleted file mode 100644
index 6fc652c..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-core-5.6.14.Final.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-core-6.1.7.Final.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-core-6.1.7.Final.jar
new file mode 100644
index 0000000..dc13c68
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-core-6.1.7.Final.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-validator-6.2.5.Final.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-validator-6.2.5.Final.jar
deleted file mode 100644
index 1199abf..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-validator-6.2.5.Final.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-validator-8.0.0.Final.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-validator-8.0.0.Final.jar
new file mode 100644
index 0000000..cd5ab41
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/hibernate-validator-8.0.0.Final.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/istack-commons-runtime-3.0.12.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/istack-commons-runtime-3.0.12.jar
deleted file mode 100644
index 627bc32..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/istack-commons-runtime-3.0.12.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/istack-commons-runtime-4.1.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/istack-commons-runtime-4.1.1.jar
new file mode 100644
index 0000000..39dd5d0
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/istack-commons-runtime-4.1.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-annotations-2.13.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-annotations-2.14.2.jar
similarity index 68%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-annotations-2.13.4.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-annotations-2.14.2.jar
index 0c5e9c1..7f52c92 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-annotations-2.13.4.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-annotations-2.14.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-core-2.13.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-core-2.13.4.jar
deleted file mode 100644
index 0cb7a37..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-core-2.13.4.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-core-2.14.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-core-2.14.2.jar
new file mode 100644
index 0000000..53c1b16
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-core-2.14.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-databind-2.14.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-databind-2.14.2.jar
similarity index 91%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-databind-2.14.0.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-databind-2.14.2.jar
index 3d0be88..a1cebc3 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-databind-2.14.0.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-databind-2.14.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jdk8-2.13.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jdk8-2.14.2.jar
similarity index 53%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jdk8-2.13.4.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jdk8-2.14.2.jar
index e98483e..9541773 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jdk8-2.13.4.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jdk8-2.14.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-joda-2.13.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-joda-2.14.2.jar
similarity index 71%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-joda-2.13.4.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-joda-2.14.2.jar
index b82b83a..a37c069 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-joda-2.13.4.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-joda-2.14.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jsr310-2.13.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jsr310-2.14.2.jar
similarity index 60%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jsr310-2.13.4.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jsr310-2.14.2.jar
index 102cf12..e8beb2a 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jsr310-2.13.4.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-datatype-jsr310-2.14.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-jaxb-annotations-2.13.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-jaxb-annotations-2.14.2.jar
similarity index 71%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-jaxb-annotations-2.13.4.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-jaxb-annotations-2.14.2.jar
index bf46980..5e9839b 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-jaxb-annotations-2.13.4.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-jaxb-annotations-2.14.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-parameter-names-2.13.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-parameter-names-2.13.4.jar
deleted file mode 100644
index d3da4de..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-parameter-names-2.13.4.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-parameter-names-2.14.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-parameter-names-2.14.2.jar
new file mode 100644
index 0000000..49ffda4
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jackson-module-parameter-names-2.14.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.activation-1.2.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.activation-1.2.2.jar
deleted file mode 100644
index bddea49..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.activation-1.2.2.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.activation-api-1.2.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.activation-api-1.2.2.jar
deleted file mode 100644
index 3cc969d..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.activation-api-1.2.2.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.activation-api-2.1.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.activation-api-2.1.1.jar
new file mode 100644
index 0000000..42b3187
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.activation-api-2.1.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.annotation-api-1.3.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.annotation-api-1.3.5.jar
deleted file mode 100644
index 606d992..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.annotation-api-1.3.5.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.annotation-api-2.1.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.annotation-api-2.1.1.jar
new file mode 100644
index 0000000..e13b7df
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.annotation-api-2.1.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.inject-api-2.0.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.inject-api-2.0.0.jar
new file mode 100644
index 0000000..8bbb03e
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.inject-api-2.0.0.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.persistence-api-2.2.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.persistence-api-2.2.3.jar
deleted file mode 100644
index 9c758cf..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.persistence-api-2.2.3.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.persistence-api-3.1.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.persistence-api-3.1.0.jar
new file mode 100644
index 0000000..4030796
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.persistence-api-3.1.0.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.transaction-api-1.3.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.transaction-api-1.3.3.jar
deleted file mode 100644
index 643303f..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.transaction-api-1.3.3.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.transaction-api-2.0.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.transaction-api-2.0.1.jar
new file mode 100644
index 0000000..b1e7da4
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.transaction-api-2.0.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.validation-api-2.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.validation-api-2.0.2.jar
deleted file mode 100644
index d68c9f7..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.validation-api-2.0.2.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.validation-api-3.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.validation-api-3.0.2.jar
new file mode 100644
index 0000000..254c7a2
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.validation-api-3.0.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.xml.bind-api-2.3.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.xml.bind-api-2.3.3.jar
deleted file mode 100644
index b8c7dc1..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.xml.bind-api-2.3.3.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.xml.bind-api-4.0.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.xml.bind-api-4.0.0.jar
new file mode 100644
index 0000000..b10d606
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jakarta.xml.bind-api-4.0.0.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/javax.activation-api-1.2.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/javax.activation-api-1.2.0.jar
deleted file mode 100644
index 986c365..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/javax.activation-api-1.2.0.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-api-2.3.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-api-2.3.1.jar
deleted file mode 100644
index 4565865..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-api-2.3.1.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-core-4.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-core-4.0.2.jar
new file mode 100644
index 0000000..e4fdfe2
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-core-4.0.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-runtime-2.3.7.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-runtime-2.3.7.jar
deleted file mode 100644
index 4b7354a..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-runtime-2.3.7.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-runtime-4.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-runtime-4.0.2.jar
new file mode 100644
index 0000000..9490a45
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jaxb-runtime-4.0.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jboss-logging-3.4.3.Final.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jboss-logging-3.4.3.Final.jar
deleted file mode 100644
index 31d55c6..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jboss-logging-3.4.3.Final.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jboss-logging-3.5.0.Final.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jboss-logging-3.5.0.Final.jar
new file mode 100644
index 0000000..d39dfcf
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jboss-logging-3.5.0.Final.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jul-to-slf4j-1.7.36.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jul-to-slf4j-1.7.36.jar
deleted file mode 100644
index ae8f815..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jul-to-slf4j-1.7.36.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jul-to-slf4j-2.0.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jul-to-slf4j-2.0.6.jar
new file mode 100644
index 0000000..344e787
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/jul-to-slf4j-2.0.6.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-5.8.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-5.9.2.jar
similarity index 83%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-5.8.2.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-5.9.2.jar
index 7f2b1f0..60ef4b6 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-5.8.2.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-5.9.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-params-5.8.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-params-5.9.2.jar
similarity index 91%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-params-5.8.2.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-params-5.9.2.jar
index 78a12de..ddc5df2 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-params-5.8.2.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/junit-jupiter-params-5.9.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/kafka-clients-3.1.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/kafka-clients-3.3.2.jar
similarity index 72%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/kafka-clients-3.1.2.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/kafka-clients-3.3.2.jar
index 46d0f2d..4d3cc49 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/kafka-clients-3.1.2.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/kafka-clients-3.3.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-api-2.17.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-api-2.19.0.jar
similarity index 70%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-api-2.17.2.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-api-2.19.0.jar
index 16d9061..e55547d 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-api-2.17.2.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-api-2.19.0.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-to-slf4j-2.17.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-to-slf4j-2.19.0.jar
similarity index 63%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-to-slf4j-2.17.2.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-to-slf4j-2.19.0.jar
index d6c35f4..86ff077 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-to-slf4j-2.17.2.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/log4j-to-slf4j-2.19.0.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-classic-1.2.11.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-classic-1.2.11.jar
deleted file mode 100644
index b70c0e6..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-classic-1.2.11.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-classic-1.4.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-classic-1.4.5.jar
new file mode 100644
index 0000000..e001624
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-classic-1.4.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-core-1.2.11.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-core-1.2.11.jar
deleted file mode 100644
index e3038da..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-core-1.2.11.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-core-1.4.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-core-1.4.5.jar
new file mode 100644
index 0000000..9e645f5
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/logback-core-1.4.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/lombok-1.18.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/lombok-1.18.26.jar
similarity index 73%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/lombok-1.18.24.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/lombok-1.18.26.jar
index 3a985fe..8f95540 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/lombok-1.18.24.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/lombok-1.18.26.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/micrometer-commons-1.10.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/micrometer-commons-1.10.4.jar
new file mode 100644
index 0000000..f822751
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/micrometer-commons-1.10.4.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/micrometer-observation-1.10.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/micrometer-observation-1.10.4.jar
new file mode 100644
index 0000000..f83053e
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/micrometer-observation-1.10.4.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-core-4.5.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-core-4.8.1.jar
similarity index 62%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-core-4.5.1.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-core-4.8.1.jar
index 1b96992..c66162b 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-core-4.5.1.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-core-4.8.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-junit-jupiter-4.5.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-junit-jupiter-4.8.1.jar
similarity index 73%
rename from elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-junit-jupiter-4.5.1.jar
rename to elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-junit-jupiter-4.8.1.jar
index 84367d3..e07eaaa 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-junit-jupiter-4.5.1.jar and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/mockito-junit-jupiter-4.8.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/slf4j-api-1.7.36.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/slf4j-api-1.7.36.jar
deleted file mode 100644
index 7d3ce68..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/slf4j-api-1.7.36.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/slf4j-api-2.0.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/slf4j-api-2.0.6.jar
new file mode 100644
index 0000000..a2cb802
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/slf4j-api-2.0.6.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/snakeyaml-1.32.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/snakeyaml-1.32.jar
deleted file mode 100644
index cd73a29..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/snakeyaml-1.32.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/snakeyaml-1.33.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/snakeyaml-1.33.jar
new file mode 100644
index 0000000..5a95195
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/snakeyaml-1.33.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aop-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aop-5.3.24.jar
deleted file mode 100644
index 519b395..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aop-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aop-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aop-6.0.5.jar
new file mode 100644
index 0000000..5d511e4
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aop-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aspects-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aspects-5.3.24.jar
deleted file mode 100644
index 7a8af47..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aspects-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aspects-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aspects-6.0.5.jar
new file mode 100644
index 0000000..29ebffc
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-aspects-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-beans-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-beans-5.3.24.jar
deleted file mode 100644
index 0418b84..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-beans-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-beans-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-beans-6.0.5.jar
new file mode 100644
index 0000000..d0adb38
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-beans-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-2.7.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-2.7.6.jar
deleted file mode 100644
index 396f18e..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-2.7.6.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-3.0.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-3.0.3.jar
new file mode 100644
index 0000000..e18e3a3
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-3.0.3.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-autoconfigure-2.7.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-autoconfigure-2.7.6.jar
deleted file mode 100644
index 2ab67b0..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-autoconfigure-2.7.6.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-autoconfigure-3.0.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-autoconfigure-3.0.3.jar
new file mode 100644
index 0000000..b613ff1
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-autoconfigure-3.0.3.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-jarmode-layertools-2.7.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-jarmode-layertools-2.7.6.jar
deleted file mode 100644
index 32d607a..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-jarmode-layertools-2.7.6.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-jarmode-layertools-3.0.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-jarmode-layertools-3.0.3.jar
new file mode 100644
index 0000000..8bce94b
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-jarmode-layertools-3.0.3.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-2.7.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-2.7.6.jar
deleted file mode 100644
index a860988..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-2.7.6.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-3.0.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-3.0.3.jar
new file mode 100644
index 0000000..29a372d
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-3.0.3.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-autoconfigure-2.7.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-autoconfigure-2.7.6.jar
deleted file mode 100644
index 6506581..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-autoconfigure-2.7.6.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-autoconfigure-3.0.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-autoconfigure-3.0.3.jar
new file mode 100644
index 0000000..1453eb2
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-boot-test-autoconfigure-3.0.3.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-context-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-context-5.3.24.jar
deleted file mode 100644
index 6bf8493..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-context-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-context-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-context-6.0.5.jar
new file mode 100644
index 0000000..0bc63d7
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-context-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-core-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-core-5.3.24.jar
deleted file mode 100644
index 059c24a..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-core-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-core-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-core-6.0.5.jar
new file mode 100644
index 0000000..997d597
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-core-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-commons-2.7.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-commons-2.7.6.jar
deleted file mode 100644
index 9af3e2d..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-commons-2.7.6.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-commons-3.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-commons-3.0.2.jar
new file mode 100644
index 0000000..c4da7ff
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-commons-3.0.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-jpa-2.7.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-jpa-2.7.6.jar
deleted file mode 100644
index 021a8a9..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-jpa-2.7.6.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-jpa-3.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-jpa-3.0.2.jar
new file mode 100644
index 0000000..e5783d9
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-jpa-3.0.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-core-3.7.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-core-3.7.6.jar
deleted file mode 100644
index a63bff0..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-core-3.7.6.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-core-4.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-core-4.0.2.jar
new file mode 100644
index 0000000..a601459
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-core-4.0.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-webmvc-3.7.6.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-webmvc-3.7.6.jar
deleted file mode 100644
index ea73f0a..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-webmvc-3.7.6.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-webmvc-4.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-webmvc-4.0.2.jar
new file mode 100644
index 0000000..43d2845
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-data-rest-webmvc-4.0.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-expression-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-expression-5.3.24.jar
deleted file mode 100644
index 71c67cd..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-expression-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-expression-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-expression-6.0.5.jar
new file mode 100644
index 0000000..54f9429
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-expression-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-hateoas-1.5.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-hateoas-1.5.2.jar
deleted file mode 100644
index da94a24..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-hateoas-1.5.2.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-hateoas-2.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-hateoas-2.0.2.jar
new file mode 100644
index 0000000..f19deed
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-hateoas-2.0.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jcl-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jcl-5.3.24.jar
deleted file mode 100644
index 91c33ed..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jcl-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jcl-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jcl-6.0.5.jar
new file mode 100644
index 0000000..6bb5bb9
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jcl-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jdbc-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jdbc-5.3.24.jar
deleted file mode 100644
index 69158a1..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jdbc-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jdbc-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jdbc-6.0.5.jar
new file mode 100644
index 0000000..6e696c3
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-jdbc-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-kafka-2.8.11.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-kafka-2.8.11.jar
deleted file mode 100644
index 117caa3..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-kafka-2.8.11.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-kafka-3.0.3.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-kafka-3.0.3.jar
new file mode 100644
index 0000000..3eba44b
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-kafka-3.0.3.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-messaging-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-messaging-5.3.24.jar
deleted file mode 100644
index 292aaae..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-messaging-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-messaging-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-messaging-6.0.5.jar
new file mode 100644
index 0000000..c744f8e
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-messaging-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-orm-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-orm-5.3.24.jar
deleted file mode 100644
index d29d210..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-orm-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-orm-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-orm-6.0.5.jar
new file mode 100644
index 0000000..dabe4cd
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-orm-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-plugin-core-2.0.0.RELEASE.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-plugin-core-2.0.0.RELEASE.jar
deleted file mode 100644
index ea8d833..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-plugin-core-2.0.0.RELEASE.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-plugin-core-3.0.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-plugin-core-3.0.0.jar
new file mode 100644
index 0000000..0fe1419
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-plugin-core-3.0.0.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-retry-1.3.4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-retry-1.3.4.jar
deleted file mode 100644
index 25e5def..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-retry-1.3.4.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-retry-2.0.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-retry-2.0.0.jar
new file mode 100644
index 0000000..99506ea
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-retry-2.0.0.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-test-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-test-5.3.24.jar
deleted file mode 100644
index f1c96cd..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-test-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-test-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-test-6.0.5.jar
new file mode 100644
index 0000000..943ebfd
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-test-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-tx-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-tx-5.3.24.jar
deleted file mode 100644
index df199b3..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-tx-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-tx-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-tx-6.0.5.jar
new file mode 100644
index 0000000..8f694e9
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-tx-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-web-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-web-5.3.24.jar
deleted file mode 100644
index 73d55e5..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-web-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-web-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-web-6.0.5.jar
new file mode 100644
index 0000000..c67cb54
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-web-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-webmvc-5.3.24.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-webmvc-5.3.24.jar
deleted file mode 100644
index 73b6963..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-webmvc-5.3.24.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-webmvc-6.0.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-webmvc-6.0.5.jar
new file mode 100644
index 0000000..675f3ed
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/spring-webmvc-6.0.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-core-10.1.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-core-10.1.5.jar
new file mode 100644
index 0000000..361887e
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-core-10.1.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-core-9.0.69.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-core-9.0.69.jar
deleted file mode 100644
index fb9055f..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-core-9.0.69.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-el-10.1.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-el-10.1.5.jar
new file mode 100644
index 0000000..98d81a7
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-el-10.1.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-el-9.0.69.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-el-9.0.69.jar
deleted file mode 100644
index 66e528e..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-el-9.0.69.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-websocket-10.1.5.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-websocket-10.1.5.jar
new file mode 100644
index 0000000..06403eb
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-websocket-10.1.5.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-websocket-9.0.69.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-websocket-9.0.69.jar
deleted file mode 100644
index d3ece14..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/tomcat-embed-websocket-9.0.69.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/txw2-2.3.7.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/txw2-2.3.7.jar
deleted file mode 100644
index e3dfd6a..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/txw2-2.3.7.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/txw2-4.0.2.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/txw2-4.0.2.jar
new file mode 100644
index 0000000..a16699f
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/txw2-4.0.2.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/xmlunit-core-2.9.0.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/xmlunit-core-2.9.0.jar
deleted file mode 100644
index 32130c4..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/xmlunit-core-2.9.0.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/xmlunit-core-2.9.1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/xmlunit-core-2.9.1.jar
new file mode 100644
index 0000000..5c9f44a
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/xmlunit-core-2.9.1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/zstd-jni-1.5.0-4.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/zstd-jni-1.5.0-4.jar
deleted file mode 100644
index f51ad88..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/zstd-jni-1.5.0-4.jar and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/zstd-jni-1.5.2-1.jar b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/zstd-jni-1.5.2-1.jar
new file mode 100644
index 0000000..14b4ed7
Binary files /dev/null and b/elrraggregator-0.0.1-SNAPSHOT/BOOT-INF/lib/zstd-jni-1.5.2-1.jar differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF b/elrraggregator-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF
index d8ba13b..486b868 100644
--- a/elrraggregator-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF
+++ b/elrraggregator-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF
@@ -1,12 +1,12 @@
Manifest-Version: 1.0
-Created-By: Maven JAR Plugin 3.2.2
+Created-By: Maven JAR Plugin 3.3.0
Build-Jdk-Spec: 17
Implementation-Title: elrraggregator
Implementation-Version: 0.0.1-SNAPSHOT
Main-Class: org.springframework.boot.loader.JarLauncher
Start-Class: com.deloitte.elrr.elrrconsolidate.ElrrConsolidateApplicatio
n
-Spring-Boot-Version: 2.7.6
+Spring-Boot-Version: 3.0.3
Spring-Boot-Classes: BOOT-INF/classes/
Spring-Boot-Lib: BOOT-INF/lib/
Spring-Boot-Classpath-Index: BOOT-INF/classpath.idx
diff --git a/elrraggregator-0.0.1-SNAPSHOT/META-INF/maven/com.deloitte.elrr/elrraggregator/pom.xml b/elrraggregator-0.0.1-SNAPSHOT/META-INF/maven/com.deloitte.elrr/elrraggregator/pom.xml
index 662755f..a5d1d4b 100644
--- a/elrraggregator-0.0.1-SNAPSHOT/META-INF/maven/com.deloitte.elrr/elrraggregator/pom.xml
+++ b/elrraggregator-0.0.1-SNAPSHOT/META-INF/maven/com.deloitte.elrr/elrraggregator/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.7.6
+ 3.0.3
com.deloitte.elrr
@@ -15,9 +15,9 @@
elrraggregator
ELRR Consolidate project
- 11
+ 17
elrrexternalservices
- 0.8.6
+ 0.8.8
com.deloitte.elrr.elrrconsolidate.ElrrConsolidateApplication
${project.basedir}/../target/jacoco.exec
jacoco
@@ -61,14 +61,11 @@
json
20220320
-
- commons-codec
- commons-codec
-
javax.xml.bind
jaxb-api
- runtime
+ test
+ 2.4.0-b180725.0427
org.postgresql
@@ -131,97 +128,13 @@
*
-
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+ 3.0.3
+
-
-
-
- org.yaml
- snakeyaml
- 1.32
-
-
- commons-beanutils
- commons-beanutils
- 1.9.4
-
-
- spring-beans
- spring-beans
- 5.3.23
-
-
- org.apache.tomcat.embed
- tomcat-embed-core
- 9.0.69
-
-
- org.apache.struts
- struts-core
- 1.3.10
-
-
- org.apache.maven.plugin-tools
- maven-plugin-annotations
- 3.6.2
-
-
- com.fasterxml.jackson.core
- jackson-databind
- 2.14.0
-
-
- xerces
- xercesImpl
- 2.12.0
-
-
- commons-collections
- commons-collections
- 3.2.2
-
-
- org.apache.httpcomponents
- httpclient
- 4.5.13
-
-
- commons-io
- commons-io
- 2.6
-
-
- spring-core
- spring-core
- 5.3.18
-
-
- org.apache.velocity
- velocity
- 1.7
-
-
- org.apache.maven.shared
- maven-shared-utils
- 3.3.3
-
-
- org.apache.commons
- commons-compress
- 1.20
-
-
- com.google.guava
- guava
- 24.1.1
-
-
- dom4j
- dom4j
- 1.6.1
-
-
-
@@ -253,7 +166,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.6
+ 0.8.8
prepare-agent
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/ClassPathIndexFile.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/ClassPathIndexFile.class
index 6ab9fcc..bd44e59 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/ClassPathIndexFile.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/ClassPathIndexFile.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/ExecutableArchiveLauncher.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/ExecutableArchiveLauncher.class
index f2ee5e5..991cde9 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/ExecutableArchiveLauncher.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/ExecutableArchiveLauncher.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/JarLauncher.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/JarLauncher.class
index 6bb7ac7..2e0ded9 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/JarLauncher.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/JarLauncher.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader$DefinePackageCallType.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader$DefinePackageCallType.class
index a91b025..4a2e5a2 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader$DefinePackageCallType.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader$DefinePackageCallType.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader$UseFastConnectionExceptionsEnumeration.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader$UseFastConnectionExceptionsEnumeration.class
index 91cc6d7..6edfb5c 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader$UseFastConnectionExceptionsEnumeration.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader$UseFastConnectionExceptionsEnumeration.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader.class
index c955c98..28d8699 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/LaunchedURLClassLoader.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/Launcher.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/Launcher.class
index 25b4377..b11d437 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/Launcher.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/Launcher.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/MainMethodRunner.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/MainMethodRunner.class
index c027630..eb0be32 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/MainMethodRunner.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/MainMethodRunner.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$1.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$1.class
deleted file mode 100644
index 60e3d55..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$1.class and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$ArchiveEntryFilter.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$ArchiveEntryFilter.class
index 610f1a2..6f2dbe9 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$ArchiveEntryFilter.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$ArchiveEntryFilter.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$ClassPathArchives.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$ClassPathArchives.class
index 845c344..c32f776 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$ClassPathArchives.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$ClassPathArchives.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$PrefixMatchingArchiveFilter.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$PrefixMatchingArchiveFilter.class
index 62b73de..6f3db1a 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$PrefixMatchingArchiveFilter.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher$PrefixMatchingArchiveFilter.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher.class
index 9d7f6b9..b18d9d8 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/PropertiesLauncher.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/WarLauncher.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/WarLauncher.class
index c32b148..1ef4c1d 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/WarLauncher.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/WarLauncher.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive$Entry.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive$Entry.class
index b713375..5c9a65e 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive$Entry.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive$Entry.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive$EntryFilter.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive$EntryFilter.class
index 32429b6..d4be09a 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive$EntryFilter.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive$EntryFilter.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive.class
index 8bede6e..a8969ad 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/Archive.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$AbstractIterator.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$AbstractIterator.class
index ca5bbcc..90c9cfa 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$AbstractIterator.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$AbstractIterator.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$ArchiveIterator.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$ArchiveIterator.class
index 1e48eee..5203918 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$ArchiveIterator.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$ArchiveIterator.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$EntryIterator.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$EntryIterator.class
index 5e4f1aa..ec7e261 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$EntryIterator.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$EntryIterator.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$FileEntry.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$FileEntry.class
index 713f2b2..2438230 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$FileEntry.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$FileEntry.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$SimpleJarFileArchive.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$SimpleJarFileArchive.class
index caa9484..15a9be0 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$SimpleJarFileArchive.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive$SimpleJarFileArchive.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive.class
index de340e1..02061b7 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/ExplodedArchive.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$AbstractIterator.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$AbstractIterator.class
index dec0ba2..654e0ed 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$AbstractIterator.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$AbstractIterator.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$EntryIterator.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$EntryIterator.class
index 402aaff..922ca53 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$EntryIterator.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$EntryIterator.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$JarFileEntry.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$JarFileEntry.class
index 021dd66..344ad71 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$JarFileEntry.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$JarFileEntry.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$NestedArchiveIterator.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$NestedArchiveIterator.class
index b10913a..21f392a 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$NestedArchiveIterator.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive$NestedArchiveIterator.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive.class
index 74d27dd..24a30a1 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/archive/JarFileArchive.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessData.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessData.class
index 35beeb1..e3f5a24 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessData.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessData.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$1.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$1.class
deleted file mode 100644
index da81192..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$1.class and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$DataInputStream.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$DataInputStream.class
index 02aba8e..3f0091a 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$DataInputStream.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$DataInputStream.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$FileAccess.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$FileAccess.class
index 0973a4a..7c1f103 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$FileAccess.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile$FileAccess.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile.class
index 76df54e..51dd894 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/data/RandomAccessDataFile.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AbstractJarFile$JarFileType.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AbstractJarFile$JarFileType.class
index 7162c8f..b5ef861 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AbstractJarFile$JarFileType.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AbstractJarFile$JarFileType.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AbstractJarFile.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AbstractJarFile.class
index e598e45..5901f78 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AbstractJarFile.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AbstractJarFile.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AsciiBytes.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AsciiBytes.class
index f1b13e5..3185880 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AsciiBytes.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/AsciiBytes.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/Bytes.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/Bytes.class
index 89f254f..0e3110a 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/Bytes.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/Bytes.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$1.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$1.class
deleted file mode 100644
index b37a7a8..0000000
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$1.class and /dev/null differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$Zip64End.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$Zip64End.class
index 6fd20d2..ba766b9 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$Zip64End.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$Zip64End.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$Zip64Locator.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$Zip64Locator.class
index 71e645a..f57f2ac 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$Zip64Locator.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord$Zip64Locator.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord.class
index 8529cc6..62c4680 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryEndRecord.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.class
index 6153ca3..4e0927a 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryParser.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryParser.class
index 2dd7b04..1859566 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryParser.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryParser.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryVisitor.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryVisitor.class
index d55cf11..73f6255 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryVisitor.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/CentralDirectoryVisitor.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/FileHeader.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/FileHeader.class
index be87e3e..c9a2a9a 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/FileHeader.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/FileHeader.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/Handler.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/Handler.class
index a58135d..dcfbb44 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/Handler.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/Handler.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntry.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntry.class
index 854ddb0..9cebffe 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntry.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntry.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntryCertification.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntryCertification.class
index 0e6ce95..ad37805 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntryCertification.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntryCertification.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntryFilter.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntryFilter.class
index 6b57cef..774138a 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntryFilter.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarEntryFilter.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile$1.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile$1.class
index 53a69db..8bee236 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile$1.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile$1.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile$JarEntryEnumeration.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile$JarEntryEnumeration.class
index e472a0e..459fc87 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile$JarEntryEnumeration.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile$JarEntryEnumeration.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile.class
index 4509514..356af1d 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFile.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$1.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$1.class
index 3f4f053..1531621 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$1.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$1.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$EntryIterator.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$EntryIterator.class
index 4ae1f70..fd05569 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$EntryIterator.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$EntryIterator.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$Offsets.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$Offsets.class
index 209ebad..8787f72 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$Offsets.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$Offsets.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$Zip64Offsets.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$Zip64Offsets.class
index 17493a3..38ec242 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$Zip64Offsets.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$Zip64Offsets.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$ZipOffsets.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$ZipOffsets.class
index 2774473..e62793c 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$ZipOffsets.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries$ZipOffsets.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries.class
index 958784c..4033a30 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileEntries.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileWrapper.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileWrapper.class
index 6e90f13..781a242 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileWrapper.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarFileWrapper.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection$1.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection$1.class
index 985c789..21b0190 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection$1.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection$1.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection$JarEntryName.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection$JarEntryName.class
index 4a4ba21..fdeb860 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection$JarEntryName.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection$JarEntryName.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection.class
index 8c8ac6a..b7c3f93 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/JarURLConnection.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/StringSequence.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/StringSequence.class
index 4c20a60..6401e2e 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/StringSequence.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/StringSequence.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/ZipInflaterInputStream.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/ZipInflaterInputStream.class
index 0cf74dc..72394d1 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/ZipInflaterInputStream.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jar/ZipInflaterInputStream.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/JarMode.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/JarMode.class
index 8bf0f87..06d1f23 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/JarMode.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/JarMode.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/JarModeLauncher.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/JarModeLauncher.class
index 073e07d..e3c9c0b 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/JarModeLauncher.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/JarModeLauncher.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/TestJarMode.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/TestJarMode.class
index 35e6baf..9212b05 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/TestJarMode.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/jarmode/TestJarMode.class differ
diff --git a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/util/SystemPropertyUtils.class b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/util/SystemPropertyUtils.class
index cb0c0b8..c4663b4 100644
Binary files a/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/util/SystemPropertyUtils.class and b/elrraggregator-0.0.1-SNAPSHOT/org/springframework/boot/loader/util/SystemPropertyUtils.class differ
diff --git a/pom.xml b/pom.xml
index 6a660bc..5a7ede1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.2
+ 3.0.3
com.deloitte.elrr
@@ -128,7 +128,12 @@
*
-
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+ 3.0.3
+