diff --git a/java-se-cdi/pom.xml b/java-se-cdi/pom.xml index 99de25d..80fd44b 100644 --- a/java-se-cdi/pom.xml +++ b/java-se-cdi/pom.xml @@ -132,12 +132,14 @@ org.eclipse.microprofile.config microprofile-config-api + 2.0 - - io.smallrye.config - smallrye-config - + + io.smallrye.config + smallrye-config + 2.4.2 + jakarta.json diff --git a/pom.xml b/pom.xml index 719be38..9fa203b 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ true UTF-8 UTF-8 - 0.4.0 + 0.4.2 @@ -33,19 +33,19 @@ org.fuin ddd-4-java - 0.3.0 + 0.4.0 org.fuin cqrs-4-java - 0.3.0 + 0.4.0 org.fuin objects4j - 0.7.0 + 0.7.1 @@ -99,19 +99,19 @@ ch.qos.logback logback-classic - 1.2.3 + 1.2.5 org.apache.commons commons-lang3 - 3.11 + 3.12.0 org.slf4j slf4j-api - 1.7.25 + 1.7.32 @@ -132,18 +132,6 @@ 2.2.3 - - org.eclipse.microprofile.config - microprofile-config-api - 1.3 - - - - io.smallrye.config - smallrye-config - 1.10.0 - - jakarta.json jakarta.json-api @@ -153,49 +141,49 @@ org.hibernate hibernate-entitymanager - 5.4.26.Final + 5.5.7.Final org.hsqldb hsqldb - 2.5.1 + 2.6.0 junit junit - 4.13.1 + 4.13.2 org.assertj assertj-core - 3.18.1 + 3.20.2 org.fuin units4j - 0.9.0 + 0.9.1 nl.jqno.equalsverifier equalsverifier - 3.5 + 3.7.1 commons-io commons-io - 2.8.0 + 2.11.0 org.hibernate.validator hibernate-validator - 6.1.7.Final + 6.2.0.Final @@ -213,13 +201,13 @@ jakarta.mail jakarta.mail-api - 1.6.4 + 1.6.7 com.sun.mail jakarta.mail - 1.6.4 + 1.6.7 @@ -311,7 +299,7 @@ io.fabric8 docker-maven-plugin - 0.34.1 + 0.37.0 diff --git a/quarkus/pom.xml b/quarkus/pom.xml index bda321a..28c1b43 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -16,7 +16,7 @@ pom - 1.10.5.Final + 2.1.0.Final 5.0.9 @@ -25,8 +25,8 @@ - io.quarkus - quarkus-universe-bom + io.quarkus.platform + quarkus-bom ${quarkus.version} pom import @@ -41,7 +41,7 @@ org.jboss.weld.se weld-se-core - 3.1.5.SP1 + 3.1.8.Final diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index b48af95..fac04bd 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.12.RELEASE + 2.5.4 @@ -21,7 +21,7 @@ true UTF-8 UTF-8 - 0.4.0 + 0.4.2 5.0.9 @@ -32,19 +32,19 @@ org.fuin ddd-4-java - 0.3.0 + 0.4.0 org.fuin cqrs-4-java - 0.3.0 + 0.4.0 org.fuin objects4j - 0.7.0 + 0.7.1 @@ -86,37 +86,37 @@ org.eclipse yasson - 1.0.8 + 1.0.9 junit junit - 4.13.1 + 4.13.2 org.assertj assertj-core - 3.18.1 + 3.20.2 org.fuin units4j - 0.9.0 + 0.9.1 nl.jqno.equalsverifier equalsverifier - 3.5 + 3.7.1 commons-io commons-io - 2.8.0 + 2.11.0 @@ -132,7 +132,7 @@ io.fabric8 docker-maven-plugin - 0.34.1 + 0.37.0 diff --git a/spring-boot/query/pom.xml b/spring-boot/query/pom.xml index f8eb0bc..56ceb5c 100644 --- a/spring-boot/query/pom.xml +++ b/spring-boot/query/pom.xml @@ -111,6 +111,12 @@ test + + org.junit.platform + junit-platform-launcher + test + + io.rest-assured rest-assured diff --git a/spring-boot/shared/pom.xml b/spring-boot/shared/pom.xml index e65b964..c36bb17 100644 --- a/spring-boot/shared/pom.xml +++ b/spring-boot/shared/pom.xml @@ -75,6 +75,11 @@ hibernate-validator + + jakarta.json.bind + jakarta.json.bind-api + + org.glassfish jakarta.json