Update gson, bump version
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-01-21 14:35:36 +01:00
parent 173791219c
commit ce24b3c147
Signed by: Johannes
GPG Key ID: E76429612C2929F4
3 changed files with 3 additions and 3 deletions

View File

@ -7,5 +7,5 @@ Common code for my java projects. Uses my common [build scripts](https://git.fro
- commons: Common java code without a major theme or external dependencies
- [muscript](https://git.frohnmeyer-wds.de/Johannes/java-commons/src/branch/master/muscript): A simple scripting language
- commons-slf4j: SLF4J bindings for the logging abstraction in commons. Supports using commons as a backend for slf and slf as a commons backend.
- commons-gson: Shades my fork of gson and provides some utility classes
- commons-gson: Provides some utility classes around my fork of gson
- commons-manifold: Some common code using the features of manifold-ext. Mainly extension classes.

View File

@ -2,7 +2,7 @@ plugins {
id("commons.library")
}
version = "1.0-SNAPSHOT"
version = "1.1-SNAPSHOT"
publishing {
publications {

View File

@ -3,7 +3,7 @@ plugins {
}
dependencies {
api("io.gitlab.jfronny:gson:2.11.0-SNAPSHOT")
api("io.gitlab.jfronny:gson:2.10.2-SNAPSHOT")
implementation(project(":"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")