Skip to content

Commit ebe3e92

Browse files
authored
Merge branch 'master' into dependabot/maven/com.squareup.okio-okio-3.9.0
2 parents a005435 + 5c0c807 commit ebe3e92

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ Update dependencies:
66

77
#### Build:
88
- [#678](https://github.com/influxdata/influxdb-client-java/pull/678): `karaf` to `4.4.5`
9-
- [#688](https://github.com/influxdata/influxdb-client-java/pull/688): `spring-boot` to `3.2.3`
9+
- [#698](https://github.com/influxdata/influxdb-client-java/pull/698): `spring-boot` to `3.2.4`
1010
- [#686](https://github.com/influxdata/influxdb-client-java/pull/686): `scala-library` to `2.12.19`
1111
- [#690](https://github.com/influxdata/influxdb-client-java/pull/690): `kotlinx-coroutines` to `1.8.0`
1212
- [#691](https://github.com/influxdata/influxdb-client-java/pull/691): `micrometer-registry-influx` to `1.12.3`
1313
- [#696](https://github.com/influxdata/influxdb-client-java/pull/696): `okio` to `3.9.0`
14+
- [#694](https://github.com/influxdata/influxdb-client-java/pull/694): `retrofit` to `2.11.0`
1415

1516
#### Maven:
1617
- [#676](https://github.com/influxdata/influxdb-client-java/pull/676): `maven-compiler-plugin` to `3.12.1`
1718
- [#677](https://github.com/influxdata/influxdb-client-java/pull/677): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.2.5`
1819
- [#679](https://github.com/influxdata/influxdb-client-java/pull/679): `build-helper-maven-plugin` to `3.5.0`
1920
- [#682](https://github.com/influxdata/influxdb-client-java/pull/682): `maven-checkstyle-plugin` to `3.3.1`
21+
- [#703](https://github.com/influxdata/influxdb-client-java/pull/703): `dokka-maven-plugin` to `1.9.20`
2022

2123
#### Test:
2224
- [#683](https://github.com/influxdata/influxdb-client-java/pull/683): `assertj` to `3.25.3`

client-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.jetbrains.dokka</groupId>
110110
<artifactId>dokka-maven-plugin</artifactId>
111-
<version>1.9.10</version>
111+
<version>1.9.20</version>
112112
<executions>
113113
<execution>
114114
<id>dokka-pre-site</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<properties>
109109
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
110110

111-
<dependency.retrofit.version>2.9.0</dependency.retrofit.version>
111+
<dependency.retrofit.version>2.11.0</dependency.retrofit.version>
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.10.1</dependency.gson.version>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<properties>
7575
<micrometer.version>1.12.3</micrometer.version>
76-
<spring-boot.version>3.2.3</spring-boot.version>
76+
<spring-boot.version>3.2.4</spring-boot.version>
7777
<spring.version>6.1.3</spring.version>
7878
</properties>
7979

0 commit comments

Comments
 (0)