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 Nov 14, 2024
1 parent 7946415 commit 48b3396
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion services/gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.1.8'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
id "io.freefair.lombok" version "8.10"
id "io.freefair.lombok" version "8.10.2"
id 'com.github.jk1.dependency-license-report' version '2.9'
}

Expand Down
8 changes: 4 additions & 4 deletions services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.liquibase.gradle' version '2.2.2'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
id "io.freefair.lombok" version "8.10"
id "io.freefair.lombok" version "8.10.2"
id 'com.github.jk1.dependency-license-report' version '2.9'
}

Expand Down Expand Up @@ -70,11 +70,11 @@ ext {
restAssured : '5.5.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.20.2',
testcontainers : '1.20.3',
postgresql : '42.7.4',
springdoc : '2.6.0',
liquibase : '4.29.2',
pactProvider : '4.6.14',
pactProvider : '4.6.15',
jna : '5.8.0',
preliquibase : '1.5.1'
]
Expand All @@ -85,7 +85,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM

dependencyManagement {
imports {
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.4'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.5'
}
}

Expand Down
2 changes: 1 addition & 1 deletion services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
}

extra["chaosMonkeyVersion"] = "3.1.0"
extra["mockkVersion"] = "1.13.12"
extra["mockkVersion"] = "1.13.13"
extra["springMockkVersion"] = "4.0.2"
extra["wiremockVersion"] = "3.0.1"
extra["moschiVersion"] = "1.15.1"
Expand Down
6 changes: 3 additions & 3 deletions services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.flywaydb.flyway' version '10.19.0'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
id "io.freefair.lombok" version "8.10"
id "io.freefair.lombok" version "8.10.2"
id 'com.github.jk1.dependency-license-report' version '2.9'
}

Expand Down Expand Up @@ -72,7 +72,7 @@ ext {
restAssured : '5.5.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.20.2',
testcontainers : '1.20.3',
reflections : '0.10.2',
postgresql : '42.7.4',
jna : '5.8.0'
Expand All @@ -84,7 +84,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM

dependencyManagement {
imports {
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.4'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.5'
}
}

Expand Down
124 changes: 62 additions & 62 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 @@ -10,10 +10,10 @@
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.9",
"@types/node": "20.16.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"date-fns": "2.30.0",
"oidc-client-ts": "2.4.0",
"oidc-client-ts": "2.4.1",
"react": "18.3.1",
"react-datepicker": "4.25.0",
"react-dom": "18.3.1",
Expand All @@ -23,7 +23,7 @@
"react-simple-icons": "1.0.0-beta.5",
"simple-icons": "11.15.0",
"swr": "2.2.5",
"typescript": "5.6.2",
"typescript": "5.6.3",
"web-vitals": "3.5.2"
},
"overrides": {
Expand Down Expand Up @@ -69,10 +69,10 @@
"jsdom": "^23.0.0",
"license-checker-rseidelsohn": "4.4.2",
"msw": "2.4.9",
"postcss": "8.4.47",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.0.0"
Expand Down
Loading

0 comments on commit 48b3396

Please sign in to comment.