File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
graphql-kotlin-schema-generator Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,15 @@ kotlinCoroutinesVersion = 1.3.3
14
14
15
15
graphQLJavaVersion = 14.0
16
16
jacksonVersion = 2.10.2
17
- springBootVersion = 2.2.4 .RELEASE
17
+ springBootVersion = 2.2.5 .RELEASE
18
18
classGraphVersion = 4.8.65
19
- reactorVersion = 3.3.2 .RELEASE
19
+ reactorVersion = 3.3.3 .RELEASE
20
20
reactorExtensionsVersion = 1.0.2.RELEASE
21
21
22
22
# test dependency versions
23
23
junitVersion = 5.6.0
24
24
mockkVersion = 1.9.3
25
+ rxjavaVersion = 3.0.0
25
26
26
27
# plugin versions
27
28
detektVersion = 1.5.1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ val graphQLJavaVersion: String by project
5
5
val jacksonVersion: String by project
6
6
val kotlinVersion: String by project
7
7
val kotlinCoroutinesVersion: String by project
8
- val rxjavaVersion = " 3.0.0 "
8
+ val rxjavaVersion: String by project
9
9
10
10
dependencies {
11
11
api(" com.graphql-java:graphql-java:$graphQLJavaVersion " )
You can’t perform that action at this time.
0 commit comments