This repository was archived by the owner on Aug 10, 2024. It is now read-only.
Commit db7ca7b Ian Clarke
committed
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ buildscript {
4
4
}
5
5
6
6
dependencies {
7
- classpath " com.github.ben-manes:gradle-versions-plugin:0.36 .0"
7
+ classpath " com.github.ben-manes:gradle-versions-plugin:0.42 .0"
8
8
}
9
9
}
10
10
11
11
plugins {
12
12
id ' java'
13
13
id " org.jetbrains.kotlin.jvm" version " 1.7.20"
14
14
id ' maven'
15
- id ' org.jetbrains.dokka' version ' 1.5.0 '
15
+ id ' org.jetbrains.dokka' version ' 1.7.10 '
16
16
id ' com.github.johnrengelman.shadow' version ' 6.1.0'
17
17
id " com.github.ben-manes.versions" version " 0.42.0"
18
- id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.6.10 '
18
+ id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.7.20 '
19
19
}
20
20
21
21
apply plugin : " com.github.ben-manes.versions"
@@ -77,8 +77,8 @@ dependencies {
77
77
testCompile ' io.kotlintest:kotlintest-runner-junit5:3.4.2'
78
78
testCompile ' ch.qos.logback:logback-classic:1.4.1'
79
79
testCompile " io.github.bonigarcia:selenium-jupiter:3.3.5"
80
- testCompile " org.junit.jupiter:junit-jupiter-api:5.7.0 "
81
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0 '
80
+ testCompile " org.junit.jupiter:junit-jupiter-api:5.9.1 "
81
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.1 '
82
82
compile ' org.jsoup:jsoup:1.15.3'
83
83
}
84
84
You can’t perform that action at this time.
0 commit comments