v0.6.9 dep updates - #1363
Open
eschultink wants to merge 6 commits into
Open
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Bump within current majors (Dagger, AWS SDK, Google Cloud BOM, JUnit 5, OpenNLP, BouncyCastle, etc.); reorder Lombok ahead of Dagger in annotation processing so generated @Inject constructors are visible. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Routine v0.6.9 dependency maintenance across the Java Maven modules and the Node-based tooling packages, plus documentation of the upgrades in the changelog.
Changes:
- Bump key Java library versions (e.g., Dagger, Google Cloud BOM, JUnit, OpenNLP, BouncyCastle) and introduce centralized Maven plugin version properties in
java/pom.xml. - Update Node tooling dependencies and security overrides (notably
brace-expansion,js-yaml,tar, and cloud SDK packages) acrossschema-tool,psoxy-test, andjs-reference. - Record the dependency upgrade set in
CHANGELOG.md.
Reviewed changes
Copilot reviewed 10 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tools/schema-tool/package.json | Updates direct deps (commander) and security overrides (brace-expansion/js-yaml/tar). |
| tools/schema-tool/package-lock.json | Lockfile refresh to reflect updated overrides and resolved versions. |
| tools/psoxy-test/package.json | Updates AWS/GCP client dependencies and refreshes security overrides. |
| tools/psoxy-test/package-lock.json | Large lockfile refresh reflecting the updated SDK and transitive dependency graph. |
| tools/js-reference/package.json | Updates security overrides for js-yaml and brace-expansion. |
| tools/js-reference/package-lock.json | Lockfile update reflecting js-yaml resolution change. |
| java/pom.xml | Updates Java dependency versions and centralizes Maven plugin versions via properties. |
| java/impl/gcp/pom.xml | Switches plugin versions to centralized ${plugin.*.version} properties. |
| java/impl/cmd-line/pom.xml | Updates commons-cli version and switches plugin versions to centralized properties. |
| java/impl/aws/pom.xml | Updates AWS SDK BOM version and switches plugin versions to centralized properties. |
| java/gateway-core/pom.xml | Minor library bumps and switches plugin versions to centralized properties. |
| java/core/pom.xml | Switches flatten plugin version to centralized property. |
| CHANGELOG.md | Documents the dependency upgrade set for the upcoming release notes. |
Files not reviewed (3)
- tools/js-reference/package-lock.json: Generated file
- tools/psoxy-test/package-lock.json: Generated file
- tools/schema-tool/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
242
to
+245
| <!-- builds deployment directory containing only 'uber' JAR for deployment as GCP cloud function --> | ||
| <plugin> | ||
| <artifactId>maven-resources-plugin</artifactId> | ||
| <version>3.3.1</version> | ||
| <version>${plugin.resources.version}</version> |
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.
Logistics
Change implications
js-reference,schema-tool, andpsoxy-test, including security overrides.CHANGELOG.mdanything that will show up interraform plan/applythat isn't obviously a no-op? No — dependency-only updates; no expected Terraform plan/apply changes.