Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
implementation 'com.jayway.jsonpath:json-path:2.9.0'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.5'
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.9'
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.10'
implementation 'org.apache.maven:maven-artifact:3.9.11'
implementation 'commons-codec:commons-codec:1.19.0'
// for RFC5987 parsing of content-disposition filename*
Expand All @@ -109,7 +109,7 @@ dependencies {
// For IMPLODE compression used by some CurseForge modpacks
implementation 'org.apache.commons:commons-compress:1.28.0'

testImplementation 'org.assertj:assertj-core:3.27.4'
testImplementation 'org.assertj:assertj-core:3.27.6'
// https://github.com/webcompere/model-assert
// for json assertions
testImplementation 'uk.org.webcompere:model-assert:1.1.0'
Expand Down