Skip to content

Commit

Permalink
Merge pull request #128 from camunda-community-hub/dependabot/maven/o…
Browse files Browse the repository at this point in the history
…rg.junit.jupiter-junit-jupiter-engine-5.10.0

chore(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.4.0 to 5.10.0
  • Loading branch information
VonDerBeck authored Oct 7, 2023
2 parents 7b6595b + 5e553d8 commit 7e19240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.4.0</version>
<version>5.10.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion examples/sso-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.4.0</version>
<version>5.10.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 7e19240

Please sign in to comment.