Skip to content

Commit

Permalink
Update asm to version 9.5 (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Mar 26, 2023
1 parent d0cc106 commit d9becd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -368,31 +368,31 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.4</version>
<version>9.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.4</version>
<version>9.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.4</version>
<version>9.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.4</version>
<version>9.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>9.4</version>
<version>9.5</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit d9becd9

Please sign in to comment.