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
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ micrometer = "1.12.13"
reactor = "3.6.18"
kotlin-stdlib = "1.9.25" # Visit https://kotlinlang.org/docs/releases.html#release-details to see versions compatability
kotlin-coroutines = "1.7.3"
jackson = "2.22.0"
jacksons-annotations = "2.22"
jackson = "2.19.4" # Can't update futher in 1.0 cause 2.20+ Kotlin is up to 2+ version and transitive dependencies ruin peoples builds in Kotlin
jacksons-annotations = "2.19.4"
mockserver = "5.15.0"
netty = "4.1.110.Final" # gRPC Java - https://github.com/grpc/grpc-java/issues/12236
kafka = "3.9.2"
Expand Down
Loading