Skip to content

Commit ca55b61

Browse files
committed
fix(deps): update dependency xmlpull:xmlpull to v1.1.3.4a
1 parent 93fe0dd commit ca55b61

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,5 +1045,13 @@
10451045
<sha256 value="8f10ffd8df0d3e9819c8cc8402709c6b248bc53a954ef6e45470d9ae3a5735fb" origin="Generated by Gradle" reason="Artifact is not signed"/>
10461046
</artifact>
10471047
</component>
1048+
<component group="xmlpull" name="xmlpull" version="1.1.3.4a">
1049+
<artifact name="xmlpull-1.1.3.4a.jar">
1050+
<sha256 value="e62496dee7ae032aafc776a87650b1eb8eb090af39b264ccf09b8ddc327a1797" origin="Generated by Gradle" reason="Artifact is not signed"/>
1051+
</artifact>
1052+
<artifact name="xmlpull-1.1.3.4a.pom">
1053+
<sha256 value="921f4c877c7eb143289f0ab6fd88a7f64d0ac61d82f6a589189820ffaf25405a" origin="Generated by Gradle" reason="Artifact is not signed"/>
1054+
</artifact>
1055+
</component>
10481056
</components>
10491057
</verification-metadata>

src/bom-thirdparty/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ dependencies {
144144
api("xalan:serializer:2.7.3")
145145
api("xalan:xalan:2.7.3")
146146
api("xml-apis:xml-apis:1.4.01")
147-
api("xmlpull:xmlpull:1.1.3.1")
147+
api("xmlpull:xmlpull:1.1.3.4a")
148148
}
149149
}

0 commit comments

Comments
 (0)