Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit bc45ece

Browse files
fix(deps): update dependency org.jsoup:jsoup to v1.22.1 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10a2b4c commit bc45ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conversational-ai4j-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
// Testing - Spring Boot 3.3.0 manages these versions
2323
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2424
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
25-
testImplementation 'org.jsoup:jsoup:1.21.2'
25+
testImplementation 'org.jsoup:jsoup:1.22.1'
2626

2727
// Testcontainers for Docker integration tests
2828
testImplementation 'org.testcontainers:testcontainers:1.21.4'

0 commit comments

Comments
 (0)