Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 4038603 commit 7055375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<jjwt.version>0.12.3</jjwt.version>
<geronimo-json_1.1_spec.version>1.5</geronimo-json_1.1_spec.version>

<junit-jupiter>5.10.0</junit-jupiter>
<junit-jupiter>5.10.1</junit-jupiter>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion your-finance-k-jwt-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<nimbus-jose-jwt.version>9.37</nimbus-jose-jwt.version>
<json-smart.version>2.5.0</json-smart.version>
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7055375

Please sign in to comment.