Skip to content

Commit

Permalink
Bump jvm from 1.8.22 to 1.9.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent fa41226 commit 9261544
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.springframework.boot") version "3.1.2"
id("io.spring.dependency-management") version "1.1.2"
kotlin("jvm") version "1.8.22"
kotlin("jvm") version "1.9.0"
kotlin("plugin.spring") version "1.8.22"
`maven-publish`
// Detekt and Jacoco
id("io.gitlab.arturbosch.detekt").version("1.22.0") // This is to add detekt
id("io.gitlab.arturbosch.detekt").version("1.23.1") // This is to add detekt
id("jacoco")// This is to use Jacoco for coverage testing
}

Expand Down Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation("com.hrv.mart:custom-pageable:0.0.2")
}
detekt {
toolVersion = "1.22.0"
toolVersion = "1.23.1"
config = files("config/detekt/detekt.yml")
}
tasks.withType<KotlinCompile> {
Expand Down Expand Up @@ -97,4 +97,4 @@ tasks.withType<KotlinCompile> {
freeCompilerArgs = listOf("-Xjsr305=strict")
jvmTarget = "17"
}
}
}

0 comments on commit 9261544

Please sign in to comment.