-
Notifications
You must be signed in to change notification settings - Fork 332
build(deps): bump gremlinDriverVersion from 3.7.4 to 3.8.0 #3114
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
build(deps): bump gremlinDriverVersion from 3.7.4 to 3.8.0 #3114
Conversation
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
1 similar comment
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
There was a problem hiding this 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
|
✅ I finished the code review, and didn't find any security or code quality issues. |
1 similar comment
|
✅ I finished the code review, and didn't find any security or code quality issues. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3114 +/- ##
============================================
+ Coverage 63.67% 68.28% +4.61%
- Complexity 4344 5000 +656
============================================
Files 621 636 +15
Lines 23286 24157 +871
Branches 2859 2997 +138
============================================
+ Hits 14827 16496 +1669
+ Misses 7070 6220 -850
- Partials 1389 1441 +52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f407638 to
1a4aa74
Compare
There was a problem hiding this 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
1a4aa74 to
cb13330
Compare
There was a problem hiding this 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
cb13330 to
ffa6b2a
Compare
There was a problem hiding this 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
There was a problem hiding this 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 `gremlinDriverVersion` from 3.7.4 to 3.8.0. Updates `org.apache.tinkerpop:gremlin-driver` from 3.7.4 to 3.8.0 - [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc) - [Commits](apache/tinkerpop@3.7.4...3.8.0) Updates `org.apache.tinkerpop:tinkergraph-gremlin` from 3.7.4 to 3.8.0 - [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc) - [Commits](apache/tinkerpop@3.7.4...3.8.0) Updates `org.apache.tinkerpop:gremlin-core` from 3.7.4 to 3.8.0 - [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc) - [Commits](apache/tinkerpop@3.7.4...3.8.0) Updates `org.apache.tinkerpop:gremlin-groovy` from 3.7.4 to 3.8.0 - [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc) - [Commits](apache/tinkerpop@3.7.4...3.8.0) --- updated-dependencies: - dependency-name: org.apache.tinkerpop:gremlin-driver dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.tinkerpop:tinkergraph-gremlin dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.tinkerpop:gremlin-core dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.tinkerpop:gremlin-groovy dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
ffa6b2a to
1639dd4
Compare
There was a problem hiding this 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
- 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)
Bumps
gremlinDriverVersionfrom 3.7.4 to 3.8.0.Updates
org.apache.tinkerpop:gremlin-driverfrom 3.7.4 to 3.8.0Changelog
Sourced from org.apache.tinkerpop:gremlin-driver's changelog.
... (truncated)
Commits
f9056afTinkerPop 3.8.0 release532d836Add gremlin-mcp exclusions to source-release56422ceMerge branch '3.7-dev' into 3.8-devb05a285TinkerPop 3.7.5 releasea735e41fix source release exclusions876827cVarious upgrade doc fixes for 3.8.0. (#3279)743fd1dFix for JavaTranslator handling of has with null last argument (#3278)337dc22Merge branch '3.7-dev' into 3.8-dev85449b0Deflake tests in GraphSONTypedCompatibilityTest, GraphSONUntypedCompatibility...902ab86Updated changelog and upgrade docs for release. (#3277)Updates
org.apache.tinkerpop:tinkergraph-gremlinfrom 3.7.4 to 3.8.0Changelog
Sourced from org.apache.tinkerpop:tinkergraph-gremlin's changelog.
... (truncated)
Commits
f9056afTinkerPop 3.8.0 release532d836Add gremlin-mcp exclusions to source-release56422ceMerge branch '3.7-dev' into 3.8-devb05a285TinkerPop 3.7.5 releasea735e41fix source release exclusions876827cVarious upgrade doc fixes for 3.8.0. (#3279)743fd1dFix for JavaTranslator handling of has with null last argument (#3278)337dc22Merge branch '3.7-dev' into 3.8-dev85449b0Deflake tests in GraphSONTypedCompatibilityTest, GraphSONUntypedCompatibility...902ab86Updated changelog and upgrade docs for release. (#3277)Updates
org.apache.tinkerpop:gremlin-corefrom 3.7.4 to 3.8.0Changelog
Sourced from org.apache.tinkerpop:gremlin-core's changelog.
... (truncated)
Commits
f9056afTinkerPop 3.8.0 release532d836Add gremlin-mcp exclusions to source-release56422ceMerge branch '3.7-dev' into 3.8-devb05a285TinkerPop 3.7.5 releasea735e41fix source release exclusions876827cVarious upgrade doc fixes for 3.8.0. (#3279)743fd1dFix for JavaTranslator handling of has with null last argument (#3278)337dc22Merge branch '3.7-dev' into 3.8-dev85449b0Deflake tests in GraphSONTypedCompatibilityTest, GraphSONUntypedCompatibility...902ab86Updated changelog and upgrade docs for release. (#3277)Updates
org.apache.tinkerpop:gremlin-groovyfrom 3.7.4 to 3.8.0Changelog
Sourced from org.apache.tinkerpop:gremlin-groovy's changelog.
... (truncated)
Commits
f9056afTinkerPop 3.8.0 release532d836Add gremlin-mcp exclusions to source-release56422ceMerge branch '3.7-dev' into 3.8-devb05a285TinkerPop 3.7.5 releasea735e41fix source release exclusions876827cVarious upgrade doc fixes for 3.8.0. (#3279)743fd1dFix for JavaTranslator handling of has with null last argument (#3278)337dc22Merge branch '3.7-dev' into 3.8-dev85449b0Deflake tests in GraphSONTypedCompatibilityTest, GraphSONUntypedCompatibility...902ab86Updated changelog and upgrade docs for release. (#3277)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)