Skip to content

Commit

Permalink
chore: update all dependencies with patch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 5148392 commit 2d2d259
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM azul/zulu-openjdk:17-jre-headless AS build
FROM azul/zulu-openjdk:17.0.9-jre-headless AS build

COPY . /home/cloudnet-build
WORKDIR /home/cloudnet-build

RUN chmod +x gradlew && ./gradlew -x test --no-daemon --stacktrace

FROM azul/zulu-openjdk:17-jre-headless
FROM azul/zulu-openjdk:17.0.9-jre-headless

RUN mkdir -p /cloudnet
WORKDIR /cloudnet
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,51 @@
shadow = "8.1.1"
juppiter = "0.4.0"
spotless = "6.22.0"
fabricLoom = "1.4.3"
fabricLoom = "1.4.4"
nexusPublish = "2.0.0-rc-1"
checkstyleTools = "10.12.4"
checkstyleTools = "10.12.6"

# google libs
gson = "2.10.1"
guava = "32.1.3-jre"

# testing
junit = "5.10.0"
junit = "5.10.1"
mockito = "5.6.0"
junitLauncher = "1.10.0"
testcontainers = "1.19.1"
junitLauncher = "1.10.1"
testcontainers = "1.19.3"

# compile time processing
lombok = "1.18.30"
javapoet = "1.13.0"

# console
jansi = "2.4.1"
jline = "3.24.0"
jline = "3.24.1"
cloud = "1.9.0-cn1"
stringSimilarity = "2.0.0"

# databases
h2 = "1.4.197" # do not update, leads to database incompatibility
xodus = "2.0.1"
mongodb = "4.11.0"
mongodb = "4.11.1"
hikariCp = "5.0.1"
mysqlConnector = "8.1.0"

# general
asm = "9.6"
oshi = "6.4.6"
oshi = "6.4.8"
vavr = "0.10.4"
sshj = "0.37.0"
jjwt = "0.11.5"
slf4j = "1.7.36"
aerogel = "2.1.0"
awsSdk = "2.21.5"
awsSdk = "2.21.40"
unirest = "4.1.0"
caffeine = "3.1.8"
reflexion = "1.8.0"
geantyref = "1.3.14"
dockerJava = "3.3.3"
dockerJava = "3.3.4"
nightConfig = "3.6.7"
annotations = "24.0.1"
influxClient = "6.10.0"
Expand All @@ -68,8 +68,8 @@ bungeecord = "1.20-R0.2-SNAPSHOT"
vault = "1.7.1"
adventure = "4.14.0"
modlauncher = "8.1.3"
npcLib = "3.0.0-beta6"
placeholderApi = "2.11.4"
npcLib = "3.0.0-SNAPSHOT"
placeholderApi = "2.11.5"
adventure-serializer-bungee = "4.3.1"

# fabric platform special dependencies
Expand Down

0 comments on commit 2d2d259

Please sign in to comment.