Updated build deps and version

master Version_4.2
Robinson 2023-01-29 14:06:32 +01:00
parent b53892af71
commit 7d6424bc11
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>4.1</version>
<version>4.2</version>
</dependency>
</dependencies>
```
@ -61,7 +61,7 @@ Gradle Info
```
dependencies {
...
implementation "com.dorkbox:ObjectPool:4.1"
implementation "com.dorkbox:ObjectPool:4.2"
}
````

View File

@ -26,9 +26,9 @@ import java.time.Instant
gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS // always show the stacktrace!
plugins {
id("com.dorkbox.GradleUtils") version "3.9"
id("com.dorkbox.Licensing") version "2.19.1"
id("com.dorkbox.VersionUpdate") version "2.5"
id("com.dorkbox.GradleUtils") version "3.11"
id("com.dorkbox.Licensing") version "2.20"
id("com.dorkbox.VersionUpdate") version "2.6"
id("com.dorkbox.GradlePublish") version "1.17"
kotlin("jvm") version "1.8.0"
@ -39,7 +39,7 @@ object Extras {
const val group = "com.dorkbox"
const val name = "ObjectPool"
const val id = "ObjectPool"
const val version = "4.1"
const val version = "4.2"
const val vendor = "Dorkbox LLC"
const val vendorUrl = "https://dorkbox.com"

View File

@ -36,7 +36,7 @@ object ObjectPool {
/**
* Gets the version number.
*/
const val version = "4.1"
const val version = "4.2"
init {
// Add this project to the updates system, which verifies this class + UUID + version information