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 & further dependencies #1275

Merged
merged 2 commits into from
Mar 24, 2024

Conversation

hankem
Copy link
Member

@hankem hankem commented Mar 24, 2024

Upgrade ASM to 9.7

to support Java 23 / class file major version 67

resolves #1274

Upgrade further dependencies

  • com.google.guava:guava:
      32.1.2-jre → 33.1.0-jre

  • org.slf4j:slf4j-api
      2.0.9 → 2.0.12

  • org.apache.logging.log4j:log4j-{api,core,slf4j2-impl}
      2.21.1 → 2.23.1

  • org.junit.jupiter:junit-{jupiter-api,jupiter-engine,vintage-engine}
      5.10.1 → 5.10.2

  • org.junit.platform:junit-platform-{runner,commons,engine}
      1.10.1 → 1.10.2

for tests:

  • org.mockito:mockito-core
      4.6.1 → 4.11.0

  • org.assertj:assertj-{core,guava}
      3.24.2 → 3.25.3

  • joda-time:joda-time
      2.12.5 → 2.12.7

@hankem hankem requested a review from codecholeric March 24, 2024 09:49
Copy link
Collaborator

@codecholeric codecholeric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks a lot for taking care of it 🙂

hankem added 2 commits March 24, 2024 17:26
* com.google.guava:guava:
  32.1.2-jre -> 33.1.0-jre

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

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

for tests:

* org.mockito:mockito-core
  4.6.1 -> 4.11.0

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

* joda-time:joda-time
  2.12.5 -> 2.12.7

Signed-off-by: Manfred Hanke <[email protected]>
@codecholeric codecholeric force-pushed the upgrade-asm-and-further-dependencies branch from 273357f to 1a5743c Compare March 24, 2024 16:27
@codecholeric codecholeric merged commit a5c4b2c into main Mar 24, 2024
21 checks passed
@codecholeric codecholeric deleted the upgrade-asm-and-further-dependencies branch March 24, 2024 17:04
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