diff --git a/src/openapi/spring5/pom.xml b/src/openapi/spring5/pom.xml index a6d0820..9be88ca 100644 --- a/src/openapi/spring5/pom.xml +++ b/src/openapi/spring5/pom.xml @@ -28,7 +28,7 @@ io.swagger.core.v3 swagger-annotations - 2.2.18 + 2.2.19 diff --git a/src/openapi/spring6/pom.xml b/src/openapi/spring6/pom.xml index 5b40da6..cfd7ff1 100644 --- a/src/openapi/spring6/pom.xml +++ b/src/openapi/spring6/pom.xml @@ -27,7 +27,7 @@ io.swagger.core.v3 swagger-annotations - 2.2.18 + 2.2.19 diff --git a/src/plugin/accessmanager/pom.xml b/src/plugin/accessmanager/pom.xml index 108da32..8202d54 100644 --- a/src/plugin/accessmanager/pom.xml +++ b/src/plugin/accessmanager/pom.xml @@ -53,5 +53,15 @@ test-jar test + + xmlunit + xmlunit + test + + + org.jsoup + jsoup + test + diff --git a/src/plugin/config/pom.xml b/src/plugin/config/pom.xml index 8d7fe0c..269c2e3 100644 --- a/src/plugin/config/pom.xml +++ b/src/plugin/config/pom.xml @@ -84,13 +84,6 @@ xmlunit xmlunit - 1.6 - test - - - org.jsoup - jsoup - 1.16.2 test diff --git a/src/plugin/pom.xml b/src/plugin/pom.xml index f8605f9..fad4b38 100644 --- a/src/plugin/pom.xml +++ b/src/plugin/pom.xml @@ -110,6 +110,18 @@ test-jar test + + xmlunit + xmlunit + 1.6 + test + + + org.jsoup + jsoup + 1.17.1 + test + @@ -148,18 +160,6 @@ spring-test test - - xmlunit - xmlunit - 1.6 - test - - - org.jsoup - jsoup - 1.16.2 - test - diff --git a/src/plugin/web/pom.xml b/src/plugin/web/pom.xml index b011349..e590150 100644 --- a/src/plugin/web/pom.xml +++ b/src/plugin/web/pom.xml @@ -100,6 +100,16 @@ mockito-core test + + xmlunit + xmlunit + test + + + org.jsoup + jsoup + test + diff --git a/src/plugin/wps/pom.xml b/src/plugin/wps/pom.xml index 8d3b805..b479b5d 100644 --- a/src/plugin/wps/pom.xml +++ b/src/plugin/wps/pom.xml @@ -96,13 +96,11 @@ xmlunit xmlunit - 1.6 test org.jsoup jsoup - 1.16.2 test diff --git a/src/pom.xml b/src/pom.xml index a55c47b..006f16c 100644 --- a/src/pom.xml +++ b/src/pom.xml @@ -28,18 +28,19 @@ 11 11 2021.0.8 - 2.7.15 - 3.0.10 + 2.7.18 + 3.0.13 30.0 1.19.0 - 1.18.26 + 1.18.30 1.5.3.Final 1.19.3 1.8.2 5.0.0 1.7.0 - 3.1.2 + 3.1.8 + 9.22.3 true 256M @@ -134,6 +135,11 @@ querydsl-jpa ${querydsl.version} + + org.flywaydb + flyway-core + ${flyway.version} +