Skip to content

Commit 6c54abe

Browse files
committed
chore: upgrade deps
1 parent a85e0a9 commit 6c54abe

File tree

5 files changed

+24
-20
lines changed

5 files changed

+24
-20
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
66
rm -rf vul integration-test tools
77

88
# https://hub.docker.com/r/oven/bun
9-
FROM --platform=$BUILDPLATFORM oven/bun:1.3.4 AS frontend
9+
FROM --platform=$BUILDPLATFORM oven/bun:1.3.6 AS frontend
1010

1111
ARG ROUTE_ROOT_PATH="/"
1212
ARG CONTEXT_PATH=""
@@ -25,7 +25,7 @@ COPY --from=source /usr/src/web /usr/src/web
2525
RUN bun run build
2626

2727
# https://hub.docker.com/_/eclipse-temurin/tags?name=17.
28-
FROM --platform=$BUILDPLATFORM eclipse-temurin:17.0.15_6-jdk-noble AS backend
28+
FROM --platform=$BUILDPLATFORM eclipse-temurin:17.0.15_10-jdk-noble AS backend
2929

3030
WORKDIR /usr/src
3131

@@ -35,7 +35,7 @@ COPY --from=frontend /usr/src/boot/src/main/resources /usr/src/boot/src/main/res
3535

3636
RUN ./gradlew :boot:bootjar -x test
3737

38-
FROM eclipse-temurin:17.0.15_6-jre-noble
38+
FROM eclipse-temurin:17.0.17_10-jre-noble
3939

4040
LABEL authors="ReaJason<reajason1225@gmail.com>"
4141

boot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17.0.14_7-jre-noble
1+
FROM eclipse-temurin:17.0.17_10-jre-noble
22

33
LABEL authors="ReaJason<reajason1225@gmail.com>"
44

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
asm = "9.9"
2+
asm = "9.9.1"
33
jna = "5.13.0" # 为适配 JDK6+ 这个不可修改
44
bcel = "5.2"
55
javax-servlet-api = "3.0.1"
@@ -12,7 +12,7 @@ reactor-netty = "1.1.25"
1212
jackson = "2.19.0"
1313
jetbrains-annotations = "26.0.2"
1414

15-
byte-buddy = "1.18.3"
15+
byte-buddy = "1.18.4"
1616
commons-io = "2.21.0"
1717
commons-lang3 = "3.20.0"
1818
commons-codec = "1.20.0"
@@ -23,9 +23,9 @@ java-websocket = "1.6.0"
2323

2424
mockito = "5.20.0"
2525
hamcrest = "3.0"
26-
junit-jupiter = "5.14.1"
26+
junit-jupiter = "5.14.2"
2727
junit-pioneer = "2.3.0"
28-
junit-platform = "1.14.1"
28+
junit-platform = "1.14.2"
2929
testcontainers = "2.0.3"
3030

3131
[libraries]
@@ -68,5 +68,5 @@ mockito = ["mockito-core", "mockito-junit-jupiter"]
6868
testcontainers = ["testcontainers", "testcontainers-junit-jupiter"]
6969

7070
[plugins]
71-
lombok = { id = "io.freefair.lombok", version = "9.1.0" }
71+
lombok = { id = "io.freefair.lombok", version = "9.2.0" }
7272
shadow = { id = "com.gradleup.shadow", version = "9.3.1"}

web/bun.lock

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"@orama/stopwords": "^3.1.18",
1919
"@orama/tokenizers": "^3.1.18",
2020
"@react-router/node": "^7.12.0",
21-
"@tanstack/react-query": "^5.90.18",
21+
"@tanstack/react-query": "^5.90.19",
2222
"class-variance-authority": "^0.7.1",
2323
"clsx": "^2.1.1",
24-
"framer-motion": "^12.26.2",
24+
"framer-motion": "^12.27.0",
2525
"fumadocs-core": "^16.4.7",
2626
"fumadocs-mdx": "14.2.5",
2727
"fumadocs-ui": "16.4.7",
2828
"i18next": "^25.7.4",
2929
"isbot": "^5.1.32",
3030
"lucide-react": "^0.562.0",
31-
"motion": "^12.26.2",
31+
"motion": "^12.27.0",
3232
"react": "^19.2.3",
3333
"react-copy-to-clipboard": "^5.1.0",
3434
"react-dom": "^19.2.3",

0 commit comments

Comments
 (0)