TNG / ArchUnit

A Java architecture test library, to specify and assert architecture rules in plain Java
http://archunit.org
Apache License 2.0
3.13k stars 284 forks source link

ASM is not up-to-date #1274

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago

Check dependencies found that org.ow2.asm:asm can be updated from version 9.6 to 9.7 at 1ed20d5.

dependency updates report ``` ------------------------------------------------------------ : Project Dependency Updates (report to plain text file) ------------------------------------------------------------ The following dependencies are using the latest milestone version: - com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:6.25.0 - com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.51.0 - com.github.spotbugs:spotbugs:4.7.3 - javax.annotation:javax.annotation-api:1.3.2 - junit:junit:4.13.2 - org.apache.geronimo.specs:geronimo-ejb_3.1_spec:1.0.2 - org.apache.geronimo.specs:geronimo-jpa_2.0_spec:1.1 - org.javamodularity.moduleplugin:org.javamodularity.moduleplugin.gradle.plugin:1.8.15 - org.slf4j:slf4j-simple:2.0.0 The following dependencies have later milestone versions: - com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin [7.1.2 -> 8.1.1] - com.github.spotbugs:com.github.spotbugs.gradle.plugin [5.1.4 -> 6.0.9] - com.google.guava:guava [32.1.2-jre -> 33.1.0-jre] https://github.com/google/guava - com.google.guava:guava-parent [32.1.2-jre -> 33.1.0-jre] https://github.com/google/guava - com.google.inject:guice [5.1.0 -> 7.0.0] https://github.com/google/guice - com.tngtech.java:junit-dataprovider [1.11.0 -> 1.13.1] https://github.com/TNG/junit-dataprovider - io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin [1.3.0 -> 2.0.0-rc-2] - joda-time:joda-time [2.12.5 -> 2.12.7] https://www.joda.org/joda-time/ - org.apache.logging.log4j:log4j-api [2.21.1 -> 3.0.0-beta2] https://logging.apache.org/log4j/3.x/ - org.apache.logging.log4j:log4j-core [2.21.1 -> 3.0.0-beta2] https://logging.apache.org/log4j/3.x/ - org.apache.logging.log4j:log4j-slf4j2-impl [2.21.1 -> 3.0.0-beta2] https://logging.apache.org/log4j/3.x/ - org.asciidoctor.jvm.convert:org.asciidoctor.jvm.convert.gradle.plugin [3.3.2 -> 4.0.2] - org.assertj:assertj-core [3.24.2 -> 3.25.3] https://assertj.github.io/doc/#assertj-core - org.assertj:assertj-guava [3.24.2 -> 3.25.3] https://assertj.github.io/doc/#assertj-guava - org.junit.jupiter:junit-jupiter-api [5.10.1 -> 5.10.2] https://junit.org/junit5/ - org.junit.jupiter:junit-jupiter-engine [5.10.1 -> 5.10.2] https://junit.org/junit5/ - org.junit.platform:junit-platform-commons [1.10.1 -> 1.10.2] https://junit.org/junit5/ - org.junit.platform:junit-platform-engine [1.10.1 -> 1.10.2] https://junit.org/junit5/ - org.junit.platform:junit-platform-runner [1.10.1 -> 1.10.2] https://junit.org/junit5/ - org.mockito:mockito-core [4.6.1 -> 5.11.0] https://github.com/mockito/mockito - org.mockito:mockito-junit-jupiter [4.6.1 -> 5.11.0] https://github.com/mockito/mockito - org.ow2.asm:asm [9.6 -> 9.7] http://asm.ow2.io/ - org.slf4j:slf4j-api [2.0.9 -> 2.1.0-alpha1] http://www.slf4j.org - org.springframework:spring-beans [5.3.23 -> 6.1.5] https://github.com/spring-projects/spring-framework - org.springframework.boot:spring-boot-loader [2.7.13 -> 3.2.4] https://spring.io/projects/spring-boot Gradle release-candidate updates: - Gradle: [7.6 -> 8.7] ```