Skip to content

Commit c0935e1

Browse files
authored
Updating plexus-utils to patch CVE-2022-4244 (#1327)
1 parent e1db289 commit c0935e1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ maven.install(
7777
"com.squareup.moshi:moshi:1.15.1",
7878
"com.squareup.moshi:moshi-kotlin:1.15.1",
7979
"com.squareup.moshi:moshi-kotlin-codegen:1.15.1",
80+
"org.codehaus.plexus:plexus-utils:3.0.24",
8081
],
8182
fail_if_repin_required = True,
8283
fetch_sources = True,

kotlin_rules_maven_install.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": 675540537,
4-
"__RESOLVED_ARTIFACTS_HASH": -795355598,
3+
"__INPUT_ARTIFACTS_HASH": -129239194,
4+
"__RESOLVED_ARTIFACTS_HASH": -667872389,
55
"conflict_resolution": {
66
"com.google.guava:guava:27.1-jre": "com.google.guava:guava:33.2.1-jre"
77
},
@@ -372,10 +372,10 @@
372372
},
373373
"org.codehaus.plexus:plexus-utils": {
374374
"shasums": {
375-
"jar": "0f31c44b275f87e56d46a582ce96d03b9e2ab344cf87c4e268b34d3ad046beab",
376-
"sources": "8fb619ac58aaa2a27f9cefce866a9689d41e15a120c2efe0f781b6bcad88caf3"
375+
"jar": "83ee748b12d06afb0ad4050a591132b3e8025fbb1990f1ed002e8b73293e69b4",
376+
"sources": "ec01853bc765eddc0accf19993482c14ab0aa59dccec4efd361ef23649153935"
377377
},
378-
"version": "3.0.22"
378+
"version": "3.0.24"
379379
},
380380
"org.eclipse.sisu:org.eclipse.sisu.inject": {
381381
"shasums": {

0 commit comments

Comments
 (0)