Skip to content

Commit cdcc521

Browse files
chore: suppress dependency issue and bump axion-release-plugin
1 parent 7f2e43e commit cdcc521

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
dependencies {
1313
classpath "com.android.tools.build:gradle:$CONFIG.versions.android.plugin"
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$CONFIG.versions.kotlin"
15-
classpath 'pl.allegro.tech.build:axion-release-plugin:1.13.1'
15+
classpath 'pl.allegro.tech.build:axion-release-plugin:1.13.6'
1616
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1717
classpath 'org.owasp:dependency-check-gradle:7.1.0.1'
1818
}

dependency_check_suppressions.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,11 @@
277277
<packageUrl regex="true">^pkg:maven/io\.github\.detekt\.sarif4k/sarif4k@.*$</packageUrl>
278278
<cve>CVE-2022-0272</cve>
279279
</suppress>
280+
<suppress until="2022-09-30Z">
281+
<notes><![CDATA[
282+
file name: play-services-basement-17.0.0.aar
283+
]]></notes>
284+
<packageUrl regex="true">^pkg:maven/com\.google\.android\.gms/play\-services\-basement@.*$</packageUrl>
285+
<vulnerabilityName>CVE-2022-1799</vulnerabilityName>
286+
</suppress>
280287
</suppressions>

0 commit comments

Comments
 (0)