Skip to content

Commit

Permalink
fix(deps): update dependency io.camunda:zeebe-bom to v8.6.3 (#1013)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency io.camunda:zeebe-bom to v8.6.3

* added methods to interface impl

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Lukas <[email protected]>
  • Loading branch information
renovate[bot] and jonathanlukas authored Oct 25, 2024
1 parent 7bc42d5 commit 47b296f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,15 @@ public FinalCommandStep<CompleteJobResponse> requestTimeout(Duration requestTime
public ZeebeFuture<CompleteJobResponse> send() {
return mock(ZeebeFuture.class);
}

@Override
public CompleteJobCommandStep1 useRest() {
throw new UnsupportedOperationException();
}

@Override
public CompleteJobCommandStep1 useGrpc() {
throw new UnsupportedOperationException();
}
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven.compiler.source>${version.java}</maven.compiler.source>
<maven.compiler.target>${version.java}</maven.compiler.target>

<version.zeebe>8.5.8</version.zeebe>
<version.zeebe>8.6.3</version.zeebe>
<version.spring-boot-starter-camunda>8.5.11</version.spring-boot-starter-camunda>
<version.zeebe-process-test-extension-testcontainer>8.6.3</version.zeebe-process-test-extension-testcontainer>
<version.camunda.platform>7.22.0</version.camunda.platform>
Expand Down

0 comments on commit 47b296f

Please sign in to comment.