Skip to content

Update commons-codec to 1.22.1 - #195

Merged
mr-git merged 4 commits into
evolution-gaming:masterfrom
scala-steward:update/commons-codec-1.22.1
Aug 11, 2026
Merged

Update commons-codec to 1.22.1#195
mr-git merged 4 commits into
evolution-gaming:masterfrom
scala-steward:update/commons-codec-1.22.1

Conversation

@scala-steward

@scala-steward scala-steward commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates commons-codec:commons-codec from 1.15 to 1.22.1

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "commons-codec", artifactId = "commons-codec" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "commons-codec", artifactId = "commons-codec" }
}]
labels: library-update, commit-count:1

Summary by CodeRabbit

  • Chores
    • Updated the underlying commons-codec library to a newer version.
    • Cleaned up dependency configuration formatting.

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@mr-git, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 12 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b1402fd6-19be-4651-8fcc-751cfbbfa080

📥 Commits

Reviewing files that changed from the base of the PR and between ecab0f0 and 21502cd.

📒 Files selected for processing (1)
  • build.sbt
📝 Walkthrough

Walkthrough

The build definition updates commons-codec from version 1.15 to 1.22.1 and removes the trailing comma from the final dependency entry.

Changes

Dependency Update

Layer / File(s) Summary
Update commons-codec dependency
build.sbt
The commons-codec dependency changes to version 1.22.1. The final ScalaTest dependency no longer has a trailing comma.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: mr-git

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the commons-codec dependency update to version 1.22.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
build.sbt (1)

25-25: 🗄️ Data Integrity & Integration | 🔵 Trivial | ⚡ Quick win

Add a legacy ciphertext regression test.

Crypto.scala:110-121 uses Base64.decodeBase64, but the supplied CryptoSpec.scala:16-24 test encrypts and decrypts data in the same run. Add a fixed ciphertext fixture created with Commons Codec 1.15 and verify decryption with 1.22.1.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@build.sbt` at line 25, Add a regression test in CryptoSpec.scala that
decrypts a fixed ciphertext fixture generated with Commons Codec 1.15, using the
production decryption path in Crypto.scala rather than encrypting the value
during the test. Keep the existing round-trip test and assert that the legacy
fixture decrypts to the expected plaintext under Commons Codec 1.22.1.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@build.sbt`:
- Line 25: Add a regression test in CryptoSpec.scala that decrypts a fixed
ciphertext fixture generated with Commons Codec 1.15, using the production
decryption path in Crypto.scala rather than encrypting the value during the
test. Keep the existing round-trip test and assert that the legacy fixture
decrypts to the expected plaintext under Commons Codec 1.22.1.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b05d4bee-cebe-4ada-9957-669001a0ea4a

📥 Commits

Reviewing files that changed from the base of the PR and between a29b4f0 and ecab0f0.

📒 Files selected for processing (1)
  • build.sbt

@mr-git mr-git closed this Aug 11, 2026
@mr-git mr-git reopened this Aug 11, 2026
@sonarqubecloud

Copy link
Copy Markdown

@mr-git
mr-git merged commit e9d04a0 into evolution-gaming:master Aug 11, 2026
9 checks passed
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