Skip to content

Commit 4738f91

Browse files
committed
Update kotlin and owasp dependency check plugin versions
1 parent e53bea1 commit 4738f91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ plugins {
1313
`maven-publish`
1414
signing
1515

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

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

2525
id("nebula.maven-publish") version "17.3.2"
2626
id("nebula.contacts") version "5.1.0"
@@ -143,7 +143,7 @@ dependencies {
143143
// "Before" framework dependencies
144144
testRuntimeOnly("junit:junit:latest.release")
145145
testRuntimeOnly("org.springframework:spring-test:4.+")
146-
testRuntimeOnly("ch.qos.logback:logback-classic:1.0.13")
146+
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.+")
147147
testRuntimeOnly("org.mockito:mockito-all:$mockito1Version")
148148
testRuntimeOnly("org.hamcrest:hamcrest:latest.release")
149149
testRuntimeOnly("pl.pragmatists:JUnitParams:1.+")

0 commit comments

Comments
 (0)