Skip to content
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

fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6 #10152

Merged
merged 7 commits into from
Nov 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.neo4j.driver:neo4j-java-driver 1.4.5 -> 1.7.6 age adoption passing confidence

Release Notes

neo4j/neo4j-java-driver (org.neo4j.driver:neo4j-java-driver)

v1.7.6

Compare Source

This is a refinement release that brings several general improvements and dependency updates.

πŸ‘ Improvements

  • Changing default connection timeout to be 30s #​629
  • Reduce logging of routing table refreshing #​667
  • Fix the error where the cluster memeber cannot be started in tests #​671
  • Enable encryption for cluster stress test if test with a remote cluster #​691
  • Fix failure in Auth test where the encryption is not set following the choice of test platform #​22693d5b
  • Stop database properly in tests #​692
  • Removed the year component from all copyright notices #​830
  • Exclude America/Nuuk and US/Pacific-New zone ids #​1185
πŸ”§ Dependency Management

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.6.3

Compare Source

v1.6.2

Compare Source

v1.6.1

Compare Source

Minor release containing a fix for nanoseconds handling in duration. See changelog for more details.

v1.6.0

Compare Source

General availability release with support for spatial and temporal neo4j types. See changelog for more details.

v1.5.2

Compare Source

Release containing a fix for connection error propagation with explicit transactions. See changelog for more details.

v1.5.1

Compare Source

Release containing fixes for Session#reset() and open transaction handling. See changelog for more details.

v1.5.0

Compare Source

General availability release that introduces asynchronous API. See changelog for more information.

v1.4.6

Compare Source

Minor release containing fixes for byte array handling and connection pooling. See changelog for more details.


Configuration

πŸ“… Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Nov 22, 2023
Copy link
Contributor Author

renovate bot commented Nov 28, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠ Warning: custom changes will be lost.

… changes. Includes re-enabling most of ConfigurationPropertiesBuilderSpec that was entirely commented out on #8837.
@wetted
Copy link
Contributor

wetted commented Nov 28, 2023

ping @dstepanov

It looks like you commented out all of ConfigurationPropertiesBuilderSpec test for inject-kotlin on #8837. Since I was refactoring the usage of neo4j-java-driver in tests on this PR, I uncommented and fixed as much as I could. There is still a test commented out (that doesn't use neo4j config), so I left that commented out since it doesn't work. I also deleted some duplicated methods. I'm not sure why they were there...maybe you wanted to copy paste to create new tests?. Please advise. I assume there was a reason you commented it out. However, all but one test case actually pass.

Copy link

sonarcloud bot commented Nov 29, 2023

Kudos, SonarCloud Quality Gate passed!Β  Β  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sdelamo sdelamo merged commit 0b662ff into 4.2.x Nov 30, 2023
16 checks passed
@sdelamo sdelamo deleted the renovate/neo4j.java.driver branch November 30, 2023 21:42
sdelamo pushed a commit that referenced this pull request Dec 1, 2023
….7.6 (#10152)

* fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6

* neo4j-java-driver to 5.14.0 (matching version used in micronaut-neo4j)

* fix inject-groovy tests for update to neo4j-java-driver with breaking changes

* fix inject-java tests for update to neo4j-java-driver with breaking changes

* Fix inject-kotlin tests for update to neo4j-java-driver with breaking changes. Includes re-enabling most of ConfigurationPropertiesBuilderSpec that was entirely commented out on #8837.

* neo4j-java-driver to 5.15.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>
sdelamo pushed a commit that referenced this pull request Dec 3, 2023
….7.6 (#10152)

* fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6

* neo4j-java-driver to 5.14.0 (matching version used in micronaut-neo4j)

* fix inject-groovy tests for update to neo4j-java-driver with breaking changes

* fix inject-java tests for update to neo4j-java-driver with breaking changes

* Fix inject-kotlin tests for update to neo4j-java-driver with breaking changes. Includes re-enabling most of ConfigurationPropertiesBuilderSpec that was entirely commented out on #8837.

* neo4j-java-driver to 5.15.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>
yawkat pushed a commit that referenced this pull request Dec 4, 2023
* Remove unused Netty attributes

* Fix

* Fix methods not respecting the array type when comparing (#10168)

* ContextualConnection intercepted missing method repro

* Change test package

* Update ConnectionInterceptorSpec.groovy

* Updated example not to use Connection

* Fix methods not respecting the array type when comparing

---------

Co-authored-by: radovanradic <radicr@gmail.com>

* fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6 (#10152)

* fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6

* neo4j-java-driver to 5.14.0 (matching version used in micronaut-neo4j)

* fix inject-groovy tests for update to neo4j-java-driver with breaking changes

* fix inject-java tests for update to neo4j-java-driver with breaking changes

* Fix inject-kotlin tests for update to neo4j-java-driver with breaking changes. Includes re-enabling most of ConfigurationPropertiesBuilderSpec that was entirely commented out on #8837.

* neo4j-java-driver to 5.15.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>

* chore(deps): update gradle/gradle-build-action action to v2.10.0 (#10170)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update kotlin monorepo to v1.9.21 (#10157)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.5 (#10174)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update common files (#10183)

* fix(deps): update groovy monorepo to v4.0.16 (#10182)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.13 (#10166)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: Apply SLF4J best practices (#10161)

* Replaces usages of BeanContext::run with ApplicationContext::run (#10184)

* Micronaut Validation 4.2.0

* Micronaut SQL 5.3.0

* rxjava 2.1.0

* :%s/BeanContext::run/ApplicationContext::run tests

* :%s/BeanContext::run/DefaultBeanContext::start tests

* fix(deps): update managed.ksp to v1.9.21-1.0.15 (#10169)

* fix(deps): update managed.ksp to v1.9.21-1.0.15

* This requires more memory for Kotest πŸ€”

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
Co-authored-by: Tim Yates <tim.yates@gmail.com>

* [skip ci] Release v4.2.1

* Back to 4.2.2-SNAPSHOT

* checkstyle: [EmptyLineSeparator]

---------

Co-authored-by: radovanradic <radicr@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>
Co-authored-by: micronaut-build <65172877+micronaut-build@users.noreply.github.com>
Co-authored-by: Tim te Beek <timtebeek@gmail.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
Co-authored-by: Tim Yates <tim.yates@gmail.com>
Co-authored-by: micronaut-build <micronaut-build-account@grails.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants