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 May 9, 2024
1 parent 3e59415 commit f049b53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shadow = "8.1.1"
juppiter = "0.4.0"
spotless = "6.25.0"
fabricLoom = "1.5.8"
nexusPublish = "2.0.0-rc-2"
nexusPublish = "2.0.0"
checkstyleTools = "10.14.0"

# google libs
Expand All @@ -16,10 +16,10 @@ guava = "33.0.0-jre"
junit = "5.10.2"
mockito = "5.11.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 @@ -41,9 +41,9 @@ oshi = "6.5.0"
vavr = "0.10.4"
sshj = "0.38.0"
jjwt = "0.11.5"
slf4j = "2.0.12"
slf4j = "2.0.13"
aerogel = "2.1.0"
awsSdk = "2.25.3"
awsSdk = "2.25.48"
unirest = "4.2.9"
caffeine = "3.1.8"
reflexion = "1.8.0"
Expand All @@ -68,13 +68,13 @@ bungeecord = "1.20-R0.3-SNAPSHOT"
vault = "1.7.1"
adventure = "4.16.0"
modlauncher = "8.1.3"
npcLib = "3.0.0-beta6"
npcLib = "3.0.0-SNAPSHOT"
placeholderApi = "2.11.5"
adventure-serializer-bungee = "4.3.2"

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


[libraries]
Expand Down

0 comments on commit f049b53

Please sign in to comment.