File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ nexusStaging {
2020
2121allprojects {
2222 group = " ru.tinkoff.kora"
23- version = System . getenv(). getOrDefault(" KORA_VERSION" , " 0.12.0 -SNAPSHOT" )
23+ version = System . getenv(). getOrDefault(" KORA_VERSION" , " 0.13.1 -SNAPSHOT" )
2424 repositories {
2525 mavenCentral()
2626 }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencyResolutionManagement { DependencyResolutionManagement it ->
1010 version(' kotlin-coroutines' , ' 1.6.4' )
1111 version(' jackson' , ' 2.14.0' )
1212 version(' mockserver' , ' 5.14.0' )
13- version(' netty' , ' 4.1.85 .Final' )
13+ version(' netty' , ' 4.1.94 .Final' )
1414 version(' kafka' , ' 3.4.0' )
1515 version(' vertx' , ' 4.3.4' )
1616 version(' testcontainers' , ' 1.18.3' )
You can’t perform that action at this time.
0 commit comments