Skip to content

Commit c3de196

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 436acf8 commit c3de196

File tree

6 files changed

+579
-464
lines changed

6 files changed

+579
-464
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine AS nodejs-base
1+
FROM node:20.18.0-alpine AS nodejs-base
22

33
# Generate the OpenAPI docs and build the Java application
44
FROM gradle:8 AS java-builder

buildSrc/src/main/kotlin/byzzbench.java-common-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
}
2020

2121
// Use JUnit Jupiter for testing.
22-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
22+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
2323

2424
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2525
}

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

simulator/build.gradle.kts

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
java
33
id("org.springframework.boot") version "3.3.4"
44
id("io.spring.dependency-management") version "1.1.6"
5-
id("org.graalvm.buildtools.native") version "0.10.2"
5+
id("org.graalvm.buildtools.native") version "0.10.3"
66
//id("com.vaadin") version "24.4.7"
77
id("com.github.psxpaul.execfork") version "0.2.2"
88
id("org.springdoc.openapi-gradle-plugin") version "1.9.0"
@@ -25,7 +25,7 @@ repositories {
2525
mavenCentral()
2626
}
2727

28-
extra["vaadinVersion"] = "24.4.11"
28+
extra["vaadinVersion"] = "24.4.13"
2929

3030
dependencies {
3131
implementation("org.springframework.boot:spring-boot-starter-web")
@@ -42,12 +42,12 @@ dependencies {
4242
//implementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.2") // required for webmvc-ui
4343
//compileOnly("javax.servlet:javax.servlet-api:4.0.1")
4444

45-
implementation("com.fasterxml.jackson.core:jackson-core:2.17.2")
46-
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.2")
47-
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
48-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2")
49-
implementation("com.fasterxml.jackson.module:jackson-module-parameter-names:2.17.2")
50-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2")
45+
implementation("com.fasterxml.jackson.core:jackson-core:2.18.0")
46+
implementation("com.fasterxml.jackson.core:jackson-annotations:2.18.0")
47+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
48+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0")
49+
implementation("com.fasterxml.jackson.module:jackson-module-parameter-names:2.18.0")
50+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.0")
5151
}
5252

5353
dependencyManagement {

webui/package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@
1212
"lint": "next lint"
1313
},
1414
"dependencies": {
15-
"@kubb/cli": "^2.26.0",
16-
"@kubb/core": "^2.26.0",
17-
"@kubb/swagger": "^2.26.0",
18-
"@kubb/swagger-client": "^2.26.0",
19-
"@kubb/swagger-tanstack-query": "^2.26.0",
20-
"@kubb/swagger-ts": "^2.26.0",
21-
"@kubb/swagger-zod": "^2.26.0",
22-
"@kubb/swagger-zodios": "^2.26.0",
23-
"@mantine/charts": "^7.12.2",
24-
"@mantine/core": "^7.12.2",
25-
"@mantine/dates": "^7.12.2",
26-
"@mantine/form": "^7.12.2",
27-
"@mantine/hooks": "^7.12.2",
28-
"@mantine/modals": "^7.12.2",
29-
"@mantine/notifications": "^7.12.2",
30-
"@mantine/nprogress": "^7.12.2",
31-
"@tabler/icons-react": "^3.14.0",
32-
"@tanstack/react-query": "^5.53.3",
33-
"@tanstack/react-query-devtools": "^5.53.3",
34-
"@tanstack/react-query-next-experimental": "^5.53.3",
15+
"@kubb/cli": "^2.28.1",
16+
"@kubb/core": "^2.28.1",
17+
"@kubb/swagger": "^2.28.1",
18+
"@kubb/swagger-client": "^2.28.1",
19+
"@kubb/swagger-tanstack-query": "^2.28.1",
20+
"@kubb/swagger-ts": "^2.28.1",
21+
"@kubb/swagger-zod": "^2.28.1",
22+
"@kubb/swagger-zodios": "^2.28.1",
23+
"@mantine/charts": "^7.13.2",
24+
"@mantine/core": "^7.13.2",
25+
"@mantine/dates": "^7.13.2",
26+
"@mantine/form": "^7.13.2",
27+
"@mantine/hooks": "^7.13.2",
28+
"@mantine/modals": "^7.13.2",
29+
"@mantine/notifications": "^7.13.2",
30+
"@mantine/nprogress": "^7.13.2",
31+
"@tabler/icons-react": "^3.19.0",
32+
"@tanstack/react-query": "^5.59.0",
33+
"@tanstack/react-query-devtools": "^5.59.0",
34+
"@tanstack/react-query-next-experimental": "^5.59.0",
3535
"@zodios/core": "^10.9.6",
3636
"axios": "^1.7.7",
3737
"clsx": "^2.1.1",
3838
"dayjs": "^1.11.13",
39-
"next": "14.2.10",
39+
"next": "14.2.14",
4040
"react": "^18.3.1",
4141
"react-digraph": "^9.1.2",
4242
"react-dom": "^18.3.1",
@@ -45,15 +45,15 @@
4545
"zustand": "^4.5.5"
4646
},
4747
"devDependencies": {
48-
"@types/node": "^20.16.3",
48+
"@types/node": "^20.16.10",
4949
"@types/react": "^18.3.11",
5050
"@types/react-dom": "^18.3.0",
51-
"eslint": "^8.57.0",
52-
"eslint-config-next": "14.2.7",
53-
"postcss": "^8.4.44",
51+
"eslint": "^8.57.1",
52+
"eslint-config-next": "14.2.14",
53+
"postcss": "^8.4.47",
5454
"postcss-preset-mantine": "^1.17.0",
5555
"postcss-simple-vars": "^7.0.1",
5656
"prettier": "3.3.3",
57-
"typescript": "^5.5.4"
57+
"typescript": "^5.6.2"
5858
}
5959
}

0 commit comments

Comments
 (0)