File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
11
11
Gradle
12
12
13
13
``` groovy
14
- implementation 'eu.afse:eu.afse.jsonlogic:0.9.6 '
14
+ implementation 'eu.afse:eu.afse.jsonlogic:0.9.7 '
15
15
```
16
16
17
17
Maven
20
20
<dependency >
21
21
<groupId >eu.afse</groupId >
22
22
<artifactId >eu.afse.jsonlogic</artifactId >
23
- <version >0.9.6 </version >
23
+ <version >0.9.7 </version >
24
24
<type >pom</type >
25
25
</dependency >
26
26
```
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ apply plugin: 'maven-publish'
7
7
apply plugin : ' jacoco'
8
8
9
9
group ' eu.afse'
10
- version ' 0.9.6 '
10
+ version ' 0.9.7 '
11
11
12
12
repositories {
13
13
mavenCentral()
14
14
}
15
15
16
16
dependencies {
17
17
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
18
- implementation ' com.google.code.gson:gson:2.8.5 '
18
+ implementation ' com.google.code.gson:gson:2.9.1 '
19
19
20
20
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.3.1'
21
21
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.3.1'
You can’t perform that action at this time.
0 commit comments