Skip to content

Commit 5f90783

Browse files
committed
update dependencies
1 parent 281007e commit 5f90783

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

build.gradle.kts

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ import java.util.*
66
val kotlinVersion = plugins.getPlugin(KotlinPluginWrapper::class.java).kotlinPluginVersion
77

88
plugins {
9-
// kotlin("jvm") version "1.4.10"
9+
// kotlin("jvm") version "1.4.20"
1010
kotlin("jvm") version "1.3.72"
1111
id("maven-publish")
1212
id("signing")
13-
id("com.github.ben-manes.versions") version "0.36.0"
13+
id("com.github.ben-manes.versions") version "0.38.0"
1414
id("net.ossindex.audit") version "0.4.11"
15-
id("io.freefair.maven-central.validate-poms") version "5.3.0"
15+
id("io.freefair.maven-central.validate-poms") version "5.3.3.3"
1616
id("io.github.gradle-nexus.publish-plugin") version "1.0.0"
1717
}
1818

1919
repositories {
20-
maven { setUrl("https://dl.bintray.com/jetbrains/spek") }
2120
mavenCentral()
2221
}
2322

@@ -50,29 +49,29 @@ dependencies {
5049
testRuntimeOnly(it) {
5150
version {
5251
strictly("[1.6,2)")
53-
prefer("1.6.2")
52+
prefer("1.7.1")
5453
}
5554
}
5655
}
5756
}
5857
implementation("org.jetbrains.kotlin:kotlin-stdlib")
5958
implementation("org.jetbrains.kotlin:kotlin-reflect")
6059

61-
implementation("io.github.microutils:kotlin-logging:1.8.3")
60+
implementation("io.github.microutils:kotlin-logging:2.0.6")
6261
implementation("org.slf4j:slf4j-api")
6362
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.3")
6463

6564
implementation("org.yaml:snakeyaml:1.27")
66-
implementation("com.squareup.moshi:moshi:1.10.0")
67-
implementation("com.squareup.moshi:moshi-kotlin:1.10.0")
68-
testImplementation("com.beust:klaxon:5.4")
65+
implementation("com.squareup.moshi:moshi:1.12.0")
66+
implementation("com.squareup.moshi:moshi-kotlin:1.12.0")
67+
testImplementation("com.beust:klaxon:5.5")
6968

70-
implementation("com.google.re2j:re2j:1.4")
69+
implementation("com.google.re2j:re2j:1.6")
7170
// implementation("com.github.fge:json-schema-validator:2.2.6")
7271

7372
testImplementation("org.jetbrains.kotlin:kotlin-test")
74-
testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.12")
75-
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:2.0.12")
73+
testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.15")
74+
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:2.0.15")
7675
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
7776
}
7877

0 commit comments

Comments
 (0)