From d66267fecf5e23e92088db8949fce9b8f3ea6c60 Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Thu, 22 Feb 2024 12:07:46 +0100 Subject: [PATCH] chore: Update test project dependencies --- test/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/build.gradle b/test/build.gradle index dd66f4d3..b82ca6db 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -16,10 +16,10 @@ dependencies { implementation rootProject // https://mvnrepository.com/artifact/junit/junit - testImplementation group: 'junit', name: 'junit', version: '4.13' + testImplementation group: 'junit', name: 'junit', version: '4.13.2' // https://mvnrepository.com/artifact/org.fulib/fulibMockups - testImplementation group: 'org.fulib', name: 'fulibMockups', version: '0.3.1' + testImplementation group: 'org.fulib', name: 'fulibMockups', version: '0.4.0' // https://mvnrepository.com/artifact/org.fulib/fulibTables testImplementation group: 'org.fulib', name: 'fulibTables', version: '1.4.0'