From 04bd51d4c2e85b79dcff1f66f4bc089bff3fc62c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:19:30 +0530 Subject: [PATCH] chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.41.1 (#994) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 +- boot-ultimate-redis/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-restclient/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/boot-read-replica-postgresql/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 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/batch-boot-jpa-sample/pom.xml b/batch-boot-jpa-sample/pom.xml index 2a80d0f75..0b8957bbf 100644 --- a/batch-boot-jpa-sample/pom.xml +++ b/batch-boot-jpa-sample/pom.xml @@ -25,7 +25,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/boot-api-archunit-sample/pom.xml b/boot-api-archunit-sample/pom.xml index 22b2012fe..8778c1364 100644 --- a/boot-api-archunit-sample/pom.xml +++ b/boot-api-archunit-sample/pom.xml @@ -25,7 +25,7 @@ 1.2.1 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/boot-choas-monkey/pom.xml b/boot-choas-monkey/pom.xml index 61e2e5bd5..3504db75e 100644 --- a/boot-choas-monkey/pom.xml +++ b/boot-choas-monkey/pom.xml @@ -25,7 +25,7 @@ 4.6.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/boot-mongodb-elasticsearch/pom.xml b/boot-mongodb-elasticsearch/pom.xml index 04657d944..0f0e05f28 100644 --- a/boot-mongodb-elasticsearch/pom.xml +++ b/boot-mongodb-elasticsearch/pom.xml @@ -22,7 +22,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/boot-opensearch-sample/pom.xml b/boot-opensearch-sample/pom.xml index b86d8c3c7..c6f270920 100644 --- a/boot-opensearch-sample/pom.xml +++ b/boot-opensearch-sample/pom.xml @@ -25,7 +25,7 @@ 1.2.1 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/boot-rabbitmq-thymeleaf/pom.xml b/boot-rabbitmq-thymeleaf/pom.xml index aae71c4a2..70a7dcbf7 100644 --- a/boot-rabbitmq-thymeleaf/pom.xml +++ b/boot-rabbitmq-thymeleaf/pom.xml @@ -20,7 +20,7 @@ UTF-8 21 - 2.41.0 + 2.41.1 0.8.11 0.80 ${project.build.directory}/test-results diff --git a/boot-rest-docs-sample/pom.xml b/boot-rest-docs-sample/pom.xml index 903ff422a..11f5d1763 100644 --- a/boot-rest-docs-sample/pom.xml +++ b/boot-rest-docs-sample/pom.xml @@ -24,7 +24,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/boot-togglz-sample/pom.xml b/boot-togglz-sample/pom.xml index c7659b332..9c273bf73 100644 --- a/boot-togglz-sample/pom.xml +++ b/boot-togglz-sample/pom.xml @@ -23,7 +23,7 @@ 4.4.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/boot-ultimate-redis/pom.xml b/boot-ultimate-redis/pom.xml index 32f699b40..ac33b7fc1 100644 --- a/boot-ultimate-redis/pom.xml +++ b/boot-ultimate-redis/pom.xml @@ -16,7 +16,7 @@ 21 - 2.41.0 + 2.41.1 2.15.1 diff --git a/graphql/boot-graphql-querydsl/pom.xml b/graphql/boot-graphql-querydsl/pom.xml index 701b860bf..1c5f31810 100644 --- a/graphql/boot-graphql-querydsl/pom.xml +++ b/graphql/boot-graphql-querydsl/pom.xml @@ -26,7 +26,7 @@ 5.0.0 ${project.build.directory}/test-results - 2.40.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/graphql/boot-graphql-webflux/pom.xml b/graphql/boot-graphql-webflux/pom.xml index dd11d6a94..248d1a472 100644 --- a/graphql/boot-graphql-webflux/pom.xml +++ b/graphql/boot-graphql-webflux/pom.xml @@ -19,7 +19,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/graphql/boot-graphql-webmvc/pom.xml b/graphql/boot-graphql-webmvc/pom.xml index c2a6bc5fc..55a89ca48 100644 --- a/graphql/boot-graphql-webmvc/pom.xml +++ b/graphql/boot-graphql-webmvc/pom.xml @@ -25,7 +25,7 @@ 1.5.5.Final ${project.build.directory}/test-results - 2.40.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/httpClients/boot-http-proxy/pom.xml b/httpClients/boot-http-proxy/pom.xml index 7e262ca67..bd90fc012 100644 --- a/httpClients/boot-http-proxy/pom.xml +++ b/httpClients/boot-http-proxy/pom.xml @@ -23,7 +23,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/httpClients/boot-rest-template/pom.xml b/httpClients/boot-rest-template/pom.xml index ab5a426fa..a0df41183 100644 --- a/httpClients/boot-rest-template/pom.xml +++ b/httpClients/boot-rest-template/pom.xml @@ -22,7 +22,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 diff --git a/httpClients/boot-restclient/pom.xml b/httpClients/boot-restclient/pom.xml index fb73746a7..740023344 100644 --- a/httpClients/boot-restclient/pom.xml +++ b/httpClients/boot-restclient/pom.xml @@ -17,7 +17,7 @@ 21 2.3.0 - 2.41.0 + 2.41.1 diff --git a/httpClients/boot-web-client-mvc/pom.xml b/httpClients/boot-web-client-mvc/pom.xml index 1911e04f2..186ae7b9a 100644 --- a/httpClients/boot-web-client-mvc/pom.xml +++ b/httpClients/boot-web-client-mvc/pom.xml @@ -22,7 +22,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/httpClients/boot-web-client-webflux/pom.xml b/httpClients/boot-web-client-webflux/pom.xml index ece00bfcf..b438abd7d 100644 --- a/httpClients/boot-web-client-webflux/pom.xml +++ b/httpClients/boot-web-client-webflux/pom.xml @@ -24,7 +24,7 @@ 1.5.5.Final ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/jpa/boot-data-customsequence/pom.xml b/jpa/boot-data-customsequence/pom.xml index 491cbb797..47556ff0c 100644 --- a/jpa/boot-data-customsequence/pom.xml +++ b/jpa/boot-data-customsequence/pom.xml @@ -23,7 +23,7 @@ 1.9.1 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/jpa/boot-data-envers/pom.xml b/jpa/boot-data-envers/pom.xml index 843605daa..91727971a 100644 --- a/jpa/boot-data-envers/pom.xml +++ b/jpa/boot-data-envers/pom.xml @@ -24,7 +24,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/jpa/boot-data-keyset-pagination/pom.xml b/jpa/boot-data-keyset-pagination/pom.xml index ceeab6c7c..6c8536c64 100644 --- a/jpa/boot-data-keyset-pagination/pom.xml +++ b/jpa/boot-data-keyset-pagination/pom.xml @@ -25,7 +25,7 @@ 1.6.10 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/jpa/boot-data-multipledatasources/pom.xml b/jpa/boot-data-multipledatasources/pom.xml index 5518c836c..5deca619a 100644 --- a/jpa/boot-data-multipledatasources/pom.xml +++ b/jpa/boot-data-multipledatasources/pom.xml @@ -17,7 +17,7 @@ 21 - 2.41.0 + 2.41.1 2.3.0 ${project.build.directory}/test-results diff --git a/jpa/boot-hibernate2ndlevelcache-sample/pom.xml b/jpa/boot-hibernate2ndlevelcache-sample/pom.xml index ec50daa50..a2ff878fc 100644 --- a/jpa/boot-hibernate2ndlevelcache-sample/pom.xml +++ b/jpa/boot-hibernate2ndlevelcache-sample/pom.xml @@ -25,7 +25,7 @@ 1.5.5.Final ${project.build.directory}/test-results - 2.40.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/jpa/boot-jpa-locks/pom.xml b/jpa/boot-jpa-locks/pom.xml index 21f54a688..ca5adced2 100644 --- a/jpa/boot-jpa-locks/pom.xml +++ b/jpa/boot-jpa-locks/pom.xml @@ -24,7 +24,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/jpa/boot-read-replica-postgresql/pom.xml b/jpa/boot-read-replica-postgresql/pom.xml index d6d086024..2bde36ace 100644 --- a/jpa/boot-read-replica-postgresql/pom.xml +++ b/jpa/boot-read-replica-postgresql/pom.xml @@ -16,7 +16,7 @@ 21 - 2.41.0 + 2.41.1 2.3.0 diff --git a/jpa/multitenancy/multidatasource-multitenancy/pom.xml b/jpa/multitenancy/multidatasource-multitenancy/pom.xml index 22cd95295..9c460fd6c 100644 --- a/jpa/multitenancy/multidatasource-multitenancy/pom.xml +++ b/jpa/multitenancy/multidatasource-multitenancy/pom.xml @@ -22,7 +22,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/jpa/multitenancy/multitenancy-db/pom.xml b/jpa/multitenancy/multitenancy-db/pom.xml index e08dbc759..b7cbb3f33 100644 --- a/jpa/multitenancy/multitenancy-db/pom.xml +++ b/jpa/multitenancy/multitenancy-db/pom.xml @@ -22,7 +22,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/jpa/multitenancy/partition/pom.xml b/jpa/multitenancy/partition/pom.xml index 6ea4a004e..7383e6dbb 100644 --- a/jpa/multitenancy/partition/pom.xml +++ b/jpa/multitenancy/partition/pom.xml @@ -22,7 +22,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/jpa/multitenancy/schema/pom.xml b/jpa/multitenancy/schema/pom.xml index 8e78966b0..e0aa1e832 100644 --- a/jpa/multitenancy/schema/pom.xml +++ b/jpa/multitenancy/schema/pom.xml @@ -22,7 +22,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.40.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/r2dbc/boot-jooq-r2dbc-sample/pom.xml b/r2dbc/boot-jooq-r2dbc-sample/pom.xml index 5693eb9eb..53b8690fe 100644 --- a/r2dbc/boot-jooq-r2dbc-sample/pom.xml +++ b/r2dbc/boot-jooq-r2dbc-sample/pom.xml @@ -23,7 +23,7 @@ 0.0.3 ${project.build.directory}/test-results - 2.40.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/r2dbc/boot-r2dbc-sample/pom.xml b/r2dbc/boot-r2dbc-sample/pom.xml index 9d6eed188..1dff3cbcc 100644 --- a/r2dbc/boot-r2dbc-sample/pom.xml +++ b/r2dbc/boot-r2dbc-sample/pom.xml @@ -25,7 +25,7 @@ 1.5.5.Final ${project.build.directory}/test-results - 2.40.0 + 2.41.1 9.0.2 1.2.1 3.2.2 diff --git a/scheduler/boot-jobrunr-sample/pom.xml b/scheduler/boot-jobrunr-sample/pom.xml index 7ebb73918..8baabe80b 100644 --- a/scheduler/boot-jobrunr-sample/pom.xml +++ b/scheduler/boot-jobrunr-sample/pom.xml @@ -21,7 +21,7 @@ 2.3.0 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594 diff --git a/scheduler/boot-scheduler-quartz/pom.xml b/scheduler/boot-scheduler-quartz/pom.xml index 76c5c74a1..f7c0bb15a 100644 --- a/scheduler/boot-scheduler-quartz/pom.xml +++ b/scheduler/boot-scheduler-quartz/pom.xml @@ -25,7 +25,7 @@ 2.15.1 ${project.build.directory}/test-results - 2.41.0 + 2.41.1 9.0.2 1.2.1 3.10.0.2594