Skip to content

Commit

Permalink
Merge pull request #10 from GoodforGod/dev
Browse files Browse the repository at this point in the history
[1.4.2]
  • Loading branch information
GoodforGod authored Aug 22, 2022
2 parents f489584 + 454a642 commit 2bc3761
Show file tree
Hide file tree
Showing 4 changed files with 5 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,15 +11,15 @@ Gson configuration and serializers/deserializers for Date/Time in [java.time.*](
## Dependency :rocket:
**Gradle**
```groovy
implementation "io.goodforgod:gson-configuration:1.4.1"
implementation "io.goodforgod:gson-configuration:1.4.2"
```

**Maven**
```xml
<dependency>
<groupId>io.goodforgod</groupId>
<artifactId>gson-configuration</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api "com.google.code.gson:gson:2.9.0"
api "com.google.code.gson:gson:2.9.1"

testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
groupId=io.goodforgod
artifactId=gson-configuration
artifactVersion=1.4.1
artifactVersion=1.4.2


##### GRADLE #####
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Args = --initialize-at-build-time=com.google.gson,io.goodforgod.gson.configuration

0 comments on commit 2bc3761

Please sign in to comment.