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 Oct 27, 2023
1 parent e852811 commit 4b5e814
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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"

Expand Down Expand Up @@ -43,8 +43,8 @@ sshj = "0.37.0"
jjwt = "0.11.5"
slf4j = "1.7.36"
aerogel = "2.1.0"
awsSdk = "2.21.5"
unirest = "4.1.0"
awsSdk = "2.21.10"
unirest = "4.1.1"
caffeine = "3.1.8"
reflexion = "1.8.0"
geantyref = "1.3.14"
Expand Down Expand Up @@ -74,7 +74,7 @@ adventure-serializer-bungee = "4.3.1"

# fabric platform special dependencies
minecraft = "1.20.2"
fabricLoader = "0.14.23"
fabricLoader = "0.14.24"


[libraries]
Expand Down

0 comments on commit 4b5e814

Please sign in to comment.