From e45ec1e3cf4b4716fe1673094ebb8f7ee47e5264 Mon Sep 17 00:00:00 2001 From: Robinson Date: Sun, 25 Jun 2023 19:25:11 +0200 Subject: [PATCH] Updated build deps, version, license --- LICENSE | 4 ++-- README.md | 2 +- build.gradle.kts | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 549c02c..2ac36f4 100644 --- a/LICENSE +++ b/LICENSE @@ -34,7 +34,7 @@ - Objenesis - [The Apache Software License, Version 2.0] - http://objenesis.org + https://github.com/easymock/objenesis Objenesis Team and all contributors - MinLog-SLF4J - @@ -44,7 +44,7 @@ - Bouncy Castle Crypto - Lightweight cryptography API and JCE Extension [The Apache Software License, Version 2.0] - http://www.bouncycastle.org + https://www.bouncycastle.org Copyright 2023 The Legion of the Bouncy Castle Inc diff --git a/README.md b/README.md index 5a8e7b1..c20f8e1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Maven Info com.dorkbox Serializers - 2.8 + 2.9 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 56bae7d..8924bfa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS // always show th plugins { id("com.dorkbox.GradleUtils") version "3.17" - id("com.dorkbox.Licensing") version "2.22" + id("com.dorkbox.Licensing") version "2.24" id("com.dorkbox.VersionUpdate") version "2.8" id("com.dorkbox.GradlePublish") version "1.18" @@ -58,7 +58,7 @@ object Extras { // set for the project const val description = "Kryo based serializers" const val group = "com.dorkbox" - const val version = "2.8" + const val version = "2.9" // set as project.ext const val name = "Serializers" @@ -134,7 +134,7 @@ dependencies { testImplementation("org.bouncycastle:bcprov-jdk15on:$bcVersion") testImplementation("junit:junit:4.13.2") - testImplementation("com.esotericsoftware:kryo:5.3.0") + testImplementation("com.esotericsoftware:kryo:5.5.0") } publishToSonatype {