From 19a04d5f6b93bf336ff68c3835125881ab943079 Mon Sep 17 00:00:00 2001 From: Martin Goellnitz Date: Fri, 2 Feb 2024 21:32:29 +0100 Subject: [PATCH] Update Commons CLI and Lang3, SLF4J, logback dependencies and TestNG, Jacoco, Lombok tools --- build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 8967ef9..8931662 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ /* * - * Copyright 2015-2023 Martin Goellnitz + * Copyright 2015-2024 Martin Goellnitz * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -37,11 +37,11 @@ repositories { } dependencies { - implementation 'org.slf4j:slf4j-api:2.0.7' - runtimeOnly 'ch.qos.logback:logback-classic:1.4.11' - implementation 'org.apache.commons:commons-lang3:3.13.0' + implementation 'org.slf4j:slf4j-api:2.0.11' + runtimeOnly 'ch.qos.logback:logback-classic:1.4.14' + implementation 'org.apache.commons:commons-lang3:3.14.0' implementation 'org.apache.commons:commons-collections4:4.4' - implementation 'commons-cli:commons-cli:1.5.0' + implementation 'commons-cli:commons-cli:1.6.0' implementation 'org.graphstream:gs-core:2.0' implementation 'org.graphstream:gs-ui-swing:2.0' @@ -57,13 +57,13 @@ dependencies { implementation 'org.javabits.jgrapht:jgrapht-core:0.9.3' - testImplementation 'org.testng:testng:7.8.0' + testImplementation 'org.testng:testng:7.9.0' // security overrides for testng and audit testImplementation 'junit:junit:4.13.2' } lombok { - version = "1.18.28" + version = "1.18.30" sha256 = "2af1fa836848761b6e51440ec628b49dc38080e9871bb352701fb8c8358087cf" } @@ -87,7 +87,7 @@ audit { } jacoco { - toolVersion = '0.8.10' + toolVersion = '0.8.11' } jacocoTestReport {