Skip to content

Commit

Permalink
fix: Update skrape-it deps to current versions to prevent security risc
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Jul 2, 2024
1 parent 2fe1e67 commit e0629f2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api/agata/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023, Petr Laštovička as Lasta apps, All rights reserved
* Copyright 2024, Petr Laštovička as Lasta apps, All rights reserved
*
* This file is part of Menza.
*
Expand Down Expand Up @@ -33,6 +33,13 @@ dependencies {
// skrape-it
// androidMainImplementation(projects.htmlParser)
androidMainImplementation("it.skrape:skrapeit:1.2.2")
// fix security vulnerabilities in skrapeit libs
implementation("ch.qos.logback:logback-core:1.4.12")
implementation("ch.qos.logback:logback-classic:1.4.12")
implementation("commons-net:commons-net:3.9.0")
implementation("org.apache.commons:commons-text:1.10.0")
implementation("org.jsoup:jsoup:1.15.3")
implementation("xalan:xalan:2.7.3")

commonMainImplementation(libs.ktor.client.core)
commonMainImplementation(libs.ktor.client.contentNegotiation)
Expand Down

0 comments on commit e0629f2

Please sign in to comment.