Skip to content

Commit

Permalink
chore(deps): update maven all non-major dependencies (#475)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Paulo Gomes da Cruz Junior <[email protected]>
Co-authored-by: Derek Roberts <[email protected]>
  • Loading branch information
4 people authored May 24, 2023
1 parent facb529 commit 1e742a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<configuration>
<skip>${checkstyle.skip}</skip>
<configLocation>google_checks.xml</configLocation>
Expand All @@ -484,7 +484,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.8</version>
<version>2.7.9</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down
4 changes: 2 additions & 2 deletions legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<configuration>
<skip>${checkstyle.skip}</skip>
<configLocation>google_checks.xml</configLocation>
Expand All @@ -463,7 +463,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.8</version>
<version>2.7.9</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down
4 changes: 2 additions & 2 deletions processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<configuration>
<skip>${checkstyle.skip}</skip>
<configLocation>google_checks.xml</configLocation>
Expand All @@ -467,7 +467,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.8</version>
<version>2.7.9</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down

0 comments on commit 1e742a5

Please sign in to comment.