File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- KOTLIN_VERSION =1.6 .21
1
+ KOTLIN_VERSION =1.8 .21
2
2
KTLINT_VERSION =11.0.0
3
3
JACOCO_VERSION =0.8.8
4
- KOTLIN_COROUTINES_VERSION =1.6 .1
4
+ KOTLIN_COROUTINES_VERSION =1.7 .1
5
5
SL4J_VERSION =1.7.25
6
- JODA_VERSION =2.11.2
7
- JODA_CONVERT_VERSION =2.2.2
6
+ JODA_VERSION =2.12.5
7
+ JODA_CONVERT_VERSION =2.2.3
8
8
NETTY_VERSION =4.1.86.Final
9
9
KOTLIN_LOGGING_VERSION =2.1.21
10
10
SCRAM_CLIENT_VERSION =2.1
11
11
R2DBC_SPI_VERSION =1.0.0.RELEASE
12
- REACTOR_CORE_VERSION =3.4.23
12
+ REACTOR_CORE_VERSION =3.5.7
13
+ REACTOR_KOTLIN_EXTENSION =1.2.2
13
14
JUNIT_VERSION =4.13.2
14
15
ASSERTJ_VERSION =3.23.1
15
16
MOCKK_VERSION =1.9
16
17
LOGBACK_VERSION =1.1.8
17
18
TEST_CONTAINERS_VERSION =1.17.6
18
19
MYSQL_CONNECTOR_VERSION =5.1.47
19
20
AWAITILITY_VERSION =3.1.5
20
- THREETEN_EXTRA =1.6.0
21
+ THREETEN_EXTRA =1.7.2
21
22
JTS_VERSION =1.19.0
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ val LOGBACK_VERSION: String by project
15
15
val TEST_CONTAINERS_VERSION : String by project
16
16
val MYSQL_CONNECTOR_VERSION : String by project
17
17
val AWAITILITY_VERSION : String by project
18
+ val REACTOR_KOTLIN_EXTENSION : String by project
18
19
19
20
repositories {
20
21
mavenCentral()
@@ -28,7 +29,7 @@ dependencies {
28
29
api(" org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION " )
29
30
api(" io.r2dbc:r2dbc-spi:$R2DBC_SPI_VERSION " )
30
31
implementation(" io.projectreactor:reactor-core:$REACTOR_CORE_VERSION " )
31
- implementation(" io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.7 " )
32
+ implementation(" io.projectreactor.kotlin:reactor-kotlin-extensions:$REACTOR_KOTLIN_EXTENSION " )
32
33
api(" org.slf4j:slf4j-api:$SL4J_VERSION " )
33
34
api(" joda-time:joda-time:$JODA_VERSION " )
34
35
api(" org.joda:joda-convert:$JODA_CONVERT_VERSION " )
You can’t perform that action at this time.
0 commit comments