Skip to content

Commit

Permalink
Merge pull request #7 from advantagefse/feature/update_gson_lib
Browse files Browse the repository at this point in the history
Feature/update gson lib
  • Loading branch information
csknns authored Sep 21, 2022
2 parents cf0f6da + 5e6eb68 commit fbc56ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
Gradle

```groovy
implementation 'eu.afse:eu.afse.jsonlogic:0.9.6'
implementation 'eu.afse:eu.afse.jsonlogic:0.9.7'
```

Maven
Expand All @@ -20,7 +20,7 @@ Maven
<dependency>
<groupId>eu.afse</groupId>
<artifactId>eu.afse.jsonlogic</artifactId>
<version>0.9.6</version>
<version>0.9.7</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ apply plugin: 'maven-publish'
apply plugin: 'jacoco'

group 'eu.afse'
version '0.9.6'
version '0.9.7'

repositories {
mavenCentral()
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.code.gson:gson:2.9.1'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
Expand Down

0 comments on commit fbc56ab

Please sign in to comment.