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

chore: update dependency com.konghq:unirest-java-core to v4.4.0 #1333

Merged
merged 2 commits into from
May 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.konghq:unirest-java-core 4.2.9 -> 4.4.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kong/unirest-java (com.konghq:unirest-java-core)

v4.4.0

  • Issue #​526 split connection timeout from request timeout. The request no longer has a connection timeout setting, and instead has a request timeout setting as a replacement. Previously these two settings had been conflated. The overall config also has a default request timeout that will be applied to all requests if the request setting is not set. The default setting is null which indicates a infinite timeout.

v4.3.2

  • Issue #​523 when paging create a new copy of the request for each page rather than reusing the original
  • Issue #​524 support the Partitioned flag on cookies for CHIPs (Cookies Having Independent Partitioned State)
  • Make Path public. Because its handy

v4.3.1

  • Added convenience methods for using ContentType with accepts and contentType methods

v4.3.0

The modules have been repackaged and put into new maven coordinates in order to avoid conflicts with the 3.x line of unirest.
The mock module has had its maven artifact ID changed only.

Old Maven Artifact ID New Maven Artifact ID Old Class Package New Class Package
unirest-object-mappers-gson unirest-modules-gson kong.unirest.gson kong.unirest.modules.gson
unirest-objectmapper-jackson unirest-modules-jackson kong.unirest.jackson kong.unirest.modules.jackson
unirest-mocks unirest-modules-mocks kong.unirest.core kong.unirest.core

Configuration

📅 Schedule: Branch creation - "before 6:00am" in timezone Europe/Berlin, 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 t: dependencies A pull request / issue targeting dependency updates label Nov 15, 2023
Copy link

github-actions bot commented Nov 15, 2023

Test Results

 47 files  ±0   47 suites  ±0   1m 33s ⏱️ +5s
395 tests ±0  395 ✅ ±0  0 💤 ±0  0 ❌ ±0 
726 runs  ±0  726 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 48ffdde. ± Comparison against base commit 3e59415.

This pull request removes 24 and adds 24 tests. Note that renamed tests count towards both.
eu.cloudnetservice.driver.document.DocumentSerialisationTest ‑ [4] {"b":1,"s":2,"i":3,"l":4,"f":5.0,"d":6.0,"c":"/","string":"Hello, World!","bol":true,"cloud":["Ben?","Yes","No","HoHoHoHo"],"world":{"this":"is","hello":"world","insane":"!"}}, PRETTY
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [10] 23967, null
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [23] 2024-04-30T16:32:20.774212185Z
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [24] 2024-04-30T16:24:00.774216353Z
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [2] XR0PG9HU2WB39113D5YO5WZSG, null
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [38] 2024-04-30
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] -2075990072, null
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] Lobbyhello156:39e282e6-7c59-4201-b6ae-2b004b744d3d
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [47] 16:32:20.774405716
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [4] -5370570321487156996, null
…
eu.cloudnetservice.driver.document.DocumentSerialisationTest ‑ [4] {"b":1,"s":2,"i":3,"l":4,"f":5.0,"d":6.0,"c":"/","string":"Hello, World!","bol":true,"cloud":["Ben?","Yes","No","HoHoHoHo"],"world":{"hello":"world","this":"is","insane":"!"}}, PRETTY
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [10] 32385, null
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [23] 2024-05-16T14:18:57.183907649Z
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [24] 2024-05-16T14:10:37.183912128Z
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [2] UG2B2C9T080WIG0YJRUY1ASVZ, null
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [38] 2024-05-16
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] -1930733126, null
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] Lobbyhello156:5e39d6f8-e554-4690-8775-8adec7ad96c0
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [47] 14:18:57.189876568
eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [4] 5662022388760615276, null
…

♻️ This comment has been updated with latest results.

@renovate renovate bot changed the title chore: update unirest to v4.2.0 chore: update unirest to v4.2.1 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/unirest branch from d55ead0 to 6ff1ebf Compare December 4, 2023 18:07
@renovate renovate bot force-pushed the renovate/unirest branch from 6ff1ebf to 39eb773 Compare December 16, 2023 19:36
@renovate renovate bot changed the title chore: update unirest to v4.2.1 chore: update unirest to v4.2.3 Dec 16, 2023
@renovate renovate bot force-pushed the renovate/unirest branch from 39eb773 to fc30f43 Compare December 17, 2023 18:04
@renovate renovate bot changed the title chore: update unirest to v4.2.3 chore: update unirest to v4.2.4 Dec 17, 2023
@renovate renovate bot force-pushed the renovate/unirest branch from fc30f43 to 934cef9 Compare January 8, 2024 22:13
@renovate renovate bot changed the title chore: update unirest to v4.2.4 chore: update unirest to v4.2.5 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/unirest branch from 934cef9 to 770ac9d Compare January 9, 2024 19:53
@renovate renovate bot changed the title chore: update unirest to v4.2.5 chore: update unirest to v4.2.6 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/unirest branch from 770ac9d to c946e00 Compare January 17, 2024 17:52
@renovate renovate bot changed the title chore: update unirest to v4.2.6 chore: update unirest to v4.2.7 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/unirest branch from c946e00 to dbf60f5 Compare February 18, 2024 15:45
@renovate renovate bot changed the title chore: update unirest to v4.2.7 chore: update unirest to v4.2.8 Feb 18, 2024
@renovate renovate bot force-pushed the renovate/unirest branch from dbf60f5 to 72f4adf Compare February 19, 2024 00:45
@renovate renovate bot changed the title chore: update unirest to v4.2.8 chore: update unirest to v4.2.9 Feb 19, 2024
@renovate renovate bot changed the title chore: update unirest to v4.2.9 chore: update unirest to v4.2.9 - autoclosed Mar 6, 2024
@renovate renovate bot closed this Mar 6, 2024
@renovate renovate bot deleted the renovate/unirest branch March 6, 2024 12:45
@renovate renovate bot changed the title chore: update unirest to v4.2.9 - autoclosed chore: update unirest to v4.2.9 Mar 12, 2024
@renovate renovate bot reopened this Mar 12, 2024
@renovate renovate bot restored the renovate/unirest branch March 12, 2024 18:19
@renovate renovate bot force-pushed the renovate/unirest branch from 72f4adf to 6a4edb6 Compare March 12, 2024 18:57
@renovate renovate bot changed the title chore: update unirest to v4.2.9 chore: update dependency com.konghq:unirest-java-core to v4.3.0 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/unirest branch from c45f8d3 to 3c2b891 Compare April 25, 2024 08:16
@renovate renovate bot changed the title chore: update dependency com.konghq:unirest-java-core to v4.3.0 chore: update dependency com.konghq:unirest-java-core to v4.3.1 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/unirest branch from 3c2b891 to bea4152 Compare May 3, 2024 15:46
@renovate renovate bot changed the title chore: update dependency com.konghq:unirest-java-core to v4.3.1 chore: update dependency com.konghq:unirest-java-core to v4.3.2 May 3, 2024
@renovate renovate bot force-pushed the renovate/unirest branch from bea4152 to 83ac9b1 Compare May 9, 2024 01:14
@renovate renovate bot changed the title chore: update dependency com.konghq:unirest-java-core to v4.3.2 chore: update dependency com.konghq:unirest-java-core to v4.4.0 May 9, 2024
@renovate renovate bot force-pushed the renovate/unirest branch from 83ac9b1 to d029c38 Compare May 16, 2024 14:00
Copy link
Contributor Author

renovate bot commented May 16, 2024

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.

@0utplay 0utplay merged commit 1630126 into nightly May 16, 2024
5 checks passed
@0utplay 0utplay deleted the renovate/unirest branch May 16, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t: dependencies A pull request / issue targeting dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant