Skip to content

Commit

Permalink
build(deps): bump junit.jupiter.version from 5.9.2 to 5.9.3 (#916)
Browse files Browse the repository at this point in the history
Bumps `junit.jupiter.version` from 5.9.2 to 5.9.3.

Updates `junit-jupiter` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.9.3)

Updates `junit-jupiter-api` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.9.3)

Updates `junit-jupiter-engine` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.9.3)

Updates `junit-jupiter-params` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.9.3)

---
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:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  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 Apr 27, 2023
1 parent fde0f32 commit a1c99f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<jna.version>5.13.0</jna.version>
<joda-time.version>2.12.5</joda-time.version>
<jserialcom.version>2.9.3</jserialcom.version>
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<junit.jupiter.version>5.9.3</junit.jupiter.version>
<junit.platform.version>1.8.2</junit.platform.version>
<logback.version>1.4.7</logback.version>
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
Expand Down

0 comments on commit a1c99f2

Please sign in to comment.