Skip to content

Commit 5e6eb68

Browse files
author
Konstantinos Grassos
committed
Version 0.9.7
1 parent 71c55c8 commit 5e6eb68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)