@@ -75,7 +75,7 @@ for **GraphQL Java Kickstart**:
75
75
<dependency >
76
76
<groupId >com.tailrocks.graphql</groupId >
77
77
<artifactId >graphql-datetime-kickstart-spring-boot-starter</artifactId >
78
- <version >5.0.0 </version >
78
+ <version >5.0.1 </version >
79
79
</dependency >
80
80
```
81
81
@@ -85,7 +85,7 @@ for **Netflix DGS**:
85
85
<dependency >
86
86
<groupId >com.tailrocks.graphql</groupId >
87
87
<artifactId >graphql-datetime-dgs-starter</artifactId >
88
- <version >5.0.0 </version >
88
+ <version >5.0.1 </version >
89
89
</dependency >
90
90
```
91
91
@@ -95,7 +95,7 @@ for **Spring GraphQL**:
95
95
<dependency >
96
96
<groupId >com.tailrocks.graphql</groupId >
97
97
<artifactId >graphql-datetime-spring-boot-starter</artifactId >
98
- <version >5.0.0 </version >
98
+ <version >5.0.1 </version >
99
99
</dependency >
100
100
```
101
101
@@ -106,19 +106,19 @@ Add the following to your `build.gradle`:
106
106
for ** GraphQL Java Kickstart (Spring Boot)** :
107
107
108
108
``` groovy
109
- implementation("com.tailrocks.graphql:graphql-datetime-kickstart-spring-boot-starter:5.0.0 ")
109
+ implementation("com.tailrocks.graphql:graphql-datetime-kickstart-spring-boot-starter:5.0.1 ")
110
110
```
111
111
112
112
for ** DGS** :
113
113
114
114
``` groovy
115
- implementation("com.tailrocks.graphql:graphql-datetime-dgs-starter:5.0.0 ")
115
+ implementation("com.tailrocks.graphql:graphql-datetime-dgs-starter:5.0.1 ")
116
116
```
117
117
118
118
for ** Spring GraphQL** :
119
119
120
120
``` groovy
121
- implementation("com.tailrocks.graphql:graphql-datetime-spring-boot-starter:5.0.0 ")
121
+ implementation("com.tailrocks.graphql:graphql-datetime-spring-boot-starter:5.0.1 ")
122
122
```
123
123
124
124
### Scalars
0 commit comments