Skip to content

Commit dc7a8e6

Browse files
chore(deps): bump org.osgi.service.component.annotations from 1.5.0 to 1.5.1 (#490)
* chore(deps): bump org.osgi.service.component.annotations Bumps [org.osgi.service.component.annotations](https://github.com/osgi/osgi) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/osgi/osgi/releases) - [Commits](https://github.com/osgi/osgi/commits) --- updated-dependencies: - dependency-name: org.osgi:org.osgi.service.component.annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: update CHANGELOG.md Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent bc97659 commit dc7a8e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Update dependencies:
2222

2323
#### Provided:
2424
- [#487](https://github.com/influxdata/influxdb-client-java/pull/487): `slf4j-api` to `2.0.6`
25+
- [#490](https://github.com/influxdata/influxdb-client-java/pull/490): `org.osgi.service.component.annotations` to `1.5.1`
2526

2627
#### Test:
2728
- [#485](https://github.com/influxdata/influxdb-client-java/pull/485): `mockito` to `4.10.0`

client-osgi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>org.osgi</groupId>
174174
<artifactId>org.osgi.service.component.annotations</artifactId>
175-
<version>1.5.0</version>
175+
<version>1.5.1</version>
176176
<scope>provided</scope>
177177
</dependency>
178178
<dependency>

0 commit comments

Comments
 (0)