Skip to content

Commit 895fdab

Browse files
renovate[bot]renovate-botJaidenAshmore
authored
Update dependency io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin to v1.14.1 (#334)
* Update dependency io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin to v1.14.1 * Upgrade kotlin version Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Jaiden Ashmore <jaidenkyleashmore@gmail.com>
1 parent 93d7dfe commit 895fdab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ plugins {
88
`java-library`
99
checkstyle
1010
jacoco
11+
kotlin("jvm") version "1.4.10"
1112
id("com.github.spotbugs")
1213
id("com.jashmore.gradle.github.release")
1314
id("org.jlleitschuh.gradle.ktlint") apply false

settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ pluginManagement {
77
id("com.commercehub.gradle.plugin.avro-base") version "0.21.0"
88
id("org.jlleitschuh.gradle.ktlint") version "9.4.1"
99
id("com.github.spotbugs") version "4.5.1"
10-
kotlin("jvm") version "1.4.0"
11-
id("io.gitlab.arturbosch.detekt") version "1.11.2"
10+
id("io.gitlab.arturbosch.detekt") version "1.14.1"
1211
id("com.jashmore.gradle.github.release") version "0.0.2"
1312
}
1413
repositories {

0 commit comments

Comments
 (0)