mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 09:07:37 +00:00
Plex v1.1.1
This commit is contained in:
parent
f1ebbc3664
commit
9c67911c1b
@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "dev.plex"
|
||||
version = "1.2-SNAPSHOT"
|
||||
version = "1.1.1"
|
||||
description = "Plex"
|
||||
|
||||
subprojects {
|
||||
|
@ -7,9 +7,9 @@ dependencies {
|
||||
annotationProcessor "org.projectlombok:lombok:1.18.24"
|
||||
library "org.json:json:20220320"
|
||||
library "commons-io:commons-io:2.11.0"
|
||||
library "dev.morphia.morphia:morphia-core:2.2.6"
|
||||
library "redis.clients:jedis:4.2.2"
|
||||
library "org.mariadb.jdbc:mariadb-java-client:3.0.4"
|
||||
library "dev.morphia.morphia:morphia-core:2.2.7"
|
||||
library "redis.clients:jedis:4.2.3"
|
||||
library "org.mariadb.jdbc:mariadb-java-client:3.0.5"
|
||||
library "com.zaxxer:HikariCP:5.0.1"
|
||||
library "org.apache.httpcomponents:httpclient:4.5.13"
|
||||
library "org.apache.commons:commons-lang3:3.12.0"
|
||||
|
Loading…
Reference in New Issue
Block a user