We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc97659 commit dc7a8e6Copy full SHA for dc7a8e6
CHANGELOG.md
@@ -22,6 +22,7 @@ Update dependencies:
22
23
#### Provided:
24
- [#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`
26
27
#### Test:
28
- [#485](https://github.com/influxdata/influxdb-client-java/pull/485): `mockito` to `4.10.0`
client-osgi/pom.xml
@@ -172,7 +172,7 @@
172
<dependency>
173
<groupId>org.osgi</groupId>
174
<artifactId>org.osgi.service.component.annotations</artifactId>
175
- <version>1.5.0</version>
+ <version>1.5.1</version>
176
<scope>provided</scope>
177
</dependency>
178
0 commit comments