From 14014157214c90c257d774ccc546bbc52b8de2bc Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Fri, 20 Dec 2024 08:40:31 +0100 Subject: [PATCH] Update commons-text, JUnit --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 5b0ee84c..c3cfd717 100644 --- a/build.gradle +++ b/build.gradle @@ -58,17 +58,17 @@ forbiddenApisMain { dependencies { implementation 'commons-io:commons-io:2.18.0' implementation 'org.apache.commons:commons-lang3:3.17.0' - implementation 'org.apache.commons:commons-text:1.12.0' + implementation 'org.apache.commons:commons-text:1.13.0' implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'org.apache.httpcomponents:httpasyncclient:4.1.5' implementation 'org.apache.commons:commons-exec:1.4.0' implementation 'org.apache.logging.log4j:log4j-api:2.24.2' implementation 'net.java.dev.jna:jna:3.4.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4' testImplementation 'org.dstadler:commons-test:1.0.0.21' testImplementation 'org.apache.logging.log4j:log4j-core:2.24.2'