From 8a0bb3c0ee332298c93b261576f9763e1f2a3e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:37:45 +0000 Subject: [PATCH] Bump surefire.version from 2.22.2 to 3.5.0 Bumps `surefire.version` from 2.22.2 to 3.5.0. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 2.22.2 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.5.0) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/activemq-multiple-brokers/pom.xml | 2 +- examples/alternate-descriptors/pom.xml | 2 +- examples/application-composer/pom.xml | 2 +- examples/applicationexception/pom.xml | 2 +- examples/arquillian-jpa/pom.xml | 2 +- examples/change-jaxws-url/pom.xml | 2 +- examples/component-interfaces/pom.xml | 2 +- examples/connector-ear/pom.xml | 2 +- examples/datasource-definition/pom.xml | 2 +- examples/dynamic-dao-implementation/pom.xml | 2 +- examples/dynamic-datasource-routing/pom.xml | 2 +- examples/dynamic-proxy-to-access-mbean/pom.xml | 2 +- examples/ear-testing/pom.xml | 2 +- examples/ejb-examples/pom.xml | 2 +- examples/ejb-remote-call-2/pom.xml | 2 +- examples/ejb-remote-call/pom.xml | 2 +- examples/ejb-webservice/pom.xml | 2 +- examples/groovy-jpa/pom.xml | 2 +- examples/injection-of-entitymanager/pom.xml | 2 +- examples/javamail-velocity/pom.xml | 2 +- examples/jpa-eclipselink/pom.xml | 2 +- examples/jpa-enumerated/pom.xml | 2 +- examples/junit5-application-composer/pom.xml | 2 +- examples/junit5-arquillian-multiple-tomee/pom.xml | 2 +- examples/junit5-arquillian-simple-websockets/pom.xml | 2 +- examples/moviefun-rest/pom.xml | 2 +- examples/moviefun/pom.xml | 2 +- examples/movies-complete-meta/pom.xml | 2 +- examples/movies-complete/pom.xml | 2 +- examples/mp-jwt-bean-validation-strongly-typed/pom.xml | 2 +- examples/mp-jwt-bean-validation/pom.xml | 2 +- examples/mp-rest-jwt-jwk/pom.xml | 2 +- examples/mp-rest-jwt-principal/pom.xml | 2 +- examples/mp-rest-jwt-public-key/pom.xml | 2 +- examples/multi-jpa-provider-testing/pom.xml | 2 +- examples/multiple-arquillian-adapters/pom.xml | 2 +- examples/multiple-tomee-arquillian/pom.xml | 2 +- examples/persistence-fragment/pom.xml | 2 +- examples/quartz-app/pom.xml | 2 +- examples/reload-persistence-unit-properties/pom.xml | 2 +- examples/rest-example/pom.xml | 2 +- examples/rest-on-ejb/pom.xml | 2 +- examples/scala-basic/pom.xml | 2 +- examples/simple-cmp2/pom.xml | 2 +- examples/simple-ear/pom.xml | 2 +- examples/struts/pom.xml | 2 +- examples/testcase-injection/pom.xml | 2 +- examples/testing-security-2/pom.xml | 2 +- examples/testing-security-3/pom.xml | 2 +- examples/testing-security-4/pom.xml | 2 +- examples/testing-security-meta/pom.xml | 2 +- examples/testing-security/pom.xml | 2 +- examples/testing-transactions-bmt/pom.xml | 2 +- examples/testing-transactions/pom.xml | 2 +- examples/transaction-rollback/pom.xml | 2 +- examples/troubleshooting/pom.xml | 2 +- examples/webservice-inheritance/pom.xml | 2 +- examples/webservice-ws-security/pom.xml | 2 +- pom.xml | 2 +- tck/microprofile-tck/config/pom.xml | 2 +- tck/microprofile-tck/fault-tolerance/pom.xml | 2 +- tck/microprofile-tck/health/pom.xml | 2 +- tck/microprofile-tck/jwt/pom.xml | 2 +- tck/microprofile-tck/metrics/pom.xml | 2 +- tck/microprofile-tck/openapi/pom.xml | 2 +- tck/microprofile-tck/opentracing/pom.xml | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/examples/activemq-multiple-brokers/pom.xml b/examples/activemq-multiple-brokers/pom.xml index a169682f144..01b2da0edae 100644 --- a/examples/activemq-multiple-brokers/pom.xml +++ b/examples/activemq-multiple-brokers/pom.xml @@ -51,7 +51,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/alternate-descriptors/pom.xml b/examples/alternate-descriptors/pom.xml index 4f12e6ecac1..3bed3e785c9 100644 --- a/examples/alternate-descriptors/pom.xml +++ b/examples/alternate-descriptors/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/application-composer/pom.xml b/examples/application-composer/pom.xml index ac7595850c9..0393fa233b0 100644 --- a/examples/application-composer/pom.xml +++ b/examples/application-composer/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/applicationexception/pom.xml b/examples/applicationexception/pom.xml index 46d79429bd9..b08993d0bf7 100644 --- a/examples/applicationexception/pom.xml +++ b/examples/applicationexception/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 true diff --git a/examples/arquillian-jpa/pom.xml b/examples/arquillian-jpa/pom.xml index d518dd9bb67..0bd984f15e2 100644 --- a/examples/arquillian-jpa/pom.xml +++ b/examples/arquillian-jpa/pom.xml @@ -35,7 +35,7 @@ language governing permissions and limitations under the License. --> org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 org.junit.jupiter diff --git a/examples/change-jaxws-url/pom.xml b/examples/change-jaxws-url/pom.xml index 9a5e2657ada..6ed0a3735ce 100644 --- a/examples/change-jaxws-url/pom.xml +++ b/examples/change-jaxws-url/pom.xml @@ -86,7 +86,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/component-interfaces/pom.xml b/examples/component-interfaces/pom.xml index 522d34fcb0b..e3aeb5cd19c 100644 --- a/examples/component-interfaces/pom.xml +++ b/examples/component-interfaces/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml index 29afe1af9ea..b4e9dfc8fe1 100644 --- a/examples/connector-ear/pom.xml +++ b/examples/connector-ear/pom.xml @@ -22,7 +22,7 @@ UTF-8 10.0.0-M3-SNAPSHOT 2.1.0 - 3.4.0 + 3.5.0 diff --git a/examples/datasource-definition/pom.xml b/examples/datasource-definition/pom.xml index 68b49223d5d..ce4b6a097ac 100644 --- a/examples/datasource-definition/pom.xml +++ b/examples/datasource-definition/pom.xml @@ -69,7 +69,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 ${annotations.endorsed} diff --git a/examples/dynamic-dao-implementation/pom.xml b/examples/dynamic-dao-implementation/pom.xml index da98d3b7557..78d2703b755 100644 --- a/examples/dynamic-dao-implementation/pom.xml +++ b/examples/dynamic-dao-implementation/pom.xml @@ -41,7 +41,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/dynamic-datasource-routing/pom.xml b/examples/dynamic-datasource-routing/pom.xml index c1a1b887059..731adb05ecc 100644 --- a/examples/dynamic-datasource-routing/pom.xml +++ b/examples/dynamic-datasource-routing/pom.xml @@ -41,7 +41,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/dynamic-proxy-to-access-mbean/pom.xml b/examples/dynamic-proxy-to-access-mbean/pom.xml index 5f797ee659d..9b9f2ce3a43 100644 --- a/examples/dynamic-proxy-to-access-mbean/pom.xml +++ b/examples/dynamic-proxy-to-access-mbean/pom.xml @@ -40,7 +40,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Dcom.sun.management.jmxremote.port=8243 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false diff --git a/examples/ear-testing/pom.xml b/examples/ear-testing/pom.xml index 4f324462761..7a5d368ccf8 100644 --- a/examples/ear-testing/pom.xml +++ b/examples/ear-testing/pom.xml @@ -54,7 +54,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/ejb-examples/pom.xml b/examples/ejb-examples/pom.xml index 76e26546b0e..72140b88445 100644 --- a/examples/ejb-examples/pom.xml +++ b/examples/ejb-examples/pom.xml @@ -40,7 +40,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 org.apache.maven.plugins diff --git a/examples/ejb-remote-call-2/pom.xml b/examples/ejb-remote-call-2/pom.xml index f6de1842ee3..6aaf1924780 100644 --- a/examples/ejb-remote-call-2/pom.xml +++ b/examples/ejb-remote-call-2/pom.xml @@ -40,7 +40,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 org.apache.maven.plugins diff --git a/examples/ejb-remote-call/pom.xml b/examples/ejb-remote-call/pom.xml index 052b2c0cd0d..349d06de321 100644 --- a/examples/ejb-remote-call/pom.xml +++ b/examples/ejb-remote-call/pom.xml @@ -40,7 +40,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 org.apache.maven.plugins diff --git a/examples/ejb-webservice/pom.xml b/examples/ejb-webservice/pom.xml index 5fd013c5686..8afd0de049c 100644 --- a/examples/ejb-webservice/pom.xml +++ b/examples/ejb-webservice/pom.xml @@ -40,7 +40,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 org.apache.maven.plugins diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml index 21f10ba0e4d..28c250b0f3b 100644 --- a/examples/groovy-jpa/pom.xml +++ b/examples/groovy-jpa/pom.xml @@ -47,7 +47,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/injection-of-entitymanager/pom.xml b/examples/injection-of-entitymanager/pom.xml index 837a2070978..044a40b5f27 100644 --- a/examples/injection-of-entitymanager/pom.xml +++ b/examples/injection-of-entitymanager/pom.xml @@ -44,7 +44,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/javamail-velocity/pom.xml b/examples/javamail-velocity/pom.xml index ac4e3515c3b..7184fad52a4 100644 --- a/examples/javamail-velocity/pom.xml +++ b/examples/javamail-velocity/pom.xml @@ -41,7 +41,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 diff --git a/examples/jpa-eclipselink/pom.xml b/examples/jpa-eclipselink/pom.xml index 51b28c3b53e..66cdecbf36e 100644 --- a/examples/jpa-eclipselink/pom.xml +++ b/examples/jpa-eclipselink/pom.xml @@ -44,7 +44,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 ${surefire.argline} diff --git a/examples/jpa-enumerated/pom.xml b/examples/jpa-enumerated/pom.xml index d6ccb88b1a6..cf0a76d1181 100644 --- a/examples/jpa-enumerated/pom.xml +++ b/examples/jpa-enumerated/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/junit5-application-composer/pom.xml b/examples/junit5-application-composer/pom.xml index c22916cce28..e2b3fbb7708 100644 --- a/examples/junit5-application-composer/pom.xml +++ b/examples/junit5-application-composer/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 diff --git a/examples/junit5-arquillian-multiple-tomee/pom.xml b/examples/junit5-arquillian-multiple-tomee/pom.xml index dad1e5b5e6e..e7f276bd00c 100644 --- a/examples/junit5-arquillian-multiple-tomee/pom.xml +++ b/examples/junit5-arquillian-multiple-tomee/pom.xml @@ -52,7 +52,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 tomee-cluster diff --git a/examples/junit5-arquillian-simple-websockets/pom.xml b/examples/junit5-arquillian-simple-websockets/pom.xml index d03787f9c55..eb8f3a4c4db 100644 --- a/examples/junit5-arquillian-simple-websockets/pom.xml +++ b/examples/junit5-arquillian-simple-websockets/pom.xml @@ -54,7 +54,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 diff --git a/examples/moviefun-rest/pom.xml b/examples/moviefun-rest/pom.xml index 2c997eb5278..a74a3aecd0b 100644 --- a/examples/moviefun-rest/pom.xml +++ b/examples/moviefun-rest/pom.xml @@ -74,7 +74,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 false diff --git a/examples/moviefun/pom.xml b/examples/moviefun/pom.xml index 02b582e9499..bf769f1e39e 100644 --- a/examples/moviefun/pom.xml +++ b/examples/moviefun/pom.xml @@ -68,7 +68,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 false diff --git a/examples/movies-complete-meta/pom.xml b/examples/movies-complete-meta/pom.xml index 970088cdf06..7d4359c7486 100644 --- a/examples/movies-complete-meta/pom.xml +++ b/examples/movies-complete-meta/pom.xml @@ -44,7 +44,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/movies-complete/pom.xml b/examples/movies-complete/pom.xml index 4e7b889abb3..b1afe0c0e38 100644 --- a/examples/movies-complete/pom.xml +++ b/examples/movies-complete/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/mp-jwt-bean-validation-strongly-typed/pom.xml b/examples/mp-jwt-bean-validation-strongly-typed/pom.xml index 5359ef2f242..0a110e79ea4 100644 --- a/examples/mp-jwt-bean-validation-strongly-typed/pom.xml +++ b/examples/mp-jwt-bean-validation-strongly-typed/pom.xml @@ -37,7 +37,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 false diff --git a/examples/mp-jwt-bean-validation/pom.xml b/examples/mp-jwt-bean-validation/pom.xml index e5759bf2d29..2a31fb71c9c 100644 --- a/examples/mp-jwt-bean-validation/pom.xml +++ b/examples/mp-jwt-bean-validation/pom.xml @@ -37,7 +37,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 false diff --git a/examples/mp-rest-jwt-jwk/pom.xml b/examples/mp-rest-jwt-jwk/pom.xml index 1e6ea5b515d..987154b5341 100644 --- a/examples/mp-rest-jwt-jwk/pom.xml +++ b/examples/mp-rest-jwt-jwk/pom.xml @@ -35,7 +35,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 false diff --git a/examples/mp-rest-jwt-principal/pom.xml b/examples/mp-rest-jwt-principal/pom.xml index e0dbd4ec2a1..eaf628e67dd 100644 --- a/examples/mp-rest-jwt-principal/pom.xml +++ b/examples/mp-rest-jwt-principal/pom.xml @@ -35,7 +35,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 false diff --git a/examples/mp-rest-jwt-public-key/pom.xml b/examples/mp-rest-jwt-public-key/pom.xml index 9a4a8bbec18..9670b93a75d 100644 --- a/examples/mp-rest-jwt-public-key/pom.xml +++ b/examples/mp-rest-jwt-public-key/pom.xml @@ -41,7 +41,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 false diff --git a/examples/multi-jpa-provider-testing/pom.xml b/examples/multi-jpa-provider-testing/pom.xml index aa40f8649f0..e7bfcb37770 100644 --- a/examples/multi-jpa-provider-testing/pom.xml +++ b/examples/multi-jpa-provider-testing/pom.xml @@ -43,7 +43,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 test-hibernate diff --git a/examples/multiple-arquillian-adapters/pom.xml b/examples/multiple-arquillian-adapters/pom.xml index d90d540f043..4b4696eeefd 100644 --- a/examples/multiple-arquillian-adapters/pom.xml +++ b/examples/multiple-arquillian-adapters/pom.xml @@ -49,7 +49,7 @@ --> org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 test-embedded diff --git a/examples/multiple-tomee-arquillian/pom.xml b/examples/multiple-tomee-arquillian/pom.xml index 1f490f3b305..4b3acb67513 100644 --- a/examples/multiple-tomee-arquillian/pom.xml +++ b/examples/multiple-tomee-arquillian/pom.xml @@ -48,7 +48,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 tomee-cluster diff --git a/examples/persistence-fragment/pom.xml b/examples/persistence-fragment/pom.xml index f73ac91f773..39a097893f1 100644 --- a/examples/persistence-fragment/pom.xml +++ b/examples/persistence-fragment/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/quartz-app/pom.xml b/examples/quartz-app/pom.xml index 8034918e19d..e2b71c71caf 100644 --- a/examples/quartz-app/pom.xml +++ b/examples/quartz-app/pom.xml @@ -54,7 +54,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 diff --git a/examples/reload-persistence-unit-properties/pom.xml b/examples/reload-persistence-unit-properties/pom.xml index 43365aab171..16f9994b045 100644 --- a/examples/reload-persistence-unit-properties/pom.xml +++ b/examples/reload-persistence-unit-properties/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml index a964298978b..f6eeb49ed64 100644 --- a/examples/rest-example/pom.xml +++ b/examples/rest-example/pom.xml @@ -65,7 +65,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/rest-on-ejb/pom.xml b/examples/rest-on-ejb/pom.xml index 6b14c8cf4a7..caa0c2ae40b 100644 --- a/examples/rest-on-ejb/pom.xml +++ b/examples/rest-on-ejb/pom.xml @@ -43,7 +43,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 "-javaagent:${settings.localRepository}/org/apache/tomee/openejb-javaagent/${tomee.version}/openejb-javaagent-${tomee.version}.jar" diff --git a/examples/scala-basic/pom.xml b/examples/scala-basic/pom.xml index dec73225475..310793743a7 100644 --- a/examples/scala-basic/pom.xml +++ b/examples/scala-basic/pom.xml @@ -70,7 +70,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 true diff --git a/examples/simple-cmp2/pom.xml b/examples/simple-cmp2/pom.xml index 7430e87bfd9..a4fa6e38f5c 100644 --- a/examples/simple-cmp2/pom.xml +++ b/examples/simple-cmp2/pom.xml @@ -43,7 +43,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -javaagent:${basedir}/target/openejb-javaagent-${tomee.version}.jar ${basedir}/target diff --git a/examples/simple-ear/pom.xml b/examples/simple-ear/pom.xml index da964062b97..f26c3eb7e11 100644 --- a/examples/simple-ear/pom.xml +++ b/examples/simple-ear/pom.xml @@ -64,7 +64,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 diff --git a/examples/struts/pom.xml b/examples/struts/pom.xml index c6c6ff99dd7..785774993d8 100644 --- a/examples/struts/pom.xml +++ b/examples/struts/pom.xml @@ -48,7 +48,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 org.apache.maven.plugins diff --git a/examples/testcase-injection/pom.xml b/examples/testcase-injection/pom.xml index 65947783525..fc05159e047 100644 --- a/examples/testcase-injection/pom.xml +++ b/examples/testcase-injection/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/testing-security-2/pom.xml b/examples/testing-security-2/pom.xml index 0ea158e6428..1ce895139da 100644 --- a/examples/testing-security-2/pom.xml +++ b/examples/testing-security-2/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/testing-security-3/pom.xml b/examples/testing-security-3/pom.xml index 096f238e805..7703621afd1 100644 --- a/examples/testing-security-3/pom.xml +++ b/examples/testing-security-3/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/testing-security-4/pom.xml b/examples/testing-security-4/pom.xml index 921eeaeb5ff..88e53c0c0f6 100644 --- a/examples/testing-security-4/pom.xml +++ b/examples/testing-security-4/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/testing-security-meta/pom.xml b/examples/testing-security-meta/pom.xml index ed11d124b12..720c9582ec9 100644 --- a/examples/testing-security-meta/pom.xml +++ b/examples/testing-security-meta/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/testing-security/pom.xml b/examples/testing-security/pom.xml index c442400bd4a..f012b46fae8 100644 --- a/examples/testing-security/pom.xml +++ b/examples/testing-security/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/testing-transactions-bmt/pom.xml b/examples/testing-transactions-bmt/pom.xml index 20dcf78a13f..26f1d30f186 100644 --- a/examples/testing-transactions-bmt/pom.xml +++ b/examples/testing-transactions-bmt/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/testing-transactions/pom.xml b/examples/testing-transactions/pom.xml index 11534ab9d47..67d2f191869 100644 --- a/examples/testing-transactions/pom.xml +++ b/examples/testing-transactions/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/transaction-rollback/pom.xml b/examples/transaction-rollback/pom.xml index 6281b078cf6..1e1682d40dd 100644 --- a/examples/transaction-rollback/pom.xml +++ b/examples/transaction-rollback/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/troubleshooting/pom.xml b/examples/troubleshooting/pom.xml index e89e81b7cc5..2524e73378c 100644 --- a/examples/troubleshooting/pom.xml +++ b/examples/troubleshooting/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/webservice-inheritance/pom.xml b/examples/webservice-inheritance/pom.xml index d6b20c9ad7d..5cde9972793 100644 --- a/examples/webservice-inheritance/pom.xml +++ b/examples/webservice-inheritance/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 -Djdk.attach.allowAttachSelf diff --git a/examples/webservice-ws-security/pom.xml b/examples/webservice-ws-security/pom.xml index 02e5ddc942d..bb866caa74e 100644 --- a/examples/webservice-ws-security/pom.xml +++ b/examples/webservice-ws-security/pom.xml @@ -72,7 +72,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 diff --git a/pom.xml b/pom.xml index 81d975f227e..c2ebb5587da 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ 5.1.9 3.8.0 1.5.0 - 3.4.0 + 3.5.0 diff --git a/tck/microprofile-tck/config/pom.xml b/tck/microprofile-tck/config/pom.xml index 33f71020ea8..04957648ced 100644 --- a/tck/microprofile-tck/config/pom.xml +++ b/tck/microprofile-tck/config/pom.xml @@ -33,7 +33,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 - 3.4.0 + 3.5.0 org.eclipse.microprofile.openapi:microprofile-openapi-tck diff --git a/tck/microprofile-tck/opentracing/pom.xml b/tck/microprofile-tck/opentracing/pom.xml index 244fd60994e..d98a9c25356 100644 --- a/tck/microprofile-tck/opentracing/pom.xml +++ b/tck/microprofile-tck/opentracing/pom.xml @@ -32,7 +32,7 @@ maven-surefire-plugin - 3.4.0 + 3.5.0 org.eclipse.microprofile.opentracing:microprofile-opentracing-tck