Skip to content

Commit

Permalink
chore(deps): bump junit-jupiter.version from 5.10.3 to 5.11.1 (#774)
Browse files Browse the repository at this point in the history
* chore(deps): bump junit-jupiter.version from 5.10.3 to 5.11.1

Bumps `junit-jupiter.version` from 5.10.3 to 5.11.1.

Updates `org.junit.vintage:junit-vintage-engine` from 5.10.3 to 5.11.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.11.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.1)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.11.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.1)

---
updated-dependencies:
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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]>
  • Loading branch information
dependabot[bot] and bednar authored Oct 2, 2024
1 parent 356899a commit a85e4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Update dependencies:
- [#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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

<pekko.version>1.0.3</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

0 comments on commit a85e4fd

Please sign in to comment.