Skip to content

Commit

Permalink
Update dependencies in html
Browse files Browse the repository at this point in the history
commons-text:1.9 is affected by CVE-2022-42889. From what I can see the usage
in html is not affected, but we might as well upgrade.

core and android already depended on junit:4.13.2, so upgrading in html
just brings it in line with the other modules.
  • Loading branch information
veddan committed Apr 11, 2023
1 parent 2fadc3c commit 9b0c8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b0c8a4

Please sign in to comment.