Skip to content

Commit eeef9dd

Browse files
Update Yarn to v4.0.1 (#8665)
* Update Yarn to v4.0.1 * Update yarn in 'war/pom.xml' --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alexander Brandes <[email protected]>
1 parent 3628792 commit eeef9dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

war/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
"defaults",
6363
"not IE 11"
6464
],
65-
"packageManager": "[email protected].0"
65+
"packageManager": "[email protected].1"
6666
}

war/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ THE SOFTWARE.
5050
<!-- frontend-maven-plugin will install this Yarn version as bootstrap, then hand over control to Yarn Berry. -->
5151
<yarn.version>1.22.19</yarn.version>
5252
<!-- maven-antrun-plugin will download this Yarn version. -->
53-
<yarn-berry.version>4.0.0</yarn-berry.version>
54-
<yarn-berry.sha256sum>6d855253732ba8d231b6cd917961654f6c8439164c962a4e355c9c58360ebe44</yarn-berry.sha256sum>
53+
<yarn-berry.version>4.0.1</yarn-berry.version>
54+
<yarn-berry.sha256sum>5a9d054e67fbbae8774cd3667736fd74407ffbbb336898523ca1fe87b3fc4ee3</yarn-berry.sha256sum>
5555
</properties>
5656

5757
<dependencyManagement>

0 commit comments

Comments
 (0)