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 Jul 1, 2024
1 parent 5b05a12 commit a173ad6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.11-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.11-jre-headless

RUN mkdir -p /cloudnet
WORKDIR /cloudnet
Expand Down
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
[versions]

# plugins
shadow = "8.1.7"
shadow = "8.1.8"
juppiter = "0.4.0"
spotless = "6.25.0"
fabricLoom = "1.6.11"
nexusPublish = "2.0.0-rc-2"
nexusPublish = "2.0.0"
checkstyleTools = "10.17.0"

# google libs
gson = "2.11.0"
guava = "33.2.0-jre"
guava = "33.2.1-jre"

# testing
junit = "5.10.2"
junit = "5.10.3"
mockito = "5.12.0"
junitLauncher = "1.10.2"
testcontainers = "1.19.7"
junitLauncher = "1.10.3"
testcontainers = "1.19.8"

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

# console
jansi = "2.4.1"
jline = "3.26.1"
jline = "3.26.2"
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 = "5.1.0"
mongodb = "5.1.1"
hikariCp = "5.1.0"
mysqlConnector = "8.4.0"

# general
asm = "9.7"
oshi = "6.6.0"
oshi = "6.6.1"
vavr = "0.10.4"
sshj = "0.38.0"
slf4j = "2.0.12"
slf4j = "2.0.13"
aerogel = "2.1.0"
awsSdk = "2.26.12"
unirest = "4.4.0"
Expand Down Expand Up @@ -70,13 +70,13 @@ vault = "1.7.1"
adventure = "4.17.0"
modlauncher = "8.1.3"
npcLib = "3.0.0-beta6"
placeholderApi = "2.11.5"
adventure-serializer-bungee = "4.3.2"
placeholderApi = "2.11.6"
adventure-serializer-bungee = "4.3.3"
luckPermsApi = "5.4"

# fabric platform special dependencies
minecraft = "1.20.6"
fabricLoader = "0.15.10"
fabricLoader = "0.15.11"


[libraries]
Expand Down

0 comments on commit a173ad6

Please sign in to comment.