You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/11 17:47:27 UTC

[camel] branch main updated: Upgrade javapoet

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 95e5112b2f3 Upgrade javapoet
95e5112b2f3 is described below

commit 95e5112b2f30a40f0cfb350cd20b856607202f14
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 11 19:25:13 2023 +0200

    Upgrade javapoet
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 58405916cf6..cf54794e158 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -241,7 +241,7 @@
         <javacc-maven-plugin-version>3.0.1</javacc-maven-plugin-version>
         <javacrumbs-version>0.22</javacrumbs-version>
         <javaparser-version>3.13.10</javaparser-version>
-        <javapoet-version>1.11.1</javapoet-version>
+        <javapoet-version>1.13.0</javapoet-version>
         <javassist-version>3.28.0-GA</javassist-version>
         <javax-el3-version>3.0.0</javax-el3-version>
         <jakarta-el-api-hibernate-validator-version>5.0.1</jakarta-el-api-hibernate-validator-version>