Skip to content

Commit

Permalink
Update all non-major maven dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent 4a90270 commit b9118fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.6.0</version>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.2</version>
<version>9.7</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.2</version>
<version>9.7</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit b9118fe

Please sign in to comment.