Skip to content

Commit

Permalink
Update mvnrepository-client to a safer version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Feb 7, 2024
1 parent ad20002 commit 449be92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
implementation "io.github.lukehutch:fast-classpath-scanner:2.21"
implementation "com.github.kittinunf.fuel:fuel:2.3.1"
// implementation "com.github.devcsrj:mvnrepository-api-client:1.1.1" // old, has vulnerable dependencies
implementation 'com.github.tommyettinger:mvnrepository-client:v2.0.2.1'
implementation 'com.github.tommyettinger:mvnrepository-client:v2.0.2.4'
implementation "org.slf4j:slf4j-nop:2.0.5"
}

Expand Down

0 comments on commit 449be92

Please sign in to comment.