diff --git a/dependencies.gradle b/dependencies.gradle index 04a440d9..0bda181d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -26,21 +26,21 @@ final Map libraries = [ classgraph : 'io.github.classgraph:classgraph:4.8.184', commonsIO : 'commons-io:commons-io:2.21.0', commonsLang : 'org.apache.commons:commons-lang3:3.20.0', - commonsText : 'org.apache.commons:commons-text:1.14.0', + commonsText : 'org.apache.commons:commons-text:1.15.0', glassfishExpressly : 'org.glassfish.expressly:expressly:6.0.0', - groovy : 'org.apache.groovy:groovy:5.0.2', + groovy : 'org.apache.groovy:groovy:5.0.3', guava : 'com.google.guava:guava:33.5.0-jre', hibernateValidator : 'org.hibernate.validator:hibernate-validator:9.1.0.Final', jacksonBom : 'com.fasterxml.jackson:jackson-bom:2.20.1', jakartaValidationApi: 'jakarta.validation:jakarta.validation-api:3.1.1', jcommander : 'com.beust:jcommander:1.82', - jhighlight : 'org.codelibs:jhighlight:1.1.0', + jhighlight : 'org.codelibs:jhighlight:1.1.1', jsonFluent : 'net.javacrumbs.json-unit:json-unit-fluent:4.1.1', junitBom : 'org.junit:junit-bom:6.0.1', lombok : 'org.projectlombok:lombok:1.18.42', - mockito : 'org.mockito:mockito-core:5.20.0', + mockito : 'org.mockito:mockito-core:5.21.0', okio : 'com.squareup.okio:okio:1.17.6', - pluginApi : 'cd.go.plugin:go-plugin-api:25.3.0', + pluginApi : 'cd.go.plugin:go-plugin-api:25.4.0', reflections : 'org.reflections:reflections:0.10.2', retrofit : 'com.squareup.retrofit2:retrofit:3.0.0', slf4j : 'org.slf4j:slf4j-simple:2.0.17',