Updated build deps, version, license

master
Robinson 2023-06-25 19:25:11 +02:00
parent 2c704ac307
commit e45ec1e3cf
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -11,7 +11,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Serializers</artifactId>
<version>2.8</version>
<version>2.9</version>
</dependency>
</dependencies>
```

View File

@ -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 {