Skip to content

Commit

Permalink
migration to sarif4j:0.3.0 (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Nov 22, 2022
1 parent 26f957d commit 67aee72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion diktat-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val junitVersion = project.properties.getOrDefault("junitVersion", "5.8.1") as S
val jacocoVersion = project.properties.getOrDefault("jacocoVersion", "0.8.7") as String
dependencies {
implementation(kotlin("gradle-plugin-api"))
implementation("io.github.detekt.sarif4k:sarif4k:0.0.1")
implementation("io.github.detekt.sarif4k:sarif4k:0.3.0")

implementation("org.cqfn.diktat:diktat-common:$diktatVersion") {
exclude("org.jetbrains.kotlin", "kotlin-compiler-embeddable")
Expand Down
4 changes: 2 additions & 2 deletions diktat-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</dependency>
<dependency>
<groupId>io.github.detekt.sarif4k</groupId>
<artifactId>sarif4k</artifactId>
<version>0.0.1</version>
<artifactId>sarif4k-jvm</artifactId>
<version>0.3.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 67aee72

Please sign in to comment.