Skip to content

Commit

Permalink
Update dependency org.ow2.asm:asm to v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 27, 2024
1 parent 3e2f19b commit 1c5be38
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/basket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/editable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/main-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/order/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/permission/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/price/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/virtualized-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin/ignite-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin/virtualized-table-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vuu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down

0 comments on commit 1c5be38

Please sign in to comment.