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


The following commit(s) were added to refs/heads/main by this push:
     new ebbd7954ebb Regen
ebbd7954ebb is described below

commit ebbd7954ebb36c0a34d603212ff2f5e113a8b5aa
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Apr 25 16:20:55 2025 +0200

    Regen
---
 .../camel/springboot/catalog/components/google-sheets.json     |  2 +-
 tooling/camel-spring-boot-dependencies/pom.xml                 | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
index f86f77ba305..adfb89ac859 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
@@ -80,7 +80,7 @@
     "spreadsheets": { "consumerOnly": false, "producerOnly": false, 
"description": "The spreadsheets collection of methods", "methods": { 
"batchUpdate": { "description": "Applies one or more updates to the 
spreadsheet", "signatures": [ 
"com.google.api.services.sheets.v4.Sheets$Spreadsheets$BatchUpdate 
batchUpdate(String spreadsheetId, 
com.google.api.services.sheets.v4.model.BatchUpdateSpreadsheetRequest content)" 
] }, "create": { "description": "Creates a spreadsheet, returning the newly 
[...]
   },
   "apiProperties": {
-    "data": { "methods": { "append": { "properties": { "range": { "index": 0, 
"kind": "parameter", "displayName": "Range", "group": "common", "label": "", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
A1 notation(\/sheets\/api\/guides\/concepts#cell) of a range to search for a 
logical table of data. Values are appended after the last row of the table.", 
"optional": false }, "spreadsheetId [...]
+    "data": { "methods": { "append": { "properties": { "range": { "index": 0, 
"kind": "parameter", "displayName": "Range", "group": "common", "label": "", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
A1 
notation(https:\/\/developers.google.com\/workspace\/sheets\/api\/guides\/concepts#cell)
 of a range to search for a logical table of data. Values are appended after 
the last row of the ta [...]
     "spreadsheets": { "methods": { "batchUpdate": { "properties": { 
"batchUpdateSpreadsheetRequest": { "index": 0, "kind": "parameter", 
"displayName": "Batch Update Spreadsheet Request", "group": "common", "label": 
"", "required": false, "type": "object", "javaType": 
"com.google.api.services.sheets.v4.model.BatchUpdateSpreadsheetRequest", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
com.google.api.services.sheets.v4.model.BatchUpdateSpreadsheetRequest", " [...]
   }
 }
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 9a6a29046b1..15bb8217e04 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -30,6 +30,11 @@
   <description>Camel Spring-Boot Dependencies BOM</description>
   <dependencyManagement>
     <dependencies>
+      <dependency>
+        <groupId>com.fasterxml.woodstox</groupId>
+        <artifactId>woodstox-core</artifactId>
+        <version>7.1.0</version>
+      </dependency>
       <dependency>
         <groupId>com.google.api.grpc</groupId>
         <artifactId>proto-google-2common-protos</artifactId>
@@ -4660,6 +4665,11 @@
         <artifactId>plexus-xml</artifactId>
         <version>3.0.1</version>
       </dependency>
+      <dependency>
+        <groupId>org.codehaus.woodstox</groupId>
+        <artifactId>stax2-api</artifactId>
+        <version>4.2.2</version>
+      </dependency>
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-assertj3</artifactId>

Reply via email to