From 148ead4e9d389fcadf879fdfa669ae1b2e566438 Mon Sep 17 00:00:00 2001 From: unurled Date: Sat, 24 Sep 2022 12:56:21 +0200 Subject: [PATCH] update --- .drone.yml | 1 - build.gradle | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5be23ed..cc7f6d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,4 @@ kind: pipeline -type: docker name: default steps: diff --git a/build.gradle b/build.gradle index bb668e2..081ebf5 100644 --- a/build.gradle +++ b/build.gradle @@ -60,9 +60,9 @@ dependencies { testCompileOnly 'org.projectlombok:lombok:1.18.24' // mongo stuff - implementation 'org.mongodb:mongodb-driver-sync:4.5.1' - implementation 'org.mongodb:bson:4.5.1' - implementation 'org.mongodb:mongodb-driver-core:4.5.1' + implementation 'org.mongodb:mongodb-driver-sync:4.7.1' + implementation 'org.mongodb:bson:4.7.1' + implementation 'org.mongodb:mongodb-driver-core:4.7.1' implementation 'de.tr7zw:item-nbt-api-plugin:2.10.0' compileOnly 'io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT'