Skip to content

Commit

Permalink
fix(deps): update maven all non-major dependencies (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paulo Gomes da Cruz Junior <[email protected]>
  • Loading branch information
renovate[bot] and paulushcgcj authored Oct 28, 2024
1 parent 8a149fd commit e2086fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -490,12 +490,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.18.2</version>
<version>10.19.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -541,7 +541,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.41.2</version>
<version>9.42</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit e2086fe

Please sign in to comment.