Skip to content

Commit

Permalink
build(deps): bump org.junit.jupiter.version from 5.11.0 to 5.11.1
Browse files Browse the repository at this point in the history
Bumps `org.junit.jupiter.version` from 5.11.0 to 5.11.1.

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

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

---
updated-dependencies:
- 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-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 26, 2024
1 parent eab6353 commit 5a1d726
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 @@ -84,7 +84,7 @@

<com.github.spotbugs.version>4.8.6</com.github.spotbugs.version>
<com.github.spotbugs.plugin.version>4.8.6.4</com.github.spotbugs.plugin.version>
<org.junit.jupiter.version>5.11.0</org.junit.jupiter.version>
<org.junit.jupiter.version>5.11.1</org.junit.jupiter.version>
<org.hamcrest.version>3.0</org.hamcrest.version>
<org.mockito.version>5.2.0</org.mockito.version>
<org.jacoco.maven.plugin.version>0.8.12</org.jacoco.maven.plugin.version>
Expand Down

0 comments on commit 5a1d726

Please sign in to comment.