1 Commits

Author SHA1 Message Date
Renovate Bot
1f828cf233 chore(deps): update s4u/maven-settings-action action to v3.1.0 2024-11-06 11:14:31 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
# Configure Maven settings # Configure Maven settings
- name: Maven Settings - name: Maven Settings
uses: s4u/maven-settings-action@v3.0.0 uses: s4u/maven-settings-action@v3.1.0
with: with:
servers: |- servers: |-
[ [

View File

@ -56,7 +56,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>3.6.0</version> <version>3.3.1</version>
<configuration> <configuration>
<configLocation>checkstyle.xml</configLocation> <configLocation>checkstyle.xml</configLocation>
</configuration> </configuration>