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.git
The following commit(s) were added to refs/heads/main by this push:
new 192a3d4d110 CAMEL-19110: Update with Spring Boot 3.0.4 dependencies
(#9467)
192a3d4d110 is described below
commit 192a3d4d11072ccea2db094a4a7a0c4033aef565
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sat Mar 4 07:34:18 2023 +0100
CAMEL-19110: Update with Spring Boot 3.0.4 dependencies (#9467)
* Update with Spring Boot 3.0.4 dependencies
* Update with Spring Boot 3.0.4 dependencies
---
camel-dependencies/pom.xml | 2 +-
parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index da214381818..0bb9dc433d4 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -362,7 +362,7 @@
<maven-surefire-report-plugin-version>3.0.0-M8</maven-surefire-report-plugin-version>
<maven-wagon-version>3.5.2</maven-wagon-version>
<maven-war-plugin-version>3.3.1</maven-war-plugin-version>
- <metrics-version>4.2.15</metrics-version>
+ <metrics-version>4.2.17</metrics-version>
<micrometer-version>1.10.4</micrometer-version>
<microprofile-config-version>3.0.2</microprofile-config-version>
<microprofile-fault-tolerance-version>4.0.2</microprofile-fault-tolerance-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 1c1f4d77799..81907539e54 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -357,7 +357,7 @@
<maven-surefire-report-plugin-version>3.0.0-M8</maven-surefire-report-plugin-version>
<maven-wagon-version>3.5.2</maven-wagon-version>
<maven-war-plugin-version>3.3.1</maven-war-plugin-version>
- <metrics-version>4.2.15</metrics-version>
+ <metrics-version>4.2.17</metrics-version>
<micrometer-version>1.10.4</micrometer-version>
<microprofile-config-version>3.0.2</microprofile-config-version>
<microprofile-fault-tolerance-version>4.0.2</microprofile-fault-tolerance-version>