Skip to content

Commit

Permalink
Merge pull request #145 from camunda-community-hub/renovate/junit-jun…
Browse files Browse the repository at this point in the history
…it-4.x

chore(deps): update dependency junit:junit to v4.13.2
  • Loading branch information
VonDerBeck authored Nov 22, 2023
2 parents 1f5a37d + 70e5d8a commit e081b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<additionalDependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
</additionalDependency>
</additionalDependencies>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion extension-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<additionalDependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
</additionalDependency>
</additionalDependencies>
</configuration>
Expand Down

0 comments on commit e081b9e

Please sign in to comment.