diff --git a/booklore-api/build.gradle b/booklore-api/build.gradle index b56d1a9e..3ab2e02e 100644 --- a/booklore-api/build.gradle +++ b/booklore-api/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14' implementation 'org.apache.commons:commons-compress:1.28.0' implementation 'org.tukaani:xz:1.11' // Required by commons-compress for 7z support - implementation 'org.apache.commons:commons-text:1.14.0' + implementation 'org.apache.commons:commons-text:1.15.0' // --- Template Engine --- implementation 'org.freemarker:freemarker:2.3.34'