Skip to content
Open
Show file tree
Hide file tree
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 test-project/test-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation("org.springframework:spring-web:7.0.8")

// Jackson for JSON handling
implementation("com.fasterxml.jackson.core:jackson-annotations:2.21")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.22")
}

// Output the runtime classpath for ExternalClassPathTest in core module
Expand Down
2 changes: 1 addition & 1 deletion test-project/test-dep/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
// Minimal dependencies for model classes
implementation("com.fasterxml.jackson.core:jackson-annotations:2.21")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.22")

// Spring for REST annotations (needed for @ApiController meta-annotation)
implementation("org.springframework:spring-web:7.0.8")
Expand Down
Loading