Skip to content
Open
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
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins { id("gg.grounds.kotlin-conventions") }
dependencies {
// service-player is reached over HTTP now: the JDK's own client, and Jackson for the bodies —
// the same pair ForgeLinkClient already uses, so nothing new lands in the shaded jar.
implementation("tools.jackson.core:jackson-databind:3.0.4")
implementation("tools.jackson.core:jackson-databind:3.2.2")

testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3")
Expand Down