Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump connector-core from 0.3.0 to 0.6.0 #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump connector-core from 0.3.0 to 0.6.0
Bumps [connector-core](https://github.com/camunda/connector-sdk) from 0.3.0 to 0.6.0.
- [Release notes](https://github.com/camunda/connector-sdk/releases)
- [Changelog](https://github.com/camunda/connector-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/camunda/connector-sdk/compare/0.3.0...0.6.0)

---
updated-dependencies:
- dependency-name: io.camunda.connector:connector-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Feb 14, 2023
commit 0914dd06e7d327f42942ec4a1fefd6a406e04c83
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>

<zeebe.version>8.1.4</zeebe.version>
<connector-core.version>0.3.0</connector-core.version>
<connector-core.version>0.6.0</connector-core.version>
<connector-validation.version>0.3.0</connector-validation.version>

<!-- Access file -->