We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c55c8 commit 5e6eb68Copy full SHA for 5e6eb68
README.md
@@ -20,7 +20,7 @@ Maven
20
<dependency>
21
<groupId>eu.afse</groupId>
22
<artifactId>eu.afse.jsonlogic</artifactId>
23
- <version>0.9.6</version>
+ <version>0.9.7</version>
24
<type>pom</type>
25
</dependency>
26
```
build.gradle
@@ -7,15 +7,15 @@ apply plugin: 'maven-publish'
7
apply plugin: 'jacoco'
8
9
group 'eu.afse'
10
-version '0.9.6'
+version '0.9.7'
11
12
repositories {
13
mavenCentral()
14
}
15
16
dependencies {
17
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
18
- implementation 'com.google.code.gson:gson:2.8.5'
+ implementation 'com.google.code.gson:gson:2.9.1'
19
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
0 commit comments