diff --git a/build.gradle b/build.gradle index 076df9d95..a799f409d 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' - testImplementation 'org.jsoup:jsoup:1.16.1' + testImplementation 'org.jsoup:jsoup:1.16.2' testImplementation 'org.mockito:mockito-inline:5.2.0' // bonigarcia seems to need this version of client5, as of version 5.3.2. // aws-java-sdk-s3 uses version httpclient:4.5.13, so if we see any differences in testing going forward