aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorThibault Gagnaux <tgagnaux@gmail.com>2021-11-10 09:31:00 +0100
committerThibault Gagnaux <tgagnaux@gmail.com>2021-11-10 09:31:00 +0100
commitf3924e8748efe3b035a43ec62eb1ab54179c6221 (patch)
tree52ad47aa09a66506f9f99d5aefbfdef969cf9086 /build.gradle
parenta5bdb321ebff31e5b2005c6b511fc3873ec9cc7f (diff)
downloadfrege-gradle-plugin-f3924e8748efe3b035a43ec62eb1ab54179c6221.tar.gz
frege-gradle-plugin-f3924e8748efe3b035a43ec62eb1ab54179c6221.tar.bz2
frege-gradle-plugin-f3924e8748efe3b035a43ec62eb1ab54179c6221.zip
chore: updates junit 5.7.2 -> 5.8.1, README and version
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
}