Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 95ac170 commit f16cb1c
Show file tree
Hide file tree
Showing 18 changed files with 233 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .github/actions/analysis/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
using: composite
steps:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v2.1.1

- name: Install Tools & Dependencies
uses: ./.github/actions/install/node
Expand Down
8 changes: 4 additions & 4 deletions .github/actions/analysis/security/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:

- name: ♻︎ Restore Cache OWASP Dependency Check Data 🛡️
id: cache-owasp-restore
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: build/dependency-check-data
key: ${{ runner.os }}-owasp-${{ hashFiles('**/gradle.properties') }}
Expand All @@ -32,7 +32,7 @@ runs:

- name: ♻︎ Save Cache OWASP Dependency Check Data 🛡️
id: cache-owasp-save
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: build/dependency-check-data
key: ${{ steps.cache-owasp-restore.outputs.cache-primary-key }}
Expand All @@ -48,7 +48,7 @@ runs:
shell: bash

- name: Upload static reports artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: static-report
path: |
Expand All @@ -57,7 +57,7 @@ runs:
retention-days: 1

- name: Analyze detekt report
uses: github/codeql-action/upload-sarif@v3.23.2
uses: github/codeql-action/upload-sarif@v3.24.6
with:
sarif_file: build/reports/detekt/detekt.sarif
checkout_path: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install/java/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
build-scan-terms-of-service-agree: "yes"

- name: Upload build reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ steps.gradle.outputs.build-scan-url }}
with:
name: build-reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
./gradlew koverXmlReport --no-daemon --stacktrace
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
./gradlew koverXmlReport --no-daemon --stacktrace
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected].2
uses: lycheeverse/[email protected].3
with:
args: "--cache --max-cache-age 1d ."
fail: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-release-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: ./gradlew detektAll --no-daemon --stacktrace

- name: Upload static reports artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: static-report
path: |
Expand All @@ -107,7 +107,7 @@ jobs:
retention-days: 1

- name: Analyze detekt report
uses: github/codeql-action/upload-sarif@v3.23.2
uses: github/codeql-action/upload-sarif@v3.24.6
with:
sarif_file: build/reports/detekt/detekt.sarif
checkout_path: ${{ github.workspace }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
./gradlew koverXmlReport --no-daemon --stacktrace
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.1
2 changes: 1 addition & 1 deletion apps/backend/backend.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("org.springframework:spring-r2dbc")
implementation("org.springframework.data:spring-data-r2dbc")
implementation("org.postgresql:r2dbc-postgresql")
runtimeOnly("org.postgresql:postgresql:42.3.1")
runtimeOnly("org.postgresql:postgresql:42.7.2")

implementation(libs.spring.dotenv)
implementation(libs.sendgrid)
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"vite": "^5.1.5",
"vite-plugin-dts": "^3.7.3"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.4"
}
2 changes: 1 addition & 1 deletion apps/frontend/packages/css-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.4"
}
2 changes: 1 addition & 1 deletion apps/frontend/packages/ui-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
"vite-plugin-dts": "^3.7.3",
"vue-tsc": "^2.0.4"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.4"
}
2 changes: 1 addition & 1 deletion apps/frontend/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"vite": "^5.1.5",
"vite-plugin-dts": "^3.7.3"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.4"
}
2 changes: 1 addition & 1 deletion apps/frontend/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"stylelint": "^16.2.1",
"@unocss/reset": "^0.58.5"
},
"packageManager": "pnpm@8.14.3"
"packageManager": "pnpm@8.15.4"
}
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "1.9.23"
springBoot = "3.2.2"
springBoot = "3.2.3"
springdoc = "2.3.0"
junit = "5.10.1"
junit = "5.10.2"
klint-plugin = "12.1.0"
detekt = "1.23.4"
detekt = "1.23.5"
owasp = "9.0.9"
asciidoctor = "4.0.1"
dokka = "1.9.10"
asciidoctor = "4.0.2"
dokka = "1.9.20"
frontend-gradle-plugin = "8.0.0"
springManagement = "1.1.4"
reflections = "0.10.2"
Expand All @@ -23,17 +23,17 @@ gradle-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref
# Utils
gradle-updates = { module = "com.github.ben-manes:gradle-versions-plugin", version = "0.51.0" }
gradle-owasp-depcheck = { module = "org.owasp:dependency-check-gradle", version.ref = "owasp" }
gradle-kover = { module = "org.jetbrains.kotlinx:kover-gradle-plugin", version = "0.7.5" }
gradle-kover = { module = "org.jetbrains.kotlinx:kover-gradle-plugin", version = "0.7.6" }
gradle-asciidoctor = { module = "org.asciidoctor:asciidoctor-gradle-jvm", version.ref = "asciidoctor" }
spring-dotenv = 'me.paulschwarz:spring-dotenv:4.0.0'
sendgrid = 'com.sendgrid:sendgrid-java:4.10.1'
sendgrid = 'com.sendgrid:sendgrid-java:4.10.2'

# Frontend
gradle-frontend = { module = "org.siouan:frontend-jdk17", version.ref = "frontend-gradle-plugin" }

# Detekt
gradle-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.3.11" }
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.3.12" }
detekt-compose2 = { module = "ru.kode:detekt-rules-compose", version = "1.3.0" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }

Expand All @@ -50,17 +50,17 @@ spring-boot-docker-compose = { module = "org.springframework.boot:spring-boot-do
spring-boot-starter-data-r2dbc = { module = "org.springframework.boot:spring-boot-starter-data-r2dbc", version.ref = "springBoot" }

# Kotlin Libraries
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.16.1" }
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.16.2" }
reactor-kotlin-extensions = { module = "io.projectreactor.kotlin:reactor-kotlin-extensions", version = "1.2.2" }
reflections = { module = "org.reflections:reflections", version.ref = "reflections" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlinx-coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", version = "1.7.3" }
kotlinx-coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", version = "1.8.0" }

# Testing
junit = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "springBoot" }
reactor-test = { module = "io.projectreactor:reactor-test", version = "3.6.2" }
mockk = { module = "io.mockk:mockk", version = "1.13.9" }
mockk = { module = "io.mockk:mockk", version = "1.13.10" }
faker = { module = "net.datafaker:datafaker", version = "2.1.0" }

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"astro-eslint-parser": "^0.16.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down Expand Up @@ -75,5 +75,5 @@
"node": ">=18.14.1",
"pnpm": ">=8.6.12"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.4"
}
Loading

0 comments on commit f16cb1c

Please sign in to comment.