Merge pull request #2948 from querydsl/dependabot/maven/org.ow2.asm-asm-commons-9.2

Bump asm-commons from 9.1 to 9.2
This commit is contained in:
Jan-Willem Gmelig Meyling 2021-06-29 12:26:12 +02:00 committed by GitHub
commit fd66c48aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -499,7 +499,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.1</version>
<version>9.2</version>
</dependency>
</dependencies>
</plugin>

View File

@ -77,7 +77,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.1</version>
<version>9.2</version>
</dependency>
</dependencies>
</plugin>