File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
```
22
22
- Add the dependency
23
23
```
24
- implementation('com.github.DaikonWeb:daikon-gson:1.7.1 ')
24
+ implementation('com.github.DaikonWeb:daikon-gson:1.7.2 ')
25
25
```
26
26
27
27
### Maven
@@ -39,7 +39,7 @@ implementation('com.github.DaikonWeb:daikon-gson:1.7.1')
39
39
<dependency>
40
40
<groupId>com.github.DaikonWeb</groupId>
41
41
<artifactId>daikon-gson</artifactId>
42
- <version>1.7.1 </version>
42
+ <version>1.7.2 </version>
43
43
</dependency>
44
44
```
45
45
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
dependencies {
12
12
implementation platform(' org.jetbrains.kotlin:kotlin-bom' )
13
13
implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
14
- implementation ' com.github.DaikonWeb:daikon:1.7.1 '
14
+ implementation ' com.github.DaikonWeb:daikon:1.7.2 '
15
15
16
16
compile ' com.google.code.gson:gson:2.8.6'
17
17
You can’t perform that action at this time.
0 commit comments