Skip to content

Commit

Permalink
Upgrade Kotlin and owasp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkvangorder committed Apr 28, 2022
1 parent c2b38e5 commit b9e0d65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ plugins {
`maven-publish`
signing

id("org.jetbrains.kotlin.jvm") version "1.5.10"
id("org.jetbrains.kotlin.jvm") version "1.6.21"
id("nebula.maven-resolved-dependencies") version "17.3.2"
id("nebula.release") version "15.3.1"
id("io.github.gradle-nexus.publish-plugin") version "1.0.0"

id("com.github.hierynomus.license") version "0.16.1"
id("com.github.jk1.dependency-license-report") version "1.16"
id("org.owasp.dependencycheck") version "6.5.3"
id("org.owasp.dependencycheck") version "7.0.4.1"

id("nebula.maven-publish") version "17.3.2"
id("nebula.contacts") version "5.1.0"
Expand Down Expand Up @@ -120,7 +120,6 @@ dependencies {
tasks.withType(KotlinCompile::class.java).configureEach {
kotlinOptions {
jvmTarget = "1.8"
useIR = true
}
}

Expand Down

0 comments on commit b9e0d65

Please sign in to comment.