Skip to content

Commit

Permalink
fix(deps): update all dependencies (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent 0c8cfda commit 6268dfc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "1.9.22"
springBoot = "3.2.1"
springdoc = "2.3.0"
junit = "5.10.1"
klint-plugin = "12.0.3"
klint-plugin = "12.1.0"
detekt = "1.23.4"
owasp = "9.0.8"
asciidoctor = "4.0.1"
Expand Down Expand Up @@ -58,7 +58,7 @@ 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" }
faker = { module = "net.datafaker:datafaker", version = "2.0.2" }
faker = { module = "net.datafaker:datafaker", version = "2.1.0" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0",
"gradle-semantic-release-plugin": "1.9.0",
"prettier": "3.2.1",
"prettier": "3.2.2",
"prettier-plugin-astro": "~0.12.3",
"prettier-plugin-tailwindcss": "~0.5.10",
"semantic-release": "^23.0.0",
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit 6268dfc

Please sign in to comment.