Skip to content

Commit

Permalink
merge: #1017
Browse files Browse the repository at this point in the history
1017: Release 8.2.20 r=github-actions[bot] a=camundait

Merge the release branch with stable. This pull request was created by Zeebe 🚀.

Co-authored-by: Deepthi Devaki Akkoorath <deepthidevaki@gmail.com>
  • Loading branch information
zeebe-bors-camunda[bot] and deepthidevaki authored Jan 3, 2024
2 parents f38852c + 314615d commit f8667f5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency.snakeyaml.version>2.0</dependency.snakeyaml.version>
<dependency.spring.version>6.0.7</dependency.spring.version>
<dependency.testcontainers.version>1.18.0</dependency.testcontainers.version>
<dependency.zeebe.version>8.2.19</dependency.zeebe.version>
<dependency.zeebe.version>8.2.20</dependency.zeebe.version>

<license.header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</license.header>

Expand All @@ -101,7 +101,7 @@

<skipChecks>false</skipChecks>

<version.grpc>1.54.0</version.grpc>
<version.grpc>1.59.1</version.grpc>
<version.java>17</version.java>
<version.protobuf>3.19.4</version.protobuf>
</properties>
Expand Down Expand Up @@ -704,6 +704,13 @@
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<stagingProgressTimeoutMinutes>40</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down

0 comments on commit f8667f5

Please sign in to comment.