Skip to content

Commit

Permalink
fix(deps): update patch, pin, image digest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent 7e239bd commit 752e6df
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 89 deletions.
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ext {
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.19.7',
postgresql : '42.7.2',
postgresql : '42.7.3',
springdoc : '2.3.0',
liquibase : '4.26.0',
pactProvider : '4.6.7',
Expand Down
4 changes: 2 additions & 2 deletions services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
id("com.github.jk1.dependency-license-report") version "2.5"
id("org.springframework.boot") version "3.1.8"
id("com.diffplug.spotless") version "6.25.0"
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22"
kotlin("jvm") version "1.9.23"
kotlin("plugin.spring") version "1.9.23"
}

apply(plugin = "io.spring.dependency-management")
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ext {
chaosMonkey : '3.1.0',
testcontainers : '1.19.7',
reflections : '0.10.2',
postgresql : '42.7.2',
postgresql : '42.7.3',
jna : '5.8.0'
]
}
Expand Down
153 changes: 76 additions & 77 deletions services/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"@icons-pack/react-simple-icons": "9.3.0",
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.7",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/node": "20.11.29",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"date-fns": "2.30.0",
"oidc-client-ts": "2.4.0",
"react": "18.2.0",
"react-datepicker": "4.25.0",
"react-dom": "18.2.0",
"react-oidc-context": "2.3.1",
"react-popper": "2.3.0",
"react-router-dom": "6.22.2",
"react-router-dom": "6.22.3",
"react-simple-icons": "1.0.0-beta.5",
"simple-icons": "11.7.0",
"swr": "2.2.5",
Expand Down Expand Up @@ -68,8 +68,8 @@
"env-cmd": "10.1.0",
"jsdom": "^23.0.0",
"license-checker-rseidelsohn": "4.3.0",
"msw": "2.2.2",
"postcss": "8.4.35",
"msw": "2.2.7",
"postcss": "8.4.36",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.12",
"tailwindcss": "3.4.1",
Expand Down
Loading

0 comments on commit 752e6df

Please sign in to comment.