From c6b331fe226c87ebe5b9e6da9344fb6d2eedf9ea Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 5 Nov 2024 00:48:28 +0900 Subject: [PATCH] Update MysqlConnector driver --- ndatabase-api/pom.xml | 2 +- ndatabase-core/pom.xml | 22 +++++++++---------- ndatabase-dbms-api/pom.xml | 8 +++---- ndatabase-dbms-core/pom.xml | 10 ++++----- ndatabase-dbms-jdbc/pom.xml | 6 ++--- ndatabase-dbms-mariadb/pom.xml | 6 ++--- ndatabase-dbms-mongodb/pom.xml | 6 ++--- ndatabase-dbms-mysql/pom.xml | 6 ++--- .../dbms/mysql/HikariConnectionPool.java | 2 +- ndatabase-dbms-sqlite/pom.xml | 6 ++--- ndatabase-expressiontree/pom.xml | 4 ++-- ndatabase-packaging-jar/pom.xml | 12 +++++----- .../src/main/resources/plugin.yml | 2 +- ndatabase-platforms/app-platform/pom.xml | 8 +++---- ndatabase-platforms/bukkit-platform/pom.xml | 6 ++--- ndatabase-platforms/core-platform/pom.xml | 6 ++--- ndatabase-platforms/pom.xml | 4 ++-- ndatabase-platforms/sponge-platform/pom.xml | 4 ++-- .../resources/META-INF/sponge_plugins.json | 2 +- ndatabase-tests/pom.xml | 6 ++--- pom.xml | 2 +- 21 files changed, 65 insertions(+), 65 deletions(-) diff --git a/ndatabase-api/pom.xml b/ndatabase-api/pom.xml index 8c247ce..707d6eb 100644 --- a/ndatabase-api/pom.xml +++ b/ndatabase-api/pom.xml @@ -5,7 +5,7 @@ ndatabase com.nivixx - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/ndatabase-core/pom.xml b/ndatabase-core/pom.xml index 3b4d47f..96e0aab 100644 --- a/ndatabase-core/pom.xml +++ b/ndatabase-core/pom.xml @@ -5,7 +5,7 @@ ndatabase com.nivixx - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 @@ -25,52 +25,52 @@ com.nivixx ndatabase-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-expressiontree - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-core - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-jdbc - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-mysql - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-sqlite - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-mongodb - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-mariadb - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx core-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-dbms-api/pom.xml b/ndatabase-dbms-api/pom.xml index aec231c..fab2a47 100644 --- a/ndatabase-dbms-api/pom.xml +++ b/ndatabase-dbms-api/pom.xml @@ -6,7 +6,7 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ndatabase-dbms-api @@ -21,19 +21,19 @@ com.nivixx ndatabase-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-expressiontree - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx core-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-dbms-core/pom.xml b/ndatabase-dbms-core/pom.xml index 1f1b672..7e21544 100644 --- a/ndatabase-dbms-core/pom.xml +++ b/ndatabase-dbms-core/pom.xml @@ -6,7 +6,7 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ndatabase-dbms-core @@ -21,12 +21,12 @@ com.nivixx ndatabase-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT @@ -38,13 +38,13 @@ com.nivixx ndatabase-expressiontree - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx core-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-dbms-jdbc/pom.xml b/ndatabase-dbms-jdbc/pom.xml index 497003f..e4e9cc0 100644 --- a/ndatabase-dbms-jdbc/pom.xml +++ b/ndatabase-dbms-jdbc/pom.xml @@ -6,7 +6,7 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ndatabase-dbms-jdbc @@ -21,13 +21,13 @@ com.nivixx ndatabase-dbms-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-core - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-dbms-mariadb/pom.xml b/ndatabase-dbms-mariadb/pom.xml index 58e3bcd..0c4c314 100644 --- a/ndatabase-dbms-mariadb/pom.xml +++ b/ndatabase-dbms-mariadb/pom.xml @@ -6,7 +6,7 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ndatabase-dbms-mariadb @@ -21,13 +21,13 @@ com.nivixx ndatabase-dbms-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-jdbc - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-dbms-mongodb/pom.xml b/ndatabase-dbms-mongodb/pom.xml index e7fdc37..f9eb24d 100644 --- a/ndatabase-dbms-mongodb/pom.xml +++ b/ndatabase-dbms-mongodb/pom.xml @@ -6,7 +6,7 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ndatabase-dbms-mongodb @@ -20,13 +20,13 @@ com.nivixx ndatabase-dbms-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-core - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-dbms-mysql/pom.xml b/ndatabase-dbms-mysql/pom.xml index 81d5420..36e4f8b 100644 --- a/ndatabase-dbms-mysql/pom.xml +++ b/ndatabase-dbms-mysql/pom.xml @@ -6,7 +6,7 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ndatabase-dbms-mysql @@ -21,13 +21,13 @@ com.nivixx ndatabase-dbms-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-jdbc - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-dbms-mysql/src/main/java/com/nivixx/ndatabase/dbms/mysql/HikariConnectionPool.java b/ndatabase-dbms-mysql/src/main/java/com/nivixx/ndatabase/dbms/mysql/HikariConnectionPool.java index ba850aa..f57d87c 100644 --- a/ndatabase-dbms-mysql/src/main/java/com/nivixx/ndatabase/dbms/mysql/HikariConnectionPool.java +++ b/ndatabase-dbms-mysql/src/main/java/com/nivixx/ndatabase/dbms/mysql/HikariConnectionPool.java @@ -61,7 +61,7 @@ private void installMysqlDriver() { Library lib = Library.builder() .groupId("mysql") // "{}" is replaced with ".", useful to avoid unwanted changes made by maven-shade-plugin .artifactId("mysql-connector-java") - .version("8.0.28") + .version("8.0.30") .isolatedLoad(true) .id("mysql-connector-java") .build(); diff --git a/ndatabase-dbms-sqlite/pom.xml b/ndatabase-dbms-sqlite/pom.xml index 005a9dc..79ad1e6 100644 --- a/ndatabase-dbms-sqlite/pom.xml +++ b/ndatabase-dbms-sqlite/pom.xml @@ -6,7 +6,7 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ndatabase-dbms-sqlite @@ -22,13 +22,13 @@ com.nivixx ndatabase-dbms-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-dbms-jdbc - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-expressiontree/pom.xml b/ndatabase-expressiontree/pom.xml index b9f56d1..207491c 100644 --- a/ndatabase-expressiontree/pom.xml +++ b/ndatabase-expressiontree/pom.xml @@ -6,7 +6,7 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ndatabase-expressiontree @@ -21,7 +21,7 @@ com.nivixx ndatabase-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-packaging-jar/pom.xml b/ndatabase-packaging-jar/pom.xml index e2eb76d..645cca1 100644 --- a/ndatabase-packaging-jar/pom.xml +++ b/ndatabase-packaging-jar/pom.xml @@ -7,11 +7,11 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT jar ndatabase-packaging-jar - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT @@ -51,22 +51,22 @@ com.nivixx ndatabase-core - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx app-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx bukkit-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx sponge-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-packaging-jar/src/main/resources/plugin.yml b/ndatabase-packaging-jar/src/main/resources/plugin.yml index 1fbbd84..bc23986 100644 --- a/ndatabase-packaging-jar/src/main/resources/plugin.yml +++ b/ndatabase-packaging-jar/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: NDatabase main: com.nivixx.ndatabase.platforms.bukkitplatform.NDatabasePlugin -version: 1.5.0 +version: 1.5.1 description: A lightweight centralised Key-value style database api-version: 1.13 authors: [NivixX] diff --git a/ndatabase-platforms/app-platform/pom.xml b/ndatabase-platforms/app-platform/pom.xml index 234cdef..8654a87 100644 --- a/ndatabase-platforms/app-platform/pom.xml +++ b/ndatabase-platforms/app-platform/pom.xml @@ -7,24 +7,24 @@ com.nivixx ndatabase-platforms - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx app-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-core - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-core - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-platforms/bukkit-platform/pom.xml b/ndatabase-platforms/bukkit-platform/pom.xml index f76959f..31864ff 100644 --- a/ndatabase-platforms/bukkit-platform/pom.xml +++ b/ndatabase-platforms/bukkit-platform/pom.xml @@ -7,11 +7,11 @@ com.nivixx ndatabase-platforms - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT bukkit-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT @@ -23,7 +23,7 @@ com.nivixx ndatabase-core - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT net.byteflux diff --git a/ndatabase-platforms/core-platform/pom.xml b/ndatabase-platforms/core-platform/pom.xml index 59f908a..92123dd 100644 --- a/ndatabase-platforms/core-platform/pom.xml +++ b/ndatabase-platforms/core-platform/pom.xml @@ -7,17 +7,17 @@ com.nivixx ndatabase-platforms - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT core-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT com.nivixx ndatabase-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/ndatabase-platforms/pom.xml b/ndatabase-platforms/pom.xml index 2030efe..0afe4ac 100644 --- a/ndatabase-platforms/pom.xml +++ b/ndatabase-platforms/pom.xml @@ -5,9 +5,9 @@ ndatabase com.nivixx - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT pom 4.0.0 diff --git a/ndatabase-platforms/sponge-platform/pom.xml b/ndatabase-platforms/sponge-platform/pom.xml index 53fd30b..8a1974e 100644 --- a/ndatabase-platforms/sponge-platform/pom.xml +++ b/ndatabase-platforms/sponge-platform/pom.xml @@ -6,7 +6,7 @@ com.nivixx ndatabase-platforms - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT sponge-platform @@ -34,7 +34,7 @@ com.nivixx ndatabase-core - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.spongepowered diff --git a/ndatabase-platforms/sponge-platform/src/main/resources/META-INF/sponge_plugins.json b/ndatabase-platforms/sponge-platform/src/main/resources/META-INF/sponge_plugins.json index dd729db..9e369b0 100644 --- a/ndatabase-platforms/sponge-platform/src/main/resources/META-INF/sponge_plugins.json +++ b/ndatabase-platforms/sponge-platform/src/main/resources/META-INF/sponge_plugins.json @@ -5,7 +5,7 @@ }, "license": "MIT", "global": { - "version": "1.5.0", + "version": "1.5.1", "links": { "homepage": "https://github.com/NivixX/NDatabase", "source": "https://github.com/NivixX/NDatabase", diff --git a/ndatabase-tests/pom.xml b/ndatabase-tests/pom.xml index f93fae9..8994cf0 100644 --- a/ndatabase-tests/pom.xml +++ b/ndatabase-tests/pom.xml @@ -7,11 +7,11 @@ com.nivixx ndatabase - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ndatabase-tests - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT @@ -30,7 +30,7 @@ com.nivixx app-platform - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT de.flapdoodle.embed diff --git a/pom.xml b/pom.xml index 3e5e9a4..a706a8b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.nivixx ndatabase pom - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT