diff --git a/History.md b/History.md index 9f2360b..c5c169c 100644 --- a/History.md +++ b/History.md @@ -1,8 +1,9 @@ 2.0.18 / 2024-??-?? ================== * Upgrade maven-plugin-annotations 3.10.2->3.12.0 - * Upgrade Selenium 4.16.1->4.19.1 + * Upgrade Selenium 4.16.1->4.20.0 * Upgrade maven-plugin-api 3.9.5->3.9.6 + * Upgrade plexus-utils 4.0.0->4.0.1 2.0.17 / 2024-01-02 ================== diff --git a/plugin-parent/file-system/pom.xml b/plugin-parent/file-system/pom.xml index c5f43ac..6cedbfa 100644 --- a/plugin-parent/file-system/pom.xml +++ b/plugin-parent/file-system/pom.xml @@ -27,7 +27,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.11.0 + 3.12.0 jscover-file true diff --git a/plugin-parent/pom.xml b/plugin-parent/pom.xml index 1f2489f..7ea93e5 100644 --- a/plugin-parent/pom.xml +++ b/plugin-parent/pom.xml @@ -39,7 +39,7 @@ - 4.19.1 + 4.20.0 @@ -57,7 +57,7 @@ org.codehaus.plexus plexus-utils - 4.0.0 + 4.0.1 junit diff --git a/plugin-parent/report/pom.xml b/plugin-parent/report/pom.xml index aa07bd8..f22b560 100644 --- a/plugin-parent/report/pom.xml +++ b/plugin-parent/report/pom.xml @@ -19,7 +19,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.11.0 + 3.12.0 jscover-report true diff --git a/plugin-parent/server/pom.xml b/plugin-parent/server/pom.xml index de0d02c..fbf5509 100644 --- a/plugin-parent/server/pom.xml +++ b/plugin-parent/server/pom.xml @@ -27,7 +27,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.11.0 + 3.12.0 jscover-server true diff --git a/pom.xml b/pom.xml index cfd86de..5cdbbba 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 attach-sources @@ -138,7 +138,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts