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

Update all dependencies #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #108

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-java action major v3 -> v4 age adoption passing confidence
amazoncorretto final patch 21-alpine3.15 -> 21.0.1-alpine3.15 age adoption passing confidence
codecov/codecov-action action major v3.1.4 -> v4.5.0 age adoption passing confidence
nick-fields/retry action major v2 -> v3 age adoption passing confidence
paulhatch/semantic-version action minor v5.3.0 -> v5.4.0 age adoption passing confidence
softprops/action-gh-release action major v0.1.15 -> v2.0.8 age adoption passing confidence
org.mockito:mockito-junit-jupiter dependencies minor 5.6.0 -> 5.13.0 age adoption passing confidence
org.mockito:mockito-core dependencies minor 5.6.0 -> 5.13.0 age adoption passing confidence
com.google.truth.extensions:truth-java8-extension dependencies minor 1.1.5 -> 1.4.4 age adoption passing confidence
com.google.truth:truth dependencies minor 1.1.5 -> 1.4.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) dependencies minor 5.10.0 -> 5.11.0 age adoption passing confidence
com.github.spotbugs:spotbugs-annotations (source) dependencies patch 4.8.0 -> 4.8.6 age adoption passing confidence
com.google.guava:guava dependencies major 32.1.3-jre -> 33.3.0-jre age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) dependencies minor 2.20.0 -> 2.24.0 age adoption passing confidence
com.github.spotbugs plugin major 5.1.5 -> 6.0.22 age adoption passing confidence
com.diffplug.gradle.spotless plugin minor 6.22.0 -> 6.25.0 age adoption passing confidence
org.ajoberstar.grgit plugin patch 5.2.0 -> 5.2.2 age adoption passing confidence
com.google.cloud.tools.jib plugin patch 3.4.0 -> 3.4.3 age adoption passing confidence

Release Notes

actions/setup-java (actions/setup-java)

v4

Compare Source

codecov/codecov-action (codecov/codecov-action)

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.3.1...v4.4.0

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.0...v4.0.1

v4.0.0

Compare Source

v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.

Breaking Changes
  • The Codecov Action runs as a node20 action due to node16 deprecation. See this post from GitHub on how to migrate.
  • Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
  • OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
  • Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs

v3 versions and below will not have access to CLI features (e.g. global upload token, ATS).

What's Changed

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 dependencies label Nov 1, 2023
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.47%. Comparing base (d0818f5) to head (f4b0922).

Current head f4b0922 differs from pull request most recent head 4214189

Please upload reports for the commit 4214189 to get more accurate results.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #108      +/-   ##
============================================
- Coverage     86.96%   80.47%   -6.50%     
+ Complexity       95       63      -32     
============================================
  Files            18        8      -10     
  Lines           330      251      -79     
  Branches         29       23       -6     
============================================
- Hits            287      202      -85     
- Misses           38       43       +5     
- Partials          5        6       +1     
Flag Coverage Δ
integration-tests-macos-latest 80.47% <ø> (ø)
integration-tests-ubuntu-latest 80.47% <ø> (ø)
integration-tests-windows-latest 80.47% <ø> (ø)
unit-tests-macos-latest ?
unit-tests-ubuntu-latest ?
unit-tests-windows-latest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 19ca41a to 24f8f82 Compare November 7, 2023 06:53
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ceaa1ad to e917a0c Compare November 27, 2023 06:25
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from ede7c57 to a66d1c0 Compare December 5, 2023 04:09
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from af3fc08 to 0292f00 Compare December 19, 2023 19:16
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0d5c290 to 9aeca90 Compare January 8, 2024 07:16
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7f4e12b to 6341343 Compare January 19, 2024 22:06
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 9b1e11b to beae55b Compare May 7, 2024 17:44
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from eca45b4 to e068ef5 Compare May 14, 2024 18:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fb9280d to 4d0eb2c Compare May 22, 2024 00:14
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9a29af2 to 03acf32 Compare May 31, 2024 19:27
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 204ade3 to a7f01e2 Compare June 14, 2024 23:18
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1648e56 to e3be3b4 Compare June 22, 2024 16:14
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 0079b9e to 3afbaa3 Compare July 18, 2024 22:09
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 55089a4 to 71f9936 Compare August 14, 2024 10:28
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8bbf5f2 to d8eeb3b Compare August 30, 2024 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants