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 Jun 5, 2024
1 parent 596ae7b commit b1965cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
shadow = "8.1.1"
juppiter = "0.4.0"
spotless = "6.25.0"
fabricLoom = "1.6.11"
nexusPublish = "2.0.0-rc-2"
fabricLoom = "1.6.12"
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"
mockito = "5.12.0"
junitLauncher = "1.10.2"
testcontainers = "1.19.7"
testcontainers = "1.19.8"

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

# console
Expand All @@ -37,19 +37,19 @@ mysqlConnector = "8.4.0"

# general
asm = "9.7"
oshi = "6.6.0"
oshi = "6.6.1"
vavr = "0.10.4"
sshj = "0.38.0"
jjwt = "0.12.5"
slf4j = "2.0.12"
slf4j = "2.0.13"
aerogel = "2.1.0"
awsSdk = "2.25.3"
awsSdk = "2.25.67"
unirest = "4.4.0"
caffeine = "3.1.8"
reflexion = "1.8.0"
geantyref = "1.3.15"
dockerJava = "3.3.6"
nightConfig = "3.7.1"
nightConfig = "3.7.2"
annotations = "24.1.0"
influxClient = "7.1.0"
netty = "5.0.0.Alpha5"
Expand All @@ -69,14 +69,14 @@ limboloohp = "0.7.9-ALPHA"
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"
npcLib = "3.0.0-SNAPSHOT"
placeholderApi = "2.11.6"
adventure-serializer-bungee = "4.3.3"
luckPermsApi = "5.4"

# fabric platform special dependencies
minecraft = "1.20.4"
fabricLoader = "0.15.7"
fabricLoader = "0.15.11"


[libraries]
Expand Down

0 comments on commit b1965cf

Please sign in to comment.