Skip to content

Commit

Permalink
chore(deps): bump zeebe-hazelcast-connector from 1.2.0 to 1.2.1 (#260)
Browse files Browse the repository at this point in the history
* chore(deps): bump zeebe-hazelcast-connector from 1.2.0 to 1.2.1

Bumps zeebe-hazelcast-connector from 1.2.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: io.zeebe.hazelcast:zeebe-hazelcast-connector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: import checksum as utf-8 string

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philipp Ossler <[email protected]>
  • Loading branch information
dependabot[bot] and saig0 authored Jul 7, 2022
1 parent 7cd7baf commit 7ad6719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class HazelcastImporter(
bpmnXML = process.resource.toStringUtf8(),
deployTime = process.metadata.timestamp,
resourceName = process.resourceName,
checksum = process.checksum
checksum = process.checksum.toStringUtf8()
)
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<spring.boot.version>2.6.7</spring.boot.version>

<hazelcast.exporter.version>1.2.0</hazelcast.exporter.version>
<hazelcast.exporter.version>1.2.1</hazelcast.exporter.version>
<!-- pin Hazelcast version because of spring-boot-dependencies -->
<version.hazelcast>5.1.2</version.hazelcast>

Expand Down

0 comments on commit 7ad6719

Please sign in to comment.