From 85c7500c42b39bdf627e2acb09c37f5ddac196ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:40:17 +0000 Subject: [PATCH] chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 --- batch-boot-jpa-sample/pom.xml | 2 +- boot-api-archunit-sample/pom.xml | 2 +- boot-choas-monkey/pom.xml | 2 +- boot-mongodb-elasticsearch/pom.xml | 2 +- boot-opensearch-sample/pom.xml | 2 +- boot-rabbitmq-thymeleaf/pom.xml | 2 +- boot-rest-docs-sample/pom.xml | 2 +- boot-togglz-sample/pom.xml | 2 +- graphql/boot-graphql-querydsl/pom.xml | 2 +- graphql/boot-graphql-webflux/pom.xml | 2 +- graphql/boot-graphql-webmvc/pom.xml | 2 +- httpClients/boot-http-proxy/pom.xml | 2 +- httpClients/boot-rest-template/pom.xml | 2 +- httpClients/boot-web-client-mvc/pom.xml | 2 +- httpClients/boot-web-client-webflux/pom.xml | 2 +- jpa/boot-data-customsequence/pom.xml | 2 +- jpa/boot-data-envers/pom.xml | 2 +- jpa/boot-data-keyset-pagination/pom.xml | 2 +- jpa/boot-data-multipledatasources/pom.xml | 2 +- jpa/boot-hibernate2ndlevelcache-sample/pom.xml | 2 +- jpa/boot-jpa-locks/pom.xml | 2 +- jpa/multitenancy/multidatasource-multitenancy/pom.xml | 2 +- jpa/multitenancy/multitenancy-db/pom.xml | 2 +- jpa/multitenancy/partition/pom.xml | 2 +- jpa/multitenancy/schema/pom.xml | 2 +- r2dbc/boot-jooq-r2dbc-sample/pom.xml | 2 +- r2dbc/boot-r2dbc-sample/pom.xml | 2 +- scheduler/boot-jobrunr-sample/pom.xml | 2 +- scheduler/boot-scheduler-quartz/pom.xml | 2 +- scheduler/boot-shedlock-sample/pom.xml | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/batch-boot-jpa-sample/pom.xml b/batch-boot-jpa-sample/pom.xml index 73809ccf5..5a3e0ea64 100644 --- a/batch-boot-jpa-sample/pom.xml +++ b/batch-boot-jpa-sample/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/boot-api-archunit-sample/pom.xml b/boot-api-archunit-sample/pom.xml index 98e312f41..69391c113 100644 --- a/boot-api-archunit-sample/pom.xml +++ b/boot-api-archunit-sample/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/boot-choas-monkey/pom.xml b/boot-choas-monkey/pom.xml index 33afbb561..6cefac922 100644 --- a/boot-choas-monkey/pom.xml +++ b/boot-choas-monkey/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/boot-mongodb-elasticsearch/pom.xml b/boot-mongodb-elasticsearch/pom.xml index 08a42ae30..25337afd2 100644 --- a/boot-mongodb-elasticsearch/pom.xml +++ b/boot-mongodb-elasticsearch/pom.xml @@ -26,7 +26,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/boot-opensearch-sample/pom.xml b/boot-opensearch-sample/pom.xml index 7dfa3858f..859d3fca6 100644 --- a/boot-opensearch-sample/pom.xml +++ b/boot-opensearch-sample/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/boot-rabbitmq-thymeleaf/pom.xml b/boot-rabbitmq-thymeleaf/pom.xml index cb9d58db9..815e7d78a 100644 --- a/boot-rabbitmq-thymeleaf/pom.xml +++ b/boot-rabbitmq-thymeleaf/pom.xml @@ -21,7 +21,7 @@ 21 2.43.0 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/test-results ${project.build.directory}/jacoco/test diff --git a/boot-rest-docs-sample/pom.xml b/boot-rest-docs-sample/pom.xml index 8cafc0035..04a43c601 100644 --- a/boot-rest-docs-sample/pom.xml +++ b/boot-rest-docs-sample/pom.xml @@ -28,7 +28,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/boot-togglz-sample/pom.xml b/boot-togglz-sample/pom.xml index 83511e904..6238b3652 100644 --- a/boot-togglz-sample/pom.xml +++ b/boot-togglz-sample/pom.xml @@ -27,7 +27,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/graphql/boot-graphql-querydsl/pom.xml b/graphql/boot-graphql-querydsl/pom.xml index 0c87a66dd..31d67d97b 100644 --- a/graphql/boot-graphql-querydsl/pom.xml +++ b/graphql/boot-graphql-querydsl/pom.xml @@ -30,7 +30,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/graphql/boot-graphql-webflux/pom.xml b/graphql/boot-graphql-webflux/pom.xml index 2e72bd565..be3f14b8c 100644 --- a/graphql/boot-graphql-webflux/pom.xml +++ b/graphql/boot-graphql-webflux/pom.xml @@ -23,7 +23,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/graphql/boot-graphql-webmvc/pom.xml b/graphql/boot-graphql-webmvc/pom.xml index c9ff6f940..1204e3e7c 100644 --- a/graphql/boot-graphql-webmvc/pom.xml +++ b/graphql/boot-graphql-webmvc/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/httpClients/boot-http-proxy/pom.xml b/httpClients/boot-http-proxy/pom.xml index d8fd9a6f7..6d4f6b61e 100644 --- a/httpClients/boot-http-proxy/pom.xml +++ b/httpClients/boot-http-proxy/pom.xml @@ -27,7 +27,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/httpClients/boot-rest-template/pom.xml b/httpClients/boot-rest-template/pom.xml index e47d70a8f..f335a5697 100644 --- a/httpClients/boot-rest-template/pom.xml +++ b/httpClients/boot-rest-template/pom.xml @@ -27,7 +27,7 @@ 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/httpClients/boot-web-client-mvc/pom.xml b/httpClients/boot-web-client-mvc/pom.xml index 948723aed..25795e87f 100644 --- a/httpClients/boot-web-client-mvc/pom.xml +++ b/httpClients/boot-web-client-mvc/pom.xml @@ -26,7 +26,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/httpClients/boot-web-client-webflux/pom.xml b/httpClients/boot-web-client-webflux/pom.xml index 4898d69fb..5a123d187 100644 --- a/httpClients/boot-web-client-webflux/pom.xml +++ b/httpClients/boot-web-client-webflux/pom.xml @@ -28,7 +28,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/boot-data-customsequence/pom.xml b/jpa/boot-data-customsequence/pom.xml index 8a8bac249..f867eeb2b 100644 --- a/jpa/boot-data-customsequence/pom.xml +++ b/jpa/boot-data-customsequence/pom.xml @@ -27,7 +27,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/boot-data-envers/pom.xml b/jpa/boot-data-envers/pom.xml index c6bc6614c..69ac4006f 100644 --- a/jpa/boot-data-envers/pom.xml +++ b/jpa/boot-data-envers/pom.xml @@ -28,7 +28,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/boot-data-keyset-pagination/pom.xml b/jpa/boot-data-keyset-pagination/pom.xml index 00c3e0d4b..c77a7d037 100644 --- a/jpa/boot-data-keyset-pagination/pom.xml +++ b/jpa/boot-data-keyset-pagination/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/boot-data-multipledatasources/pom.xml b/jpa/boot-data-multipledatasources/pom.xml index 1d11396f2..6cb0be8c2 100644 --- a/jpa/boot-data-multipledatasources/pom.xml +++ b/jpa/boot-data-multipledatasources/pom.xml @@ -21,7 +21,7 @@ 2.5.0 ${project.build.directory}/test-results - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/boot-hibernate2ndlevelcache-sample/pom.xml b/jpa/boot-hibernate2ndlevelcache-sample/pom.xml index 01a2ed1ce..6bb3c2b5b 100644 --- a/jpa/boot-hibernate2ndlevelcache-sample/pom.xml +++ b/jpa/boot-hibernate2ndlevelcache-sample/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/boot-jpa-locks/pom.xml b/jpa/boot-jpa-locks/pom.xml index 495573b48..db1afe682 100644 --- a/jpa/boot-jpa-locks/pom.xml +++ b/jpa/boot-jpa-locks/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/multitenancy/multidatasource-multitenancy/pom.xml b/jpa/multitenancy/multidatasource-multitenancy/pom.xml index 4b546b986..764e95170 100644 --- a/jpa/multitenancy/multidatasource-multitenancy/pom.xml +++ b/jpa/multitenancy/multidatasource-multitenancy/pom.xml @@ -26,7 +26,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/multitenancy/multitenancy-db/pom.xml b/jpa/multitenancy/multitenancy-db/pom.xml index a21b75095..cf106e0f8 100644 --- a/jpa/multitenancy/multitenancy-db/pom.xml +++ b/jpa/multitenancy/multitenancy-db/pom.xml @@ -26,7 +26,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/multitenancy/partition/pom.xml b/jpa/multitenancy/partition/pom.xml index 1715a050f..9bd450db3 100644 --- a/jpa/multitenancy/partition/pom.xml +++ b/jpa/multitenancy/partition/pom.xml @@ -26,7 +26,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/jpa/multitenancy/schema/pom.xml b/jpa/multitenancy/schema/pom.xml index 6f5c99657..90dd5703a 100644 --- a/jpa/multitenancy/schema/pom.xml +++ b/jpa/multitenancy/schema/pom.xml @@ -26,7 +26,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/r2dbc/boot-jooq-r2dbc-sample/pom.xml b/r2dbc/boot-jooq-r2dbc-sample/pom.xml index 1b07c202c..3a38d8e5f 100644 --- a/r2dbc/boot-jooq-r2dbc-sample/pom.xml +++ b/r2dbc/boot-jooq-r2dbc-sample/pom.xml @@ -27,7 +27,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/r2dbc/boot-r2dbc-sample/pom.xml b/r2dbc/boot-r2dbc-sample/pom.xml index af8781382..9b722f33d 100644 --- a/r2dbc/boot-r2dbc-sample/pom.xml +++ b/r2dbc/boot-r2dbc-sample/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/scheduler/boot-jobrunr-sample/pom.xml b/scheduler/boot-jobrunr-sample/pom.xml index 78f57e1b3..f0482a00b 100644 --- a/scheduler/boot-jobrunr-sample/pom.xml +++ b/scheduler/boot-jobrunr-sample/pom.xml @@ -25,7 +25,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/scheduler/boot-scheduler-quartz/pom.xml b/scheduler/boot-scheduler-quartz/pom.xml index f8b767e0e..adceca0f5 100644 --- a/scheduler/boot-scheduler-quartz/pom.xml +++ b/scheduler/boot-scheduler-quartz/pom.xml @@ -28,7 +28,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec diff --git a/scheduler/boot-shedlock-sample/pom.xml b/scheduler/boot-shedlock-sample/pom.xml index fecb2de32..887dfd1a8 100644 --- a/scheduler/boot-shedlock-sample/pom.xml +++ b/scheduler/boot-shedlock-sample/pom.xml @@ -29,7 +29,7 @@ 9.1.0 1.2.1 3.11.0.3922 - 0.8.11 + 0.8.12 0.80 ${project.build.directory}/jacoco/test ${jacoco.utReportFolder}/test.exec