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 all dependencies with patch changes #1463

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.electronwill.night-config:json 3.8.0 -> 3.8.1 age adoption passing confidence
com.electronwill.night-config:yaml 3.8.0 -> 3.8.1 age adoption passing confidence
com.electronwill.night-config:toml 3.8.0 -> 3.8.1 age adoption passing confidence
com.konghq:unirest-modules-gson 4.4.0 -> 4.4.4 age adoption passing confidence
com.konghq:unirest-java-core 4.4.0 -> 4.4.4 age adoption passing confidence
software.amazon.awssdk:s3 2.26.21 -> 2.26.28 age adoption passing confidence
org.testcontainers:junit-jupiter (source) 1.20.0 -> 1.20.1 age adoption passing confidence
org.testcontainers:testcontainers (source) 1.20.0 -> 1.20.1 age adoption passing confidence
fabric-loom 1.7.2 -> 1.7.3 age adoption passing confidence

Warning

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


Release Notes

TheElectronWill/night-config (com.electronwill.night-config:json)

v3.8.1: 3.8.1 Async config fixes

What's Changed

Full Changelog: TheElectronWill/night-config@v3.8.0...v3.8.1

Kong/unirest-java (com.konghq:unirest-modules-gson)

v4.4.4

See CHANGELOG.md for details.
Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

testcontainers/testcontainers-java (org.testcontainers:junit-jupiter)

v1.20.1

Compare Source

What's Changed
🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
8 changes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the t: dependencies A pull request / issue targeting dependency updates label Jul 22, 2024
Copy link

github-actions bot commented Jul 22, 2024

Test Results

 48 files  ±0   48 suites  ±0   1m 58s ⏱️ -17s
420 tests ±0  420 ✅ ±0  0 💤 ±0  0 ❌ ±0 
751 runs  ±0  751 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit ea9fa1d. ± Comparison against base commit 18530b6.

This pull request removes 38 and adds 38 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":{"insane":"!","hello":"world","this":"is"}}, PRETTY
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [14] 2024-07-23
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [23] 15:57:53.417148201
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [28] 15:57:53.417202462Z
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [29] 15:57:53.417222660Z
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [30] 15:57:53.417230124+05:00
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [31] 15:57:53.417248699-03:00
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [34] 2024-07-23T15:57:53.417284616
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [39] 2024-07-23T15:57:53.417339068Z
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [4] 2024-07-23T15:57:53.416929682Z
…
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.document.gson.JavaTimeSerializerTest ‑ [14] 2024-08-01
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [23] 22:46:54.006374641
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [28] 22:46:54.006432719Z
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [29] 22:46:54.006453808Z
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [30] 22:46:54.006462143+05:00
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [31] 22:46:54.006480998-03:00
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [34] 2024-08-01T22:46:54.006527014
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [39] 2024-08-01T22:46:54.006589750Z
eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [4] 2024-08-01T22:46:54.006162868Z
…

♻️ This comment has been updated with latest results.

@renovate renovate bot changed the title chore: update dependency software.amazon.awssdk:s3 to v2.26.22 chore: update dependency software.amazon.awssdk:s3 to v2.26.23 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/all-dependencies-with-patch-changes branch 2 times, most recently from 6362d3b to 5b71288 Compare July 24, 2024 23:24
@renovate renovate bot changed the title chore: update dependency software.amazon.awssdk:s3 to v2.26.23 chore: update dependency software.amazon.awssdk:s3 to v2.26.24 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/all-dependencies-with-patch-changes branch from 5b71288 to 1f573a7 Compare July 26, 2024 01:44
@renovate renovate bot changed the title chore: update dependency software.amazon.awssdk:s3 to v2.26.24 chore: update dependency software.amazon.awssdk:s3 to v2.26.25 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/all-dependencies-with-patch-changes branch from 1f573a7 to 21942ce Compare July 26, 2024 16:37
@renovate renovate bot changed the title chore: update dependency software.amazon.awssdk:s3 to v2.26.25 chore: update all dependencies with patch changes Jul 26, 2024
@renovate renovate bot force-pushed the renovate/all-dependencies-with-patch-changes branch 2 times, most recently from fecfaae to 6c82f02 Compare August 1, 2024 11:44
@renovate renovate bot force-pushed the renovate/all-dependencies-with-patch-changes branch from 6c82f02 to ea9fa1d Compare August 1, 2024 22:45
@derklaro derklaro merged commit bb76df8 into nightly Aug 2, 2024
7 checks passed
@derklaro derklaro deleted the renovate/all-dependencies-with-patch-changes branch August 2, 2024 06:37
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