Skip to content

Commit

Permalink
deps: dump zeebe-exporter-protobuf from 1.2.1 to 1.3.0 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 authored Feb 27, 2023
1 parent 6bd54fd commit 804a052
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<name>Zeebe Hazelcast Root</name>
Expand All @@ -11,12 +12,12 @@
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.1</version>
<relativePath />
<relativePath/>
</parent>

<properties>
<version.zeebe>8.1.8</version.zeebe>
<version.exporter.protobuf>1.2.1</version.exporter.protobuf>
<version.exporter.protobuf>1.3.0</version.exporter.protobuf>
<version.hazelcast>5.2.2</version.hazelcast>
<version.log4j>2.20.0</version.log4j>
<version.zeebe.testcontainers>3.5.2</version.zeebe.testcontainers>
Expand Down

0 comments on commit 804a052

Please sign in to comment.