Skip to content

Commit a753f78

Browse files
chore(deps): bump io.reactivex.rxjava3:rxjava from 3.1.8 to 3.1.10 (#790)
* chore(deps): bump io.reactivex.rxjava3:rxjava from 3.1.8 to 3.1.10 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.8 to 3.1.10. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](ReactiveX/RxJava@v3.1.8...v3.1.10) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md [skip CI] --------- 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 94285a1 commit a753f78

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,7 @@
22

33
### Dependencies
44

5-
Update dependencies:
6-
7-
#### Build:
8-
- [#773](https://github.com/influxdata/influxdb-client-java/pull/773): `micrometer-registry-influx` to `1.13.4`
9-
- [#770](https://github.com/influxdata/influxdb-client-java/pull/770): `spring-boot` to `3.3.4`
10-
- [#769](https://github.com/influxdata/influxdb-client-java/pull/769): `scala-library` to `2.12.20`
11-
- [#771](https://github.com/influxdata/influxdb-client-java/pull/771): `pekko` to `1.1.1`
12-
- [#772](https://github.com/influxdata/influxdb-client-java/pull/772): `kotlin` to `2.0.20`
13-
14-
#### Maven:
15-
- [#758](https://github.com/influxdata/influxdb-client-java/pull/758): `maven-checkstyle-plugin` to `3.5.0`
16-
- [#763](https://github.com/influxdata/influxdb-client-java/pull/763): `maven-project-info-reports-plugin` to `3.7.0`
17-
- [#776](https://github.com/influxdata/influxdb-client-java/pull/776): `maven-javadoc-plugin` to `3.10.1`
18-
- [#765](https://github.com/influxdata/influxdb-client-java/pull/765): `maven-site-plugin` to `3.20.0`
19-
- [#766](https://github.com/influxdata/influxdb-client-java/pull/766): `versions-maven-plugin` to `2.17.1`
20-
- [#775](https://github.com/influxdata/influxdb-client-java/pull/775): `scala-maven-plugin` to `4.9.2`
21-
- [#777](https://github.com/influxdata/influxdb-client-java/pull/777): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.5.0`
22-
- [#778](https://github.com/influxdata/influxdb-client-java/pull/778): `maven-deploy-plugin` to `3.1.3`
23-
24-
#### Test:
25-
- [#774](https://github.com/influxdata/influxdb-client-java/pull/774): `junit-jupiter` to `5.11.1`
26-
27-
#### Examples:
28-
- [#760](https://github.com/influxdata/influxdb-client-java/pull/760): `commons-lang3` to `3.17.0`
29-
- [#767](https://github.com/influxdata/influxdb-client-java/pull/767): `commons-cli` to `1.9.0`
5+
⚠️ Important Notice: Starting from this release, we won’t be listing every dependency change in our changelog. This helps us maintain the project faster and focus on important features for our InfluxDB client.
306

317
## 7.2.0 [2024-08-12]
328

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<dependency.okhttp3.version>4.12.0</dependency.okhttp3.version>
113113
<dependency.com.squareup.okio>3.9.0</dependency.com.squareup.okio>
114114
<dependency.gson.version>2.11.0</dependency.gson.version>
115-
<dependency.io.reactivex.rxjava3>3.1.8</dependency.io.reactivex.rxjava3>
115+
<dependency.io.reactivex.rxjava3>3.1.10</dependency.io.reactivex.rxjava3>
116116

117117
<plugin.surefire.version>3.5.0</plugin.surefire.version>
118118
<plugin.javadoc.version>3.10.1</plugin.javadoc.version>

0 commit comments

Comments
 (0)