Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/plugin.surefire.version-3…
Browse files Browse the repository at this point in the history
….5.0
  • Loading branch information
bednar authored Oct 2, 2024
2 parents 42e4705 + fee2180 commit 6660adf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
Update dependencies:

#### Build:
- [#761](https://github.com/influxdata/influxdb-client-java/pull/761): `micrometer-registry-influx` to `1.13.3`
- [#762](https://github.com/influxdata/influxdb-client-java/pull/762): `spring-boot` to `3.3.3`
- [#773](https://github.com/influxdata/influxdb-client-java/pull/773): `micrometer-registry-influx` to `1.13.4`
- [#770](https://github.com/influxdata/influxdb-client-java/pull/770): `spring-boot` to `3.3.4`
- [#771](https://github.com/influxdata/influxdb-client-java/pull/771): `pekko` to `1.1.1`

#### Maven:
- [#758](https://github.com/influxdata/influxdb-client-java/pull/758): `maven-checkstyle-plugin` to `3.5.0`
Expand All @@ -15,9 +16,10 @@ Update dependencies:
- [#765](https://github.com/influxdata/influxdb-client-java/pull/765): `maven-site-plugin` to `3.20.0`
- [#766](https://github.com/influxdata/influxdb-client-java/pull/766): `versions-maven-plugin` to `2.17.1`
- [#777](https://github.com/influxdata/influxdb-client-java/pull/777): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.5.0`
- [#778](https://github.com/influxdata/influxdb-client-java/pull/778): `maven-deploy-plugin` to `3.1.3`

#### Test:
-
- [#774](https://github.com/influxdata/influxdb-client-java/pull/774): `junit-jupiter` to `5.11.1`

#### Examples:
- [#760](https://github.com/influxdata/influxdb-client-java/pull/760): `commons-lang3` to `3.17.0`
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
<plugin.site.version>3.20.0</plugin.site.version>
<plugin.scala.version>4.9.1</plugin.scala.version>

<pekko.version>1.0.3</pekko.version>
<pekko.version>1.1.1</pekko.version>
<kotlin.version>2.0.0</kotlin.version>
<junit-jupiter.version>5.10.3</junit-jupiter.version>
<junit-jupiter.version>5.11.1</junit-jupiter.version>
<kotlin-coroutines.version>1.8.1</kotlin-coroutines.version>
<mockito.version>4.10.0</mockito.version>
</properties>
Expand Down Expand Up @@ -429,7 +429,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>

<plugin>
Expand Down
4 changes: 2 additions & 2 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
</scm>

<properties>
<micrometer.version>1.13.3</micrometer.version>
<spring-boot.version>3.3.3</spring-boot.version>
<micrometer.version>1.13.4</micrometer.version>
<spring-boot.version>3.3.4</spring-boot.version>
<spring.version>6.1.3</spring.version>
</properties>

Expand Down

0 comments on commit 6660adf

Please sign in to comment.