Skip to content

Commit fd1d31c

Browse files
Update dependency org.ow2.asm:asm to v9.9 (#317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <jendrik.johannes@gmail.com>
1 parent 23c5310 commit fd1d31c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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-deactivated/build.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ compileClasspath - Compile classpath for source set 'main'.
253253
+--- org.jzy3d:jzy3d-emul-gl:2.0.0 FAILED
254254
+--- org.jzy3d:jzy3d-jGL-awt:2.2.1 FAILED
255255
+--- org.lz4:lz4-java:1.8.0 FAILED
256-
+--- org.ow2.asm:asm:9.8 FAILED
256+
+--- org.ow2.asm:asm:9.9 FAILED
257257
+--- org.postgresql:postgresql:42.7.8 FAILED
258258
+--- org.slf4j:jcl-over-slf4j:2.0.17 FAILED
259259
+--- org.slf4j:jul-to-slf4j:2.0.17 FAILED

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")

samples/sample-all/build.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ compileClasspath - Compile classpath for source set 'main'.
1919
| | | \--- org.slf4j:jul-to-slf4j:2.0.17 (c)
2020
| | \--- org.slf4j:slf4j-bom:2.0.17 (*)
2121
| \--- org.springframework:spring-core:6.2.11 (*)
22-
+--- asm:asm:3.3.1 -> org.ow2.asm:asm:9.8
23-
| \--- org.ow2.asm:asm-bom:9.8
24-
| \--- org.ow2.asm:asm:9.8 (c)
22+
+--- asm:asm:3.3.1 -> org.ow2.asm:asm:9.9
23+
| \--- org.ow2.asm:asm-bom:9.9
24+
| \--- org.ow2.asm:asm:9.9 (c)
2525
+--- c3p0:c3p0:0.9.1.2 -> com.mchange:c3p0:0.11.2
2626
| \--- com.mchange:mchange-commons-java:0.3.2
2727
+--- cglib:cglib-nodep:3.3.0 -> cglib:cglib:3.3.0
28-
| \--- org.ow2.asm:asm:7.1 -> 9.8 (*)
28+
| \--- org.ow2.asm:asm:7.1 -> 9.9 (*)
2929
+--- cglib:cglib:3.3.0 (*)
3030
+--- ch.qos.logback:logback-classic:1.5.18 -> org.slf4j:slf4j-simple:2.0.17
3131
| +--- org.slf4j:slf4j-api:2.0.17 (*)
@@ -361,7 +361,7 @@ compileClasspath - Compile classpath for source set 'main'.
361361
+--- org.jzy3d:jzy3d-emul-gl:2.0.0 -> org.jzy3d:jzy3d-emul-gl-awt:2.2.1 (*)
362362
+--- org.jzy3d:jzy3d-jGL-awt:2.2.1 -> org.jzy3d:jGL:2.5
363363
+--- org.lz4:lz4-java:1.8.0
364-
+--- org.ow2.asm:asm:9.8 (*)
364+
+--- org.ow2.asm:asm:9.9 (*)
365365
+--- org.postgresql:postgresql:42.7.8
366366
+--- org.slf4j:jcl-over-slf4j:2.0.17 (*)
367367
+--- org.slf4j:jul-to-slf4j:2.0.17 (*)

0 commit comments

Comments
 (0)