Skip to content

Commit b06f07f

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template-merged' into develop
2 parents 6608c64 + 0a2dbb7 commit b06f07f

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
@@ -51,7 +51,7 @@ jobs:
5151
needs: [check-code]
5252
timeout-minutes: 10
5353
outputs:
54-
upload_url: ${{ steps.create_release.outputs.upload_url }}
54+
upload_url: ${{ steps.create-release.outputs.upload_url }}
5555
steps:
5656
- uses: actions/checkout@v4
5757

@@ -88,7 +88,7 @@ jobs:
8888
git push origin --tags
8989
9090
- name: Create Release
91-
id: create_release
91+
id: create-release
9292
uses: shogo82148/actions-create-release@4661dc54f7b4b564074e9fbf73884d960de569a3 # v1
9393
with:
9494
tag_name: v${{ steps.version.outputs.release }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.puppycrawl.tools</groupId>
4646
<artifactId>checkstyle</artifactId>
47-
<version>10.25.0</version>
47+
<version>10.26.0</version>
4848
</dependency>
4949
</dependencies>
5050
<configuration>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-pmd-plugin</artifactId>
72-
<version>3.26.0</version>
72+
<version>3.27.0</version>
7373
<configuration>
7474
<includeTests>true</includeTests>
7575
<printFailingErrors>true</printFailingErrors>

selenium-elements/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.codehaus.mojo</groupId>
225225
<artifactId>flatten-maven-plugin</artifactId>
226-
<version>1.7.0</version>
226+
<version>1.7.1</version>
227227
<configuration>
228228
<flattenMode>ossrh</flattenMode>
229229
</configuration>
@@ -285,7 +285,7 @@
285285
<dependency>
286286
<groupId>com.puppycrawl.tools</groupId>
287287
<artifactId>checkstyle</artifactId>
288-
<version>10.25.0</version>
288+
<version>10.26.0</version>
289289
</dependency>
290290
</dependencies>
291291
<configuration>
@@ -310,7 +310,7 @@
310310
<plugin>
311311
<groupId>org.apache.maven.plugins</groupId>
312312
<artifactId>maven-pmd-plugin</artifactId>
313-
<version>3.26.0</version>
313+
<version>3.27.0</version>
314314
<configuration>
315315
<includeTests>true</includeTests>
316316
<printFailingErrors>true</printFailingErrors>

0 commit comments

Comments
 (0)