Skip to content

Commit 8c33a03

Browse files
authored
Bump deps 2025M07 (#1071)
1 parent 7dfe1f3 commit 8c33a03

File tree

3 files changed

+79
-65
lines changed

3 files changed

+79
-65
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
kotlin-version = "2.1.10"
33
jackson-version = "2.19.1"
44
kotest-version = "5.9.1"
5-
mockk-version = "1.14.2"
5+
mockk-version = "1.14.4"
66
woodstox-core-version = "7.1.1"
77
picocli-version = "4.7.7"
88
logback-classic-version = "1.5.18"
9-
swagger-annotations-version = "2.2.33"
9+
swagger-annotations-version = "2.2.34"
1010

1111
# plugins
1212
sonarqube-version = "6.2.0.5505"
1313
spring-dependency-management-version = "1.1.7"
14-
shadow-version = "8.3.6"
14+
shadow-version = "8.3.7"
1515
gradle-git-properties-version = "2.5.0"
1616
devtools-ksp-version = "2.1.10-1.0.31"
17-
micronaut-application-version = "4.5.3"
17+
micronaut-application-version = "4.5.4"
1818
siouan-frontend-jdk21-version = "10.0.0"
1919
# to be removed
2020
assertj-core-version = "3.27.3"
2121

22-
micronaut-platform-version = "4.8.3"
22+
micronaut-platform-version = "4.9.0"
2323
micronaut-serde-jackson-version = "2.15.0"
2424

2525
[libraries]

web-frontend/package-lock.json

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

web-frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@
1616
"dependencies": {
1717
"@hookform/resolvers": "^5.1.1",
1818
"@popperjs/core": "^2.11.8",
19-
"@tanstack/react-query": "^5.80.10",
19+
"@tanstack/react-query": "^5.81.5",
2020
"axios": "^1.10.0",
2121
"bootstrap": "^5.3.7",
2222
"match-sorter": "^8.0.3",
2323
"react": "^19.0.0",
2424
"react-bootstrap": "^2.10.10",
2525
"react-dom": "^19.1.0",
26-
"react-hook-form": "^7.58.1",
27-
"react-router-dom": "^7.6.2",
26+
"react-hook-form": "^7.59.0",
27+
"react-router-dom": "^7.6.3",
2828
"yup": "^1.6.1"
2929
},
3030
"devDependencies": {
3131
"@testing-library/jest-dom": "^6.6.3",
3232
"@testing-library/react": "^16.3.0",
3333
"@types/react": "^19.1.8",
3434
"@types/react-dom": "^19.1.6",
35-
"@vitejs/plugin-react": "^4.5.2",
35+
"@vitejs/plugin-react": "^4.6.0",
3636
"jsdom": "^26.1.0",
3737
"mkdirp": "~3",
3838
"sass": "^1.89.2",
3939
"typescript": "^5.8.3",
40-
"vite": "^6.3.5",
40+
"vite": "^7.0.0",
4141
"vitest": "^3.2.4"
4242
},
4343
"overrides": {

0 commit comments

Comments
 (0)