Skip to content

Commit

Permalink
chore(deps): bump maven-bundle-plugin from 5.1.7 to 5.1.8 (#391)
Browse files Browse the repository at this point in the history
* chore(deps): bump maven-bundle-plugin from 5.1.7 to 5.1.8

Bumps maven-bundle-plugin from 5.1.7 to 5.1.8.

---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
  • Loading branch information
dependabot[bot] and bednar authored Aug 2, 2022
1 parent 044d3b0 commit 32ac909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Update dependencies:
- [#389](https://github.com/influxdata/influxdb-client-java/pull/389): `scala-collection-compat_2.12` to `2.8.1`
- [#392](https://github.com/influxdata/influxdb-client-java/pull/392): `gson` to `2.9.1`

#### Maven Plugin:
- [#391](https://github.com/influxdata/influxdb-client-java/pull/391): `maven-bundle-plugin` to `5.1.8`

## 6.4.0 [2022-07-29]

### Release Notice
Expand Down
2 changes: 1 addition & 1 deletion client-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.7</version>
<version>5.1.8</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down

0 comments on commit 32ac909

Please sign in to comment.