diff --git a/webflux/build.gradle b/webflux/build.gradle index 6299c0f..803a6c0 100644 --- a/webflux/build.gradle +++ b/webflux/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-r2dbc' implementation 'io.micrometer:micrometer-registry-prometheus:1.10.4' - implementation 'com.rometools:rome-opml:1.18.0' + implementation 'com.rometools:rome-opml:2.1.0' implementation 'com.google.guava:guava:31.1-jre' implementation 'org.apache.kafka:kafka-clients:7.3.2-ce' testImplementation 'org.springframework.boot:spring-boot-starter-test'