Skip to content

Commit

Permalink
Update javaagent manifest to ASM 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov authored and iloveeclipse committed Apr 6, 2024
1 parent e2f0576 commit cf75f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.launching.javaagent/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.eclipse.jdt.launching.javaagent
Import-Package: org.objectweb.asm;version="[9.5.0,10.0.0)"
Import-Package: org.objectweb.asm;version="[9.7.0,10.0.0)"

0 comments on commit cf75f14

Please sign in to comment.