Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps software.amazon.jsii:jsii-runtime from 1.115.0 to 1.119.0.

Release notes

Sourced from software.amazon.jsii:jsii-runtime's releases.

v1.119.0

Features

Bug Fixes

  • jsii-pacmak: Python interfaces sometimes violate MRO (#4973) (cfb6580)
  • jsii-reflect: advertise jsii-query via bin entry of package.json (#4974) (b6c0a35)

v1.118.0

Features

Bug Fixes

  • covariant method overrides break Go compilation (#4967) (2c39079)
  • type intersections are missing dependencies in Go (#4965) (ee67cc9)

v1.117.0

Features

  • support class covariant overrides in kernel, tools and docs (#4925) (cf4a0b6)

Bug Fixes

  • jsii-reflect: statically guarantee JsiiFeature subset (#4956) (17bf498)

v1.116.0

Bug Fixes

  • type intersections don't work for Java class builders (#4945) (8f6ecd9)
Changelog

Sourced from software.amazon.jsii:jsii-runtime's changelog.

1.119.0 (2025-11-10)

Features

Bug Fixes

  • jsii-pacmak: Python interfaces sometimes violate MRO (#4973) (cfb6580)
  • jsii-reflect: advertise jsii-query via bin entry of package.json (#4974) (b6c0a35)

1.118.0 (2025-10-29)

Features

Bug Fixes

  • covariant method overrides break Go compilation (#4967) (2c39079)
  • type intersections are missing dependencies in Go (#4965) (ee67cc9)

1.117.0 (2025-10-22)

Features

  • support class covariant overrides in kernel, tools and docs (#4925) (cf4a0b6)

Bug Fixes

  • jsii-reflect: statically guarantee JsiiFeature subset (#4956) (17bf498)

1.116.0 (2025-10-14)

Bug Fixes

  • type intersections don't work for Java class builders (#4945) (8f6ecd9)
Commits
  • 1634eac chore(release): 1.119.0 (#4979)
  • 04abbd2 chore(release): 1.119.0
  • 65c0229 chore(deps): Update black requirement from ~=25.9 to ~=25.11 in /packages/@​js...
  • 0a228f7 docs: document submodules (#4977)
  • d7c083d feat(jsii-diff): remap old to new FQNs (#4976)
  • 86995e5 feat(jsii-reflect): can jqii-query on fqn field (#4975)
  • b6c0a35 fix(jsii-reflect): advertise jsii-query via bin entry of package.json (...
  • cfb6580 fix(jsii-pacmak): Python interfaces sometimes violate MRO (#4973)
  • 4cc7275 chore(deps-dev): Update mkdocs-material requirement from ~=9.6.22 to ~=9.6.23...
  • 8971dd0 chore(merge-back): 1.118.0 (#4969)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 24, 2025
@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@github-actions github-actions bot enabled auto-merge (squash) November 24, 2025 06:14
github-actions[bot]
github-actions bot previously approved these changes Nov 24, 2025
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

I'm approving this pull request because it includes a patch or minor update

@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

1 similar comment
@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.29%. Comparing base (fe0a5d9) to head (580c48a).
⚠️ Report is 105 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3117      +/-   ##
============================================
+ Coverage     63.67%   68.29%   +4.61%     
- Complexity     4344     5001     +657     
============================================
  Files           621      636      +15     
  Lines         23286    24157     +871     
  Branches       2859     2997     +138     
============================================
+ Hits          14827    16497    +1670     
+ Misses         7070     6220     -850     
- Partials       1389     1440      +51     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.119.0 branch from a731a32 to 9159a5b Compare December 1, 2025 06:23
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.119.0 branch from 9159a5b to 7faa6bc Compare December 4, 2025 03:59
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.119.0 branch from 7faa6bc to 087df92 Compare December 4, 2025 04:06
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.119.0 branch from 087df92 to 598c6b5 Compare December 4, 2025 04:14
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.119.0 branch from 598c6b5 to d388b38 Compare December 4, 2025 04:21
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

I'm approving this pull request because it includes a patch or minor update

Bumps [software.amazon.jsii:jsii-runtime](https://github.com/aws/jsii) from 1.115.0 to 1.119.0.
- [Release notes](https://github.com/aws/jsii/releases)
- [Changelog](https://github.com/aws/jsii/blob/main/CHANGELOG.md)
- [Commits](aws/jsii@v1.115.0...v1.119.0)

---
updated-dependencies:
- dependency-name: software.amazon.jsii:jsii-runtime
  dependency-version: 1.119.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.119.0 branch from d388b38 to 580c48a Compare December 4, 2025 04:29
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

I'm approving this pull request because it includes a patch or minor update

@github-actions github-actions bot merged commit 63202e8 into master Dec 4, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/software.amazon.jsii-jsii-runtime-1.119.0 branch December 4, 2025 04:35
github-actions bot pushed a commit to Jithendar12/aws-athena-query-federation that referenced this pull request Dec 5, 2025
  - Update runner to ubuntu-latest
  - Add exec-maven-plugin for build configuration verification
  - Update GitHub Actions workflows to build with Java 11 and 17
  - build(deps): bump actions/checkout from 5 to 6 (awslabs#3110)
  - build(deps): bump aws-sdk-v2.version from 2.35.8 to 2.39.2 (awslabs#3111)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 9.1.5 to 9.2.1 (awslabs#3118)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.115.0 to 1.119.0 (awslabs#3117)
  - build(deps): bump software.amazon.awssdk:cloudwatchlogs from 2.35.8 to 2.39.2 (awslabs#3116)
  - build(deps): bump gremlinDriverVersion from 3.7.4 to 3.8.0 (awslabs#3114)
  - build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.5.1 (awslabs#3115)
  - Fix CVE: Cloudera Hive (awslabs#3135)
  - BigQuery CVE issues fix. (awslabs#3132)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant