This commit is contained in:
unurled 2022-09-24 12:56:21 +02:00
parent e0bccb9e72
commit 148ead4e9d
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
kind: pipeline
type: docker
name: default
steps:

View file

@ -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'