diff --git a/FurrifyWS-Artists/artists-adapters/pom.xml b/FurrifyWS-Artists/artists-adapters/pom.xml index df42fddd..25b266fe 100644 --- a/FurrifyWS-Artists/artists-adapters/pom.xml +++ b/FurrifyWS-Artists/artists-adapters/pom.xml @@ -80,7 +80,7 @@ com.zaxxer HikariCP - 5.0.1 + 5.1.0 com.h2database @@ -113,7 +113,7 @@ io.confluent kafka-avro-serializer - 7.5.1 + 7.5.2 org.slf4j diff --git a/FurrifyWS-Artists/artists-app/pom.xml b/FurrifyWS-Artists/artists-app/pom.xml index c82af418..a335668a 100644 --- a/FurrifyWS-Artists/artists-app/pom.xml +++ b/FurrifyWS-Artists/artists-app/pom.xml @@ -50,13 +50,13 @@ net.coobird thumbnailator - 0.4.19 + 0.4.20 org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test diff --git a/FurrifyWS-Artists/artists-domain/pom.xml b/FurrifyWS-Artists/artists-domain/pom.xml index 39f81a84..7d6f6e7e 100644 --- a/FurrifyWS-Artists/artists-domain/pom.xml +++ b/FurrifyWS-Artists/artists-domain/pom.xml @@ -46,13 +46,13 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test org.mockito mockito-core - 5.6.0 + 5.7.0 test diff --git a/FurrifyWS-Artists/artists-monolith/pom.xml b/FurrifyWS-Artists/artists-monolith/pom.xml index ebba1d1d..22a420df 100644 --- a/FurrifyWS-Artists/artists-monolith/pom.xml +++ b/FurrifyWS-Artists/artists-monolith/pom.xml @@ -37,7 +37,7 @@ com.github.ben-manes.caffeine caffeine - 3.1.6 + 3.1.8 diff --git a/FurrifyWS-EurekaServer/pom.xml b/FurrifyWS-EurekaServer/pom.xml index 7102e910..2a69556d 100644 --- a/FurrifyWS-EurekaServer/pom.xml +++ b/FurrifyWS-EurekaServer/pom.xml @@ -58,7 +58,7 @@ com.github.ben-manes.caffeine caffeine - 3.1.6 + 3.1.8 diff --git a/FurrifyWS-Gateway/pom.xml b/FurrifyWS-Gateway/pom.xml index 5387a6ba..ca8433fb 100644 --- a/FurrifyWS-Gateway/pom.xml +++ b/FurrifyWS-Gateway/pom.xml @@ -47,7 +47,7 @@ com.github.ben-manes.caffeine caffeine - 3.1.6 + 3.1.8 diff --git a/FurrifyWS-Posts/posts-adapters/pom.xml b/FurrifyWS-Posts/posts-adapters/pom.xml index c1fc27c8..18b4ab63 100644 --- a/FurrifyWS-Posts/posts-adapters/pom.xml +++ b/FurrifyWS-Posts/posts-adapters/pom.xml @@ -87,7 +87,7 @@ com.zaxxer HikariCP - 5.0.1 + 5.1.0 com.h2database @@ -119,7 +119,7 @@ io.confluent kafka-avro-serializer - 7.5.1 + 7.5.2 org.slf4j diff --git a/FurrifyWS-Posts/posts-app/pom.xml b/FurrifyWS-Posts/posts-app/pom.xml index 3d3b2636..e96c0550 100644 --- a/FurrifyWS-Posts/posts-app/pom.xml +++ b/FurrifyWS-Posts/posts-app/pom.xml @@ -43,7 +43,7 @@ org.springframework.cloud spring-cloud-starter-openfeign - 4.0.2 + 4.0.4 @@ -57,7 +57,7 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test @@ -87,17 +87,17 @@ commons-codec commons-codec - 1.15 + 1.16.0 net.coobird thumbnailator - 0.4.19 + 0.4.20 org.bytedeco javacv-platform - 1.5.8 + 1.5.9 diff --git a/FurrifyWS-Posts/posts-domain/pom.xml b/FurrifyWS-Posts/posts-domain/pom.xml index 31462b2a..cc9645a5 100644 --- a/FurrifyWS-Posts/posts-domain/pom.xml +++ b/FurrifyWS-Posts/posts-domain/pom.xml @@ -34,13 +34,13 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test org.mockito mockito-core - 5.6.0 + 5.7.0 test diff --git a/FurrifyWS-Posts/posts-monolith/pom.xml b/FurrifyWS-Posts/posts-monolith/pom.xml index 5723009b..9ac439cd 100644 --- a/FurrifyWS-Posts/posts-monolith/pom.xml +++ b/FurrifyWS-Posts/posts-monolith/pom.xml @@ -37,7 +37,7 @@ com.github.ben-manes.caffeine caffeine - 3.1.6 + 3.1.8 diff --git a/FurrifyWS-Posts/posts-shared/pom.xml b/FurrifyWS-Posts/posts-shared/pom.xml index 245b10cd..fdeb9db2 100644 --- a/FurrifyWS-Posts/posts-shared/pom.xml +++ b/FurrifyWS-Posts/posts-shared/pom.xml @@ -36,7 +36,7 @@ org.apache.tika tika-core - 2.7.0 + 2.9.1 @@ -47,13 +47,13 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test org.mockito mockito-core - 5.6.0 + 5.7.0 test @@ -64,7 +64,7 @@ org.junit.jupiter junit-jupiter-params - 5.10.0 + 5.10.1 test diff --git a/FurrifyWS-Shared/pom.xml b/FurrifyWS-Shared/pom.xml index fe1d1368..28b5880d 100644 --- a/FurrifyWS-Shared/pom.xml +++ b/FurrifyWS-Shared/pom.xml @@ -64,7 +64,7 @@ org.hibernate.validator hibernate-validator - 8.0.0.Final + 8.0.1.Final jakarta.servlet @@ -132,13 +132,13 @@ org.junit.jupiter junit-jupiter-engine - 5.10.0 + 5.10.1 org.apache.logging.log4j log4j-core - 2.20.0 + 2.21.1 @@ -168,7 +168,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.3.0 + 3.4.0 add-source diff --git a/FurrifyWS-Sources/sources-adapters/pom.xml b/FurrifyWS-Sources/sources-adapters/pom.xml index 11c1ca99..a2ee3b62 100644 --- a/FurrifyWS-Sources/sources-adapters/pom.xml +++ b/FurrifyWS-Sources/sources-adapters/pom.xml @@ -76,7 +76,7 @@ com.zaxxer HikariCP - 5.0.1 + 5.1.0 com.h2database @@ -109,7 +109,7 @@ io.confluent kafka-avro-serializer - 7.5.1 + 7.5.2 org.slf4j diff --git a/FurrifyWS-Sources/sources-app/pom.xml b/FurrifyWS-Sources/sources-app/pom.xml index cddb23f1..d2ea1a02 100644 --- a/FurrifyWS-Sources/sources-app/pom.xml +++ b/FurrifyWS-Sources/sources-app/pom.xml @@ -51,13 +51,13 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test org.mockito mockito-core - 5.6.0 + 5.7.0 test diff --git a/FurrifyWS-Sources/sources-domain/pom.xml b/FurrifyWS-Sources/sources-domain/pom.xml index 28070779..de3ce47e 100644 --- a/FurrifyWS-Sources/sources-domain/pom.xml +++ b/FurrifyWS-Sources/sources-domain/pom.xml @@ -46,13 +46,13 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test org.mockito mockito-core - 5.6.0 + 5.7.0 test diff --git a/FurrifyWS-Sources/sources-monolith/pom.xml b/FurrifyWS-Sources/sources-monolith/pom.xml index 98753d09..e96a48c3 100644 --- a/FurrifyWS-Sources/sources-monolith/pom.xml +++ b/FurrifyWS-Sources/sources-monolith/pom.xml @@ -37,7 +37,7 @@ com.github.ben-manes.caffeine caffeine - 3.1.6 + 3.1.8 diff --git a/FurrifyWS-Sources/sources-shared/pom.xml b/FurrifyWS-Sources/sources-shared/pom.xml index ba80607a..6b0ea9a2 100644 --- a/FurrifyWS-Sources/sources-shared/pom.xml +++ b/FurrifyWS-Sources/sources-shared/pom.xml @@ -48,7 +48,7 @@ io.github.resilience4j resilience4j-feign - 2.0.2 + 2.1.0 io.github.openfeign diff --git a/FurrifyWS-Tags/tags-adapters/pom.xml b/FurrifyWS-Tags/tags-adapters/pom.xml index 0d89d518..b442e584 100644 --- a/FurrifyWS-Tags/tags-adapters/pom.xml +++ b/FurrifyWS-Tags/tags-adapters/pom.xml @@ -72,7 +72,7 @@ com.zaxxer HikariCP - 5.0.1 + 5.1.0 com.h2database @@ -105,7 +105,7 @@ io.confluent kafka-avro-serializer - 7.5.1 + 7.5.2 org.slf4j diff --git a/FurrifyWS-Tags/tags-app/pom.xml b/FurrifyWS-Tags/tags-app/pom.xml index 8fe151e6..57105056 100644 --- a/FurrifyWS-Tags/tags-app/pom.xml +++ b/FurrifyWS-Tags/tags-app/pom.xml @@ -51,13 +51,13 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test org.mockito mockito-core - 5.6.0 + 5.7.0 test diff --git a/FurrifyWS-Tags/tags-domain/pom.xml b/FurrifyWS-Tags/tags-domain/pom.xml index 44c7b4a7..18ee4429 100644 --- a/FurrifyWS-Tags/tags-domain/pom.xml +++ b/FurrifyWS-Tags/tags-domain/pom.xml @@ -46,13 +46,13 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test org.mockito mockito-core - 5.6.0 + 5.7.0 test diff --git a/FurrifyWS-Tags/tags-monolith/pom.xml b/FurrifyWS-Tags/tags-monolith/pom.xml index 1cc70318..84e3d71a 100644 --- a/FurrifyWS-Tags/tags-monolith/pom.xml +++ b/FurrifyWS-Tags/tags-monolith/pom.xml @@ -37,7 +37,7 @@ com.github.ben-manes.caffeine caffeine - 3.1.6 + 3.1.8 diff --git a/pom.xml b/pom.xml index 39a50158..1c30fe0c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.1 + 3.2.2 @@ -39,7 +39,7 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 + 5.10.1 test