-
Notifications
You must be signed in to change notification settings - Fork 0
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 minor #9
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/minor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0513d4c
to
f097680
Compare
f097680
to
14511b2
Compare
14511b2
to
33f248d
Compare
aeb246f
to
b84dca2
Compare
b84dca2
to
e86ad13
Compare
f103564
to
e245bab
Compare
e245bab
to
509459b
Compare
a35fbdb
to
b01f7ef
Compare
0b5f160
to
fbbde6f
Compare
fbbde6f
to
831c9e2
Compare
a31092e
to
5e27641
Compare
e828940
to
79dbeda
Compare
86de67d
to
867661f
Compare
749c878
to
4c557b5
Compare
b82b0d4
to
4045081
Compare
4080f32
to
8f92741
Compare
841f056
to
bd09752
Compare
ce700b5
to
0e88b8d
Compare
109dbc2
to
122d9fe
Compare
06b552a
to
783be7c
Compare
783be7c
to
ad0e48b
Compare
4544448
to
52062e0
Compare
52062e0
to
ca0a313
Compare
3748de8
to
8e9584c
Compare
8e9584c
to
f42d03a
Compare
e1d440e
to
a6afda7
Compare
39256f5
to
2f39548
Compare
522b577
to
003089a
Compare
003089a
to
5bebd33
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.4.1
->v3.13.0
7.5.1
->7.6.4
v2.25.0
->v2.33.0
1.1.5
->1.2.3
3.4.0
->3.6.1
4.8.2
->4.14.1
2.5.1
->2.8.7
1.4.0
->1.6.2
1.4.0
->1.10.0
4.9.3
->4.12.0
1.0.0
->1.2.0
1.7.10
->1.9.25
1.10.0
->1.13.16
1.10.0
->1.13.16
2.5.1
->2.8.7
1.7.10
->1.9.25
7.2.2
->7.4.2
1.1.3
->1.4.4
2.38.1
->2.55
1.5.1
->1.10.1
4.9.3
->4.12.0
4.9.3
->4.12.0
1.1.3
->1.2.1
1.3.0
->1.5.15
1.3.0
->1.5.15
7.2.2
->7.4.2
2.9.0
->2.11.0
2.9.0
->2.11.0
1.2.1
->1.7.8
1.2.1
->1.7.8
1.2.1
->1.7.8
1.2.1
->1.7.8
1.2.1
->1.7.8
1.2.1
->1.7.8
1.2.1
->1.7.8
2.4.3
->2.6.1
2.4.3
->2.6.1
2.4.3
->2.6.1
1.7.10
->1.9.25
2.2.0
->2.7.0
2.43.2
->2.55
2.43.2
->2.55
1.6.4
->1.10.1
Release Notes
actions/setup-java (actions/setup-java)
v3.13.0
Compare Source
What's changed
In the scope of this release, support for Dragonwell JDK was added by @Accelerator1996 in https://github.com/actions/setup-java/pull/532
Several inaccuracies were also fixed:
New Contributors
Full Changelog: actions/setup-java@v3...v3.13.0
v3.12.0
Compare Source
In scope of this release the following changes were made:
Bug fixes:
Feature implementations:
Resolving dependencies issues:
Infrastructure updates:
Documentation changes:
New Contributors
Full Changelog: actions/setup-java@v3...v3.12.0
v3.11.0
Compare Source
In scope of this release we added support for IBM Semeru (OpenJ9) JDK (https://github.com/actions/setup-java/pull/289).
Supported distributions
Currently, the following distributions are supported:
temurin
zulu
adopt
oradopt-hotspot
adopt-openj9
liberica
microsoft
corretto
semeru
oracle
v3.10.0
Compare Source
In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/450).
Supported distributions
Currently, the following distributions are supported:
temurin
zulu
adopt
oradopt-hotspot
adopt-openj9
liberica
microsoft
corretto
oracle
v3.9.0
Compare Source
In scope of this release we add support for
.java-version
file (https://github.com/actions/setup-java/pull/426). For more information about its usage please refer to the documentation.v3.8.0
Compare Source
In scope of this release we added logic to pass the token input through on GHES for Microsoft Build of OpenJDK (https://github.com/actions/setup-java/pull/395) and updated minimatch dependency.
v3.6.0
Compare Source
In scope of this release we added Maven Toolchains Support and Maven Toolchains Declaration. Moreover, from this release we use
os.arch
to determine default architecture for runners: https://github.com/actions/setup-java/pull/376. Besides, we made such changes as:SEGMENT_DOWNLOAD_TIMEOUT_MINS
v3.5.1
Compare Source
In scope of this release we change logic for Microsoft Build of OpenJDK. Previously it had hard coded versions. In this release versions were moved to the separate json file. When a new version of Java is released, it can be added to this file and be used without releasing new version of the action.
v3.5.0
Compare Source
Add support for multiple jdks
In scope of this release we add support for multiple jdks. Customers can specify multiple versions of java through
java-version
input.Besides, we added such changes as:
gradle/gradle (gradle)
v7.6.4
: 7.6.4Compare Source
This is a patch release for 7.6. We recommend using 7.6.4 instead of 7.6.
Read the Release Notes
Upgrade instructions
Switch your build to use Gradle 7.6.4 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v7.6.3
: 7.6.3Compare Source
This is a patch release for 7.6. We recommend using 7.6.3 instead of 7.6.
This release addresses two security vulnerabilities:
It also fixes the following issues:
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.3 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.3.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
v7.6.2
: 7.6.2Compare Source
This is a patch release for 7.6. We recommend using 7.6.2 instead of 7.6.
This release addresses two security vulnerabilities:
It also fixes the following issues:
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.2 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.2.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
v7.6.1
: 7.6.1Compare Source
This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.
It fixes the following issues:
.gradle/jdks
Configuration
📅 Schedule: Branch creation - "after 9pm,before 5am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.