Skip to content

Commit

Permalink
Merge pull request #41 from camunda-community-hub/dependabot/maven/io…
Browse files Browse the repository at this point in the history
….camunda-zeebe-bom-1.2.1

build(deps): bump zeebe-bom from 1.2.0-alpha2 to 1.2.1
  • Loading branch information
ChrisKujawa authored Oct 22, 2021
2 parents 3a7d702 + d5de6bb commit 31dee05
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<maven.version>3.0</maven.version>

<kotlin.version>1.5.31</kotlin.version>
<zeebe.version>1.2.0-alpha2</zeebe.version>
<zeebe.version>1.2.1</zeebe.version>
<netty.version>4.1.69.Final</netty.version>

<version.junit>5.8.1</version.junit>

Expand Down Expand Up @@ -73,6 +74,14 @@
<type>pom</type>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>${netty.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
Expand Down

0 comments on commit 31dee05

Please sign in to comment.