Skip to content

Commit 3679f30

Browse files
chore: update develocity-gradle-plugin vulnerability suppressions (#328)
* chore: develocity-gradle-plugin vulnerability suppressions * Disable failing test when run with gradle 4
1 parent 6530e8e commit 3679f30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugin/src/test/kotlin/org/openrewrite/gradle/RewriteRunTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ class RewriteRunTest : RewritePluginTest {
873873
}
874874

875875
@Test
876+
@DisabledIf("lessThanGradle6_1")
876877
fun groovySourceGetsTypesFromJavaSource(@TempDir projectDir: File) {
877878
gradleProject(projectDir) {
878879
rewriteYaml("""

suppressions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jgit/org\.eclipse\.jgit@.*$</packageUrl>
5858
<vulnerabilityName>CVE-2023-4759</vulnerabilityName>
5959
</suppress>
60-
<suppress until="2024-08-23Z">
60+
<suppress until="2024-10-16Z">
6161
<notes><![CDATA[
6262
Already on the latest version of develocity-gradle-plugin
6363
file name: rewrite-gradle-8.32.0.jar: develocity-gradle-plugin-3.17.6.jar: junit-platform-engine-1.10.3.jar

0 commit comments

Comments
 (0)