diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2a769b8..7508237 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
variables:
name: "UltimateKits"
path: "/builds/$CI_PROJECT_PATH"
- version: "2.4.11"
+ version: "2.4.12"
build:
stage: build
diff --git a/pom.xml b/pom.xml
index c3270a1..86fdac2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,8 @@
com.songoda:SongodaCore
com.zaxxer:HikariCP
+ org.slf4j:slf4j-api
+ org.slf4j:slf4j-nop
@@ -219,5 +221,15 @@
sqlite-jdbc
3.23.1
+
+ org.slf4j
+ slf4j-api
+ 1.7.25
+
+
+ org.slf4j
+ slf4j-nop
+ 1.7.25
+