Skip to content

Commit

Permalink
Merge pull request #131 from camunda-community-hub/dependabot/maven/o…
Browse files Browse the repository at this point in the history
…rg.codehaus.mojo-exec-maven-plugin-3.1.0

chore(deps): bump org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.1.0
  • Loading branch information
VonDerBeck authored Oct 9, 2023
2 parents 9990fa1 + 17dd687 commit 6cf88ad
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>1.6.0</version>
<version>3.1.0</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>1.6.0</version>
<version>3.1.0</version>
<configuration>
<mainClass>org.camunda.bpm.extension.keycloak.showcase.CamundaApplication</mainClass>
</configuration>
Expand Down

0 comments on commit 6cf88ad

Please sign in to comment.