Skip to content

Commit

Permalink
Bump asm.version from 9.7 to 9.7.1
Browse files Browse the repository at this point in the history
Bumps `asm.version` from 9.7 to 9.7.1.

Updates `org.ow2.asm:asm` from 9.7 to 9.7.1

Updates `org.ow2.asm:asm-tree` from 9.7 to 9.7.1

Updates `org.ow2.asm:asm-util` from 9.7 to 9.7.1

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-tree
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 9516831 commit 6d14505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
<version>9.7.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion tycho-apitools-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven>${minimal-maven-version}</maven>
</prerequisites>
<properties>
<asm.version>9.7</asm.version>
<asm.version>9.7.1</asm.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6d14505

Please sign in to comment.