Skip to content
Merged
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 @@ -7,7 +7,7 @@ dependencies {
implementation(project(":test-project:test-dep"))

// Spring for REST annotations
implementation("org.springframework:spring-web:7.0.3")
implementation("org.springframework:spring-web:7.0.8")

// Jackson for JSON handling
implementation("com.fasterxml.jackson.core:jackson-annotations:2.21")
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 @@ -7,5 +7,5 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-annotations:2.21")

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