Skip to content

Commit

Permalink
Merge branch 'version/1.4.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rnschk committed Oct 18, 2022
2 parents bff969e + df7b0fc commit e00731a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,11 @@ use a newer version of the Retry-Aspect in combination with an older version of
any issue, please feel free to contact me.

| Retry-Aspect | External-Task-Client | Spring Boot |
| ---: | ---: | ---: |
| 1.2.x | 7.15.0 | 2.5.x |
| 1.3.x | 7.16.0 | 2.6.x |
| 1.4.x | 7.17.0 | 2.6.x |
|-------------:| ---: |------------:|
| 1.2.x | 7.15.0 | 2.5.x |
| 1.3.x | 7.16.0 | 2.6.x |
| 1.4.x | 7.17.0 | 2.6.x |
| 1.4.2 | 7.17.0 | 2.7.x |

## 🤹 Collaboration
This tool was build by viadee Unternehmensberatung AG. If you are interested to find out what
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>This tool helps to control the retry-behaviour in external-task-handlers
based on the official java-client provided by Camunda BPM
</description>
<version>1.4.1</version>
<version>1.4.2</version>
<inceptionYear>2021</inceptionYear>

<organization>
Expand All @@ -37,7 +37,7 @@
<maven.compiler.target>8</maven.compiler.target>

<!-- versions -->
<spring-boot.version>2.6.7</spring-boot.version>
<spring-boot.version>2.7.4</spring-boot.version>
<external-task-client.version>7.17.0</external-task-client.version>
<commons-lang3.version>3.11</commons-lang3.version>
<junit.version>4.13.2</junit.version>
Expand Down

0 comments on commit e00731a

Please sign in to comment.