Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/maven/org.jetbrains-annotation…
Browse files Browse the repository at this point in the history
…s-24.1.0
  • Loading branch information
jangalinski authored Feb 13, 2024
2 parents 47028c4 + fce2e21 commit 66eb3f1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<!-- dependencies -->
<camunda.version>7.20.0</camunda.version>
<immutables.version>2.10.0</immutables.version>
<jackson.version>2.15.3</jackson.version>
<jackson.version>2.16.1</jackson.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>

<junit5.version>5.10.1</junit5.version>
<junit5.version>5.10.2</junit5.version>
<mockito.version>4.1.0</mockito.version>
<assertj.version>3.24.2</assertj.version>
<assertj.version>3.25.1</assertj.version>

<assertj.generated.dir>${project.build.directory}/generated-test-sources/assertj</assertj.generated.dir>

Expand Down Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.7.0</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -146,7 +146,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
<version>2.0.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -183,7 +183,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<source>${maven.compiler.source}</source>
Expand Down Expand Up @@ -212,19 +212,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>

<!-- javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -259,7 +259,7 @@
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.20.0</version>
<version>1.21.0</version>
<configuration>
<gitFlowConfig>
<productionBranch>master</productionBranch>
Expand All @@ -280,7 +280,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>add-test-source</id>
Expand Down

0 comments on commit 66eb3f1

Please sign in to comment.