Skip to content

Commit

Permalink
Bump com.influxdb:influxdb-* from 6.12.0 to 7.0.0 in /cnf (#2521)
Browse files Browse the repository at this point in the history
* Bump com.influxdb:flux-dsl from 6.12.0 to 7.0.0 in /cnf

Bumps [com.influxdb:flux-dsl](https://github.com/influxdata/influxdb-client-java) from 6.12.0 to 7.0.0.
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v6.12.0...v7.0.0)

---
updated-dependencies:
- dependency-name: com.influxdb:flux-dsl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump com.influxdb:influxdb-client-core from 6.12.0 to 7.0.0 in /cnf

Bumps [com.influxdb:influxdb-client-core](https://github.com/influxdata/influxdb-client-java) from 6.12.0 to 7.0.0.
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v6.12.0...v7.0.0)

---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump com.influxdb:influxdb-client-java from 6.12.0 to 7.0.0 in /cnf

Bumps [com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 6.12.0 to 7.0.0.
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v6.12.0...v7.0.0)

---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump com.influxdb:influxdb-client-utils from 6.12.0 to 7.0.0 in /cnf

Bumps [com.influxdb:influxdb-client-utils](https://github.com/influxdata/influxdb-client-java) from 6.12.0 to 7.0.0.
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v6.12.0...v7.0.0)

---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-utils
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bnd

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>
  • Loading branch information
dependabot[bot] and sfeilmeier authored Feb 6, 2024
1 parent 3aec496 commit 2c938aa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,22 +270,22 @@
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-java</artifactId>
<version>6.12.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-core</artifactId>
<version>6.12.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-utils</artifactId>
<version>6.12.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>flux-dsl</artifactId>
<version>6.12.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>
Expand Down
4 changes: 2 additions & 2 deletions io.openems.wrapper/influxdb-client-core.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-core
Bundle-Description: The Java InfluxDB 2.0 Client Core
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 6.12.0
Bundle-Version: 7.0.0

Include-Resource: \
@influxdb-client-core-6.12.0.jar,\
@influxdb-client-core-7.0.0.jar,\

Export-Package: \
com.influxdb,\
Expand Down
4 changes: 2 additions & 2 deletions io.openems.wrapper/influxdb-client-java.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-java
Bundle-Description: The Java InfluxDB 2.0 Client Java
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 6.12.0
Bundle-Version: 7.0.0

Include-Resource: \
@influxdb-client-java-6.12.0.jar,\
@influxdb-client-java-7.0.0.jar,\

Export-Package: \
com.influxdb.client,\
Expand Down
4 changes: 2 additions & 2 deletions io.openems.wrapper/influxdb-client-utils.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-utils
Bundle-Description: The Java InfluxDB 2.0 Client Utils
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 6.12.0
Bundle-Version: 7.0.0

Include-Resource: \
@influxdb-client-utils-6.12.0.jar,\
@influxdb-client-utils-7.0.0.jar,\

Export-Package: \
com.influxdb.utils,\
Expand Down
4 changes: 2 additions & 2 deletions io.openems.wrapper/influxdb-flux-dsl.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: influxdb-flux-dsl
Bundle-Description: The Java InfluxDB 2.0 Flux DSL
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 6.12.0
Bundle-Version: 7.0.0

Include-Resource: \
@flux-dsl-6.12.0.jar,\
@flux-dsl-7.0.0.jar,\

Export-Package: \
com.influxdb.query,\
Expand Down

0 comments on commit 2c938aa

Please sign in to comment.