Skip to content

Commit

Permalink
Merge pull request #280 from camunda-community-hub/update-zeebe_8_2_0
Browse files Browse the repository at this point in the history
deps: dump Zeebe to 8.2.0
  • Loading branch information
saig0 authored Apr 5, 2023
2 parents 3d353d1 + 69d2ce2 commit 948be23
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<artifactId>eze-root</artifactId>
Expand All @@ -11,7 +13,7 @@
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.2</version>
<relativePath />
<relativePath/>
</parent>

<modules>
Expand Down Expand Up @@ -44,7 +46,7 @@
<maven.version>3.0</maven.version>

<kotlin.version>1.8.20</kotlin.version>
<zeebe.version>8.2.0-rc1</zeebe.version>
<zeebe.version>8.2.0</zeebe.version>

<version.junit>5.9.2</version.junit>

Expand Down Expand Up @@ -196,7 +198,7 @@
<version>3.3.0</version>
<configuration>
<rules>
<dependencyConvergence />
<dependencyConvergence/>
</rules>
</configuration>
<executions>
Expand Down

0 comments on commit 948be23

Please sign in to comment.