diff --git a/html/build.gradle b/html/build.gradle
index 9fde73b..f67106a 100644
--- a/html/build.gradle
+++ b/html/build.gradle
@@ -38,9 +38,9 @@ dependencies {
api (project(":core"))
api "com.contentful.java:java-sdk:${project.contentful_version}"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
- implementation 'org.apache.commons:commons-text:1.9'
+ implementation 'org.apache.commons:commons-text:1.10.0'
testImplementation 'com.google.truth:truth:0.42'
- testImplementation 'junit:junit:4.13.1'
+ testImplementation 'junit:junit:4.13.2'
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8