Merge pull request #2882 from querydsl/dependabot/maven/org.ow2.asm-asm-commons-9.1

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

View File

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

View File

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