Skip to content

Commit b3819fb

Browse files
authored
Merge pull request #124 from xdev-software/update-from-template-merged
Update from template (auto-merged)
2 parents b29fa3c + 64f7f7a commit b3819fb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
needs: [check-code]
4949
timeout-minutes: 10
5050
outputs:
51-
upload_url: ${{ steps.create_release.outputs.upload_url }}
51+
upload_url: ${{ steps.create-release.outputs.upload_url }}
5252
steps:
5353
- uses: actions/checkout@v4
5454

@@ -84,7 +84,7 @@ jobs:
8484
git push origin --tags
8585
8686
- name: Create Release
87-
id: create_release
87+
id: create-release
8888
uses: shogo82148/actions-create-release@4661dc54f7b4b564074e9fbf73884d960de569a3 # v1
8989
with:
9090
tag_name: v${{ steps.version.outputs.release }}

client-storage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.codehaus.mojo</groupId>
157157
<artifactId>flatten-maven-plugin</artifactId>
158-
<version>1.7.0</version>
158+
<version>1.7.1</version>
159159
<configuration>
160160
<flattenMode>ossrh</flattenMode>
161161
</configuration>
@@ -217,7 +217,7 @@
217217
<dependency>
218218
<groupId>com.puppycrawl.tools</groupId>
219219
<artifactId>checkstyle</artifactId>
220-
<version>10.25.0</version>
220+
<version>10.26.0</version>
221221
</dependency>
222222
</dependencies>
223223
<configuration>
@@ -242,7 +242,7 @@
242242
<plugin>
243243
<groupId>org.apache.maven.plugins</groupId>
244244
<artifactId>maven-pmd-plugin</artifactId>
245-
<version>3.26.0</version>
245+
<version>3.27.0</version>
246246
<configuration>
247247
<includeTests>true</includeTests>
248248
<printFailingErrors>true</printFailingErrors>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.puppycrawl.tools</groupId>
9090
<artifactId>checkstyle</artifactId>
91-
<version>10.25.0</version>
91+
<version>10.26.0</version>
9292
</dependency>
9393
</dependencies>
9494
<configuration>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-pmd-plugin</artifactId>
116-
<version>3.26.0</version>
116+
<version>3.27.0</version>
117117
<configuration>
118118
<includeTests>true</includeTests>
119119
<printFailingErrors>true</printFailingErrors>

0 commit comments

Comments
 (0)