Skip to content

Commit

Permalink
chore(deps-dev): bump spring-test from 5.3.22 to 5.3.23 (#425)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump spring-test from 5.3.22 to 5.3.23

Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.22 to 5.3.23.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.22...v5.3.23)

---
updated-dependencies:
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  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]>
  • Loading branch information
dependabot[bot] and bednar authored Sep 16, 2022
1 parent 5712b48 commit dc050ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Update dependencies:
#### Test:
- [#422](https://github.com/influxdata/influxdb-client-java/pull/422): `logback-classic` to `1.3.1`
- [#417](https://github.com/influxdata/influxdb-client-java/pull/417): `mockito` to `4.8.0`
- [#425](https://github.com/influxdata/influxdb-client-java/pull/425): `spring-test` to `5.3.23`

Remove dependencies:
#### Test:
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<properties>
<micrometer.version>1.9.4</micrometer.version>
<spring-boot.version>2.7.3</spring-boot.version>
<spring.version>5.3.22</spring.version>
<spring.version>5.3.23</spring.version>
</properties>

<build>
Expand Down

0 comments on commit dc050ae

Please sign in to comment.