Fixed code error to pass unit tests

Updated version
This commit is contained in:
Robinson 2022-05-23 14:22:13 +02:00
parent 3d9a5d4238
commit e4a3b305ad
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ object Extras {
// set for the project
const val description = "Utilities for use within Java projects"
const val group = "com.dorkbox"
const val version = "1.24"
const val version = "1.25"
// set as project.ext
const val name = "Utilities"
@ -188,7 +188,7 @@ dependencies {
// compileOnly("com.esotericsoftware:kryo:5.3.0")
// compileOnly("de.javakaffee:kryo-serializers:0.45")
compileOnly("io.netty:netty-buffer:4.1.74.Final")
compileOnly("io.netty:netty-buffer:4.1.77.Final")
val bcVersion = "1.70"
compileOnly("org.bouncycastle:bcprov-jdk15on:$bcVersion")

View File

@ -37,7 +37,7 @@ class GtkLoader {
*/
public static
String getVersion() {
return "1.24";
return "1.25";
}
// objdump -T /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 | grep gtk

View File

@ -42,7 +42,7 @@ class Desktop {
*/
public static
String getVersion() {
return "1.24";
return "1.25";
}
static {