Skip to content

Commit

Permalink
Merge pull request #143 from camunda-community-hub/renovate/org.codeh…
Browse files Browse the repository at this point in the history
…aus.mojo-exec-maven-plugin-3.x

chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.1.1
  • Loading branch information
VonDerBeck authored Nov 22, 2023
2 parents 11530b6 + 4848f14 commit 1f5a37d
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 @@ -134,7 +134,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<mainClass>org.camunda.bpm.extension.keycloak.org.camunda.bpm.extension.keycloak.showcase.CamundaApplication</mainClass>
</configuration>
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 @@ -182,7 +182,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<mainClass>org.camunda.bpm.extension.keycloak.showcase.CamundaApplication</mainClass>
</configuration>
Expand Down

0 comments on commit 1f5a37d

Please sign in to comment.