Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ASM to 9.7.1 to support Java 24 / class file major version 68 #1364

Merged
merged 2 commits into from
Oct 13, 2024

Conversation

hankem
Copy link
Member

@hankem hankem commented Oct 13, 2024

Upgrade ASM to 9.7.1 to support Java 24 / class file major version 68

resolves #1362

Upgrade further dependencies:

  • com.google.guava:guava
      33.1.0-jre33.3.1-jre

  • org.slf4j:slf4j-api
      2.0.122.0.16

  • org.apache.logging.log4j:log4j-{api,core,slf4j2-impl}
      2.23.12.24.1

  • org.junit.jupiter:junit-{jupiter-api,jupiter-engine,vintage-engine}
      5.10.25.11.2

  • org.junit.platform:junit-platform-{runner,commons,engine}
      1.10.21.11.2

for tests:

  • org.assertj:assertj-{core,guava}
      3.25.33.26.3

* com.google.guava:guava
  33.1.0-jre -> 33.3.1-jre

* org.slf4j:slf4j-api
  2.0.12 -> 2.0.16
* org.apache.logging.log4j:log4j-{api,core,slf4j2-impl}
  2.23.1 -> 2.24.1

* org.junit.jupiter:junit-{jupiter-api,jupiter-engine,vintage-engine}
  5.10.2 -> 5.11.2
* org.junit.platform:junit-platform-{runner,commons,engine}
  1.10.2 -> 1.11.2

for tests:

* org.assertj:assertj-{core,guava}
  3.25.3 -> 3.26.3

Signed-off-by: Manfred Hanke <[email protected]>
@codecholeric codecholeric merged commit a1add36 into main Oct 13, 2024
21 checks passed
@codecholeric codecholeric deleted the upgrade-dependencies branch October 13, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ASM is not up-to-date
2 participants