Skip to content

Commit

Permalink
Bumpled detekt to version 1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Feb 1, 2024
1 parent 7a94040 commit 0a8cfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bld/java/rife/bld/extension/DetektOperationBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class DetektOperationBuild extends Project {
public DetektOperationBuild() {
pkg = "rife.bld.extension";
name = "DetektOperation";
version = version(0, 9, 0);
version = version(0, 9, 1, "SNAPSHOT");

javaRelease = 17;
downloadSources = true;
Expand All @@ -43,7 +43,7 @@ public DetektOperationBuild() {

scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(1, 8, 0)))
.include(dependency("io.gitlab.arturbosch.detekt", "detekt-cli", version(1, 23, 4)));
.include(dependency("io.gitlab.arturbosch.detekt", "detekt-cli", version(1, 23, 5)));
scope(test)
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 1)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 1)))
Expand Down

0 comments on commit 0a8cfb4

Please sign in to comment.