This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 4096e440 Bump org.influxdb:influxdb-java from 2.24 to 2.25 (#461)
4096e440 is described below

commit 4096e4401fe18ca8cc1422d72eb482df7d500d71
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 4 08:34:13 2025 +0200

    Bump org.influxdb:influxdb-java from 2.24 to 2.25 (#461)
    
    * Bump org.influxdb:influxdb-java from 2.24 to 2.25
    
    Bumps 
[org.influxdb:influxdb-java](https://github.com/influxdata/influxdb-java) from 
2.24 to 2.25.
    - [Release notes](https://github.com/influxdata/influxdb-java/releases)
    - 
[Changelog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/influxdata/influxdb-java/compare/influxdb-java-2.24...influxdb-java-2.25)
    
    ---
    updated-dependencies:
    - dependency-name: org.influxdb:influxdb-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix influxdb appender bundle
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: JB Onofré <[email protected]>
---
 appender/influxdb/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/appender/influxdb/pom.xml b/appender/influxdb/pom.xml
index 133f5b2b..b786c657 100644
--- a/appender/influxdb/pom.xml
+++ b/appender/influxdb/pom.xml
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>org.influxdb</groupId>
             <artifactId>influxdb-java</artifactId>
-            <version>2.24</version>
+            <version>2.25</version>
         </dependency>
     </dependencies>
 
@@ -87,6 +87,7 @@
                             !org.influxdb.dto,
                             !org.influxdb.impl,
                             !org.influxdb.msgpack,
+                            !org.influxdb.querybuilder*,
                             !retrofit2,
                             !retrofit2.converter.moshi,
                             !retrofit2.http,
@@ -138,6 +139,7 @@
                             org.influxdb.impl,
                             org.influxdb.dto,
                             org.influxdb.msgpack,
+                            org.influxdb.querybuilder*,
                             retrofit2,
                             retrofit2.converter.moshi,
                             retrofit2.http,

Reply via email to