Skip to content

Commit

Permalink
Update ASM bridge to avoid broken annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Feb 14, 2025
1 parent 59554f8 commit 3d8b801
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .mvn/checksums.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ classworlds:classworlds:jar:1.1-alpha-2 2bf4e59f3acd106fea6145a9a88fe8956509f8b9
classworlds:classworlds:pom:1.1 25a1efc00bcd1f029fd20c44df843b8b12d1fa17485235470764f011d2f5cb29
classworlds:classworlds:pom:1.1-alpha-2 0cc647963b74ad1d7a37c9868e9e5a8f474e49297e1863582253a08a4c719cb1
codes.rafael.asmjdkbridge:asm-jdk-bridge-parent:pom:0.0.2 1293865e65f3f052f7af3f789d1cdb8877148735ef1d6bd69cbd78a112315e97
codes.rafael.asmjdkbridge:asm-jdk-bridge-parent:pom:0.0.4 75ca0b7212b1c89b10724ac58e40b1aea4ff884d46caff5a3ebf15a71bcee7b0
codes.rafael.asmjdkbridge:asm-jdk-bridge:jar:0.0.2 d0e77b3f8bbcae3fcc45cdbea534f10806bed4bcb21dbe9c92ec9bf2ea1fc2a6
codes.rafael.asmjdkbridge:asm-jdk-bridge:jar:0.0.4 d80b7c1c54b7490d60d2b0b768fc2e993b8b64807da4ccbec6c25a5878e79508
codes.rafael.asmjdkbridge:asm-jdk-bridge:jar:sources:0.0.2 681eb8c703ddd28797d7eaeb975ce3546068b8e49f5b47a841919689e7ca267f
codes.rafael.asmjdkbridge:asm-jdk-bridge:jar:sources:0.0.4 c76939fe1ecef6fe571d25ba2a3a7c708151152170083b27b01afe104283fa12
codes.rafael.asmjdkbridge:asm-jdk-bridge:pom:0.0.2 468f2b3560a0eb9f5be26679380c5a2461ef520b242136c2642e7c548224a6a8
codes.rafael.asmjdkbridge:asm-jdk-bridge:pom:0.0.4 be89b2ca8b7646cd6b185364358aaf8dd7acff254b5e216763ad0b1acd14f37c
codes.rafael.bytecodeupdate:bytecode-update-maven-plugin:jar:1.0 cfa943b4e5f837c0028fbe3f6f9484f42dfed9174953b30ede0d84ec4aeaf2c9
codes.rafael.bytecodeupdate:bytecode-update-maven-plugin:pom:1.0 6e783d2d272a5a86dc4831ca66bf3006108b42d2f0156513f0f2d86b6bbbf197
codes.rafael.modulemaker:modulemaker-maven-plugin:jar:1.11 21873e7ae9bab90de820bc35108c1891f9c49b698ef300f19ed79232213c690f
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<pitest.target>net.bytebuddy</pitest.target>
<nexus.url>https://s01.oss.sonatype.org</nexus.url>
<version.asm>9.7.1</version.asm>
<version.asmjdkbridge>0.0.2</version.asmjdkbridge>
<version.asmjdkbridge>0.0.4</version.asmjdkbridge>
<version.jna>5.12.1</version.jna>
<version.junit>4.13.2</version.junit>
<version.mockito>2.28.2</version.mockito>
Expand Down

0 comments on commit 3d8b801

Please sign in to comment.