Skip to content

Update some dependencies #18154

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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Update some dependencies #18154

wants to merge 16 commits into from

Conversation

kgyrtkirk
Copy link
Member

@kgyrtkirk kgyrtkirk commented Jun 18, 2025

Noticed that some deps are overriden with lower versions (for ex: lang3).

And wanted to enable the enforcer plugins requireUpperBoundDeps to make sure that doesn't happen...however that uncovered a lot of downgrades...here are few which seemed more-or-less okay.

most notable upgrades:

  • guava is upgraded to 32.1.3-jre
  • slf4j1->slf4j2 which implied to upgrade to use log4j-slf4j2
  • kotlin-stdlib upgraded from 1.6.10 to 1.9.25

@@ -69,7 +69,7 @@ public void testLargeString() throws Exception
assertExpected(ImmutableList.of(new SerializablePairLongString(
100L,
randomStringUtils.randomAlphanumeric(2 * 1024 * 1024)
)), 2097182, 2103140);
)), 2097182, 2103139);
Copy link
Contributor

Choose a reason for hiding this comment

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

What is happening here? It seems the expectedCompressedSize is changing- what drives this, and is it backwards compatible with older readers and writers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants