Upgrade dependencies#974
Closed
mbryzek wants to merge 1 commit into
Closed
Conversation
- com.datadoghq dd-java-agent 1.53.0 -> 1.63.0 - scala 3.7.3 -> 3.8.4 - org.playframework sbt-plugin 3.0.6 -> 3.0.11 - com.rollbar rollbar-java 2.0.0 -> 2.3.0 - org.scalameta sbt-scalafmt 2.5.5 -> 2.6.1 - sbt 1.11.6 -> 1.12.11 - org.postgresql postgresql 42.7.7 -> 42.7.11 - joda-time 2.14.0 -> 2.14.2 - org.projectlombok lombok 1.18.42 -> 1.18.46 - io.swagger swagger-parser 1.0.61 -> 1.0.76 - org.atteo evo-inflector 1.3 -> 2.0 - com.github.sbt sbt-javaagent 0.1.8 -> 0.2.0 - org.apache.avro avro / avro-compiler 1.11.1 -> 1.12.1 - org.playframework.twirl sbt-twirl 2.0.7 -> 2.0.9 - org.webjars bootstrap 3.3.7 -> 5.3.8 Guice and guice-assistedinject remain pinned at 5.1.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine dependency upgrades across build.sbt, project/plugins.sbt, and project/build.properties:
Guice and guice-assistedinject remain pinned at 5.1.0 (intentionally untouched).
Verified:
sbt compilesucceeds across all subprojects (warnings only, no errors).Note: the bootstrap webjar jump (3.x -> 5.x) is a major version change — templates referencing Bootstrap 3 class names/markup may need visual verification at runtime.
🤖 Generated with Claude Code