Skip to content

Bump lz4-java, Micrometer, OpenTelemetry and Caffeine versions - #6515

Open
dlmarion wants to merge 1 commit into
apache:mainfrom
dlmarion:bump-deps
Open

Bump lz4-java, Micrometer, OpenTelemetry and Caffeine versions#6515
dlmarion wants to merge 1 commit into
apache:mainfrom
dlmarion:bump-deps

Conversation

@dlmarion

Copy link
Copy Markdown
Contributor

No description provided.

@dlmarion dlmarion added this to the 4.0.0 milestone Aug 24, 2026
@dlmarion dlmarion self-assigned this Aug 24, 2026
Comment thread pom.xml
Comment on lines +652 to +657
<dependency>
<!-- for dependency convergence between Micrometer and Caffeine -->
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.1</version>
</dependency>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What does this do?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

If you are asking why I added this: Caffeine depends on 1.0.0 and Micrometer depends on 1.0.1. By specifying the version here, we don't end up with two different jars on the classpath. I'm assuming that 1.0.1 is fine for Caffeine as it's a bugfix version by naming convention.

If you are asking what jspecify does, I don't know, I didn't look it up.

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.

2 participants