Skip to content

Commit

Permalink
Merge pull request #677 from codecentric/renovate/patch-pin-image-dig…
Browse files Browse the repository at this point in the history
…est-versions

chore(deps): update patch, pin, image digest versions
  • Loading branch information
renovate[bot] authored Feb 4, 2024
2 parents 21d4df6 + 7d5261b commit c99edbf
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion services/gateway/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.1.8'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
id "io.freefair.lombok" version "8.4"
Expand Down
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.1.8'
id 'org.liquibase.gradle' version '2.2.1'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
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 @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.openapi.generator") version "7.2.0"
id("com.github.jk1.dependency-license-report") version "2.5"
id("org.springframework.boot") version "3.1.4"
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"
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.1.8'
id 'org.flywaydb.flyway' version '10.7.1'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
Expand Down
42 changes: 21 additions & 21 deletions services/ui/package-lock.json

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

6 changes: 3 additions & 3 deletions services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@icons-pack/react-simple-icons": "9.3.0",
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.7",
"@types/node": "20.11.15",
"@types/react": "18.2.51",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"date-fns": "2.30.0",
"oidc-client-ts": "2.4.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "14.2.0",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/react-datepicker": "4.19.5",
"@vitejs/plugin-react": "^4.0.0",
Expand Down

0 comments on commit c99edbf

Please sign in to comment.