Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4
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.11.3 to 5.11.4.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

---
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 Dec 17, 2024
1 parent 33fb6e0 commit fb4ebc9
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.6</jjwt.version>
<geronimo-json_1.1_spec.version>1.5</geronimo-json_1.1_spec.version>

<junit-jupiter>5.11.3</junit-jupiter>
<junit-jupiter>5.11.4</junit-jupiter>
<jacoco-maven-plugin.version>0.8.12</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.47</nimbus-jose-jwt.version>
<json-smart.version>2.5.1</json-smart.version>
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<junit-jupiter.version>5.11.4</junit-jupiter.version>
</properties>

<dependencies>
Expand Down

0 comments on commit fb4ebc9

Please sign in to comment.