Skip to content

Commit f44731f

Browse files
committed
fix: update Checkstyle and Maven Resources Plugin versions; remove obsolete sync-merge-upstream.sh script
1 parent a9a9307 commit f44731f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,15 @@
194194
<dependency>
195195
<groupId>com.puppycrawl.tools</groupId>
196196
<artifactId>checkstyle</artifactId>
197-
<version>10.21.4</version>
197+
<version>10.26.1</version>
198198
</dependency>
199199
</dependencies>
200200
</plugin>
201201
<!-- Filter site markdown files to replace ${project.version} -->
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-resources-plugin</artifactId>
205-
<version>3.3.1</version>
205+
<version>3.4.0</version>
206206
<executions>
207207
<execution>
208208
<id>filter-site-markdown</id>

sync-merge-upstream.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)