aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authortricktron <tgagnaux@gmail.com>2021-11-10 09:36:14 +0100
committerGitHub <noreply@github.com>2021-11-10 09:36:14 +0100
commit5df7fd223a84c2c4db55668da2b5c0f460a19774 (patch)
tree52ad47aa09a66506f9f99d5aefbfdef969cf9086 /build.gradle
parent2b2b16037a7a2083a6929c20fbf8ac25763f8ec7 (diff)
parentf3924e8748efe3b035a43ec62eb1ab54179c6221 (diff)
downloadfrege-gradle-plugin-5df7fd223a84c2c4db55668da2b5c0f460a19774.tar.gz
frege-gradle-plugin-5df7fd223a84c2c4db55668da2b5c0f460a19774.tar.bz2
frege-gradle-plugin-5df7fd223a84c2c4db55668da2b5c0f460a19774.zip
Merge pull request #1 from tricktron/f-runTask
RunFrege Task
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a30daed..f64913d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@ tasks.withType(Test).configureEach {
dependencies {
def junit5Group = 'org.junit.jupiter'
- def junit5Version = '5.7.2'
+ def junit5Version = '5.8.1'
testImplementation group: junit5Group, name: 'junit-jupiter-api', version: junit5Version
testRuntimeOnly group: junit5Group, name: 'junit-jupiter-engine', version: junit5Version
}