Skip to content

Commit fe2fcc8

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template-merged' into develop
2 parents 4617d30 + c020153 commit fe2fcc8

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
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.puppycrawl.tools</groupId>
4747
<artifactId>checkstyle</artifactId>
48-
<version>10.25.0</version>
48+
<version>10.26.0</version>
4949
</dependency>
5050
</dependencies>
5151
<configuration>
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-pmd-plugin</artifactId>
73-
<version>3.26.0</version>
73+
<version>3.27.0</version>
7474
<configuration>
7575
<includeTests>true</includeTests>
7676
<printFailingErrors>true</printFailingErrors>

testcontainers-selenium/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
<plugin>
265265
<groupId>org.codehaus.mojo</groupId>
266266
<artifactId>flatten-maven-plugin</artifactId>
267-
<version>1.7.0</version>
267+
<version>1.7.1</version>
268268
<configuration>
269269
<flattenMode>ossrh</flattenMode>
270270
</configuration>
@@ -326,7 +326,7 @@
326326
<dependency>
327327
<groupId>com.puppycrawl.tools</groupId>
328328
<artifactId>checkstyle</artifactId>
329-
<version>10.25.0</version>
329+
<version>10.26.0</version>
330330
</dependency>
331331
</dependencies>
332332
<configuration>
@@ -351,7 +351,7 @@
351351
<plugin>
352352
<groupId>org.apache.maven.plugins</groupId>
353353
<artifactId>maven-pmd-plugin</artifactId>
354-
<version>3.26.0</version>
354+
<version>3.27.0</version>
355355
<configuration>
356356
<includeTests>true</includeTests>
357357
<printFailingErrors>true</printFailingErrors>

0 commit comments

Comments
 (0)