Skip to content

Commit

Permalink
Bump junit.version from 5.8.0 to 5.8.1 (#1872)
Browse files Browse the repository at this point in the history
Bumps `junit.version` from 5.8.0 to 5.8.1.

Updates `junit-jupiter` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.0...r5.8.1)

Updates `junit-jupiter-api` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.0...r5.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 23, 2021
1 parent 03a8c8f commit 541aaaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-tests/integration-tests-common/pom.xml
Expand Up @@ -20,7 +20,7 @@
<groups></groups>
<skipTests>true</skipTests>

<junit.version>5.8.0</junit.version>
<junit.version>5.8.1</junit.version>
<junit.platform-launcher.version>1.7.2</junit.platform-launcher.version>

<logback.version>1.2.6</logback.version>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/legacy-tests/pom.xml
Expand Up @@ -19,7 +19,7 @@
<groups></groups>
<skipTests>true</skipTests>

<junit.version>5.8.0</junit.version>
<junit.version>5.8.1</junit.version>
<junit.platform-launcher.version>1.7.2</junit.platform-launcher.version>
<version.okhttp>4.9.0</version.okhttp>
<kafka.version>2.3.0</kafka.version>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/testsuite/pom.xml
Expand Up @@ -17,7 +17,7 @@
<groups></groups>
<skipTests>true</skipTests>

<junit.version>5.8.0</junit.version>
<junit.version>5.8.1</junit.version>
<junit.platform-launcher.version>1.7.2</junit.platform-launcher.version>

<kafka.version>2.3.0</kafka.version>
Expand Down

0 comments on commit 541aaaa

Please sign in to comment.