This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 3e73b8048cfc452b7fd4f13740f438ddf5e1d5d6 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jul 20 18:36:56 2023 +0200 Upgrade to springdoc 1.7.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c347347b0c6..8462434041a 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ <maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version> <mycila-license-version>3.0</mycila-license-version> - <springdoc-version>1.6.6</springdoc-version> + <springdoc-version>1.7.0</springdoc-version> <surefire.version>${maven-surefire-plugin-version}</surefire.version> <swagger-parser-v3-version>2.1.10</swagger-parser-v3-version> <cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version>
