We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e5523 commit 4c25378Copy full SHA for 4c25378
2 files changed
.github/workflows/create-release.yaml
@@ -87,10 +87,7 @@ jobs:
87
88
- uses: actions/checkout@v6
89
- name: Build app
90
- run: |
91
- git fetch origin main
92
- git checkout origin/main
93
- mvn package --no-transfer-progress
+ run: mvn package --no-transfer-progress
94
95
- name: Upload app jar
96
uses: actions/upload-artifact@v7
pom.xml
@@ -22,7 +22,7 @@
22
<commons-lang3.version>3.20.0</commons-lang3.version>
23
24
<!-- Dependency versions not managed by Spring -->
25
- <bpm.version>1.1.5</bpm.version>
+ <bpm.version>1.2.0</bpm.version>
26
<springdoc.version>3.0.3</springdoc.version>
27
<mapstruct.version>1.6.3</mapstruct.version>
28
<pitest.version>1.25.3</pitest.version>
0 commit comments