diff --git a/build.gradle b/build.gradle index 6b123ff3..e990fba9 100644 --- a/build.gradle +++ b/build.gradle @@ -36,9 +36,9 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:3.0' testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0' - testImplementation 'org.apache.logging.log4j:log4j-api:2.25.2' - testImplementation 'org.apache.logging.log4j:log4j-core:2.25.2' - testImplementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2' + testImplementation 'org.apache.logging.log4j:log4j-api:2.25.3' + testImplementation 'org.apache.logging.log4j:log4j-core:2.25.3' + testImplementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' }