Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit db7ca7b

Browse files
author
Ian Clarke
committed
Merge branch 'master' of github.com:kwebio/kweb-core
2 parents 08e3a8a + bf511bc commit db7ca7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ buildscript {
44
}
55

66
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"
88
}
99
}
1010

1111
plugins {
1212
id 'java'
1313
id "org.jetbrains.kotlin.jvm" version "1.7.20"
1414
id 'maven'
15-
id 'org.jetbrains.dokka' version '1.5.0'
15+
id 'org.jetbrains.dokka' version '1.7.10'
1616
id 'com.github.johnrengelman.shadow' version '6.1.0'
1717
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'
1919
}
2020

2121
apply plugin: "com.github.ben-manes.versions"
@@ -77,8 +77,8 @@ dependencies {
7777
testCompile 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
7878
testCompile 'ch.qos.logback:logback-classic:1.4.1'
7979
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'
8282
compile 'org.jsoup:jsoup:1.15.3'
8383
}
8484

0 commit comments

Comments
 (0)