Skip to content

Commit fbc56ab

Browse files
authored
Merge pull request #7 from advantagefse/feature/update_gson_lib
Feature/update gson lib
2 parents cf0f6da + 5e6eb68 commit fbc56ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
1111
Gradle
1212

1313
```groovy
14-
implementation 'eu.afse:eu.afse.jsonlogic:0.9.6'
14+
implementation 'eu.afse:eu.afse.jsonlogic:0.9.7'
1515
```
1616

1717
Maven
@@ -20,7 +20,7 @@ Maven
2020
<dependency>
2121
<groupId>eu.afse</groupId>
2222
<artifactId>eu.afse.jsonlogic</artifactId>
23-
<version>0.9.6</version>
23+
<version>0.9.7</version>
2424
<type>pom</type>
2525
</dependency>
2626
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ apply plugin: 'maven-publish'
77
apply plugin: 'jacoco'
88

99
group 'eu.afse'
10-
version '0.9.6'
10+
version '0.9.7'
1111

1212
repositories {
1313
mavenCentral()
1414
}
1515

1616
dependencies {
1717
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'
1919

2020
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
2121
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'

0 commit comments

Comments
 (0)