Skip to content

Commit 7cbdced

Browse files
renovate[bot]jjohannes
authored andcommitted
Update dependency org.ow2.asm:asm to v9.9
1 parent 0234c79 commit 7cbdced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/sample-all-deactivated/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ dependencies {
245245
implementation("org.jzy3d:jzy3d-emul-gl:2.0.0")
246246
implementation("org.jzy3d:jzy3d-jGL-awt:2.2.1")
247247
implementation("org.lz4:lz4-java:1.8.0")
248-
implementation("org.ow2.asm:asm:9.8")
248+
implementation("org.ow2.asm:asm:9.9")
249249
implementation("org.postgresql:postgresql:42.7.8")
250250
implementation("org.slf4j:jcl-over-slf4j:2.0.17")
251251
implementation("org.slf4j:jul-to-slf4j:2.0.17")

samples/sample-all/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ dependencies {
248248
implementation("org.jzy3d:jzy3d-emul-gl:2.0.0")
249249
implementation("org.jzy3d:jzy3d-jGL-awt:2.2.1")
250250
implementation("org.lz4:lz4-java:1.8.0")
251-
implementation("org.ow2.asm:asm:9.8")
251+
implementation("org.ow2.asm:asm:9.9")
252252
implementation("org.postgresql:postgresql:42.7.8")
253253
implementation("org.slf4j:jcl-over-slf4j:2.0.17")
254254
implementation("org.slf4j:jul-to-slf4j:2.0.17")

0 commit comments

Comments
 (0)