From e29b002088064836b17aef27ee46776d5f400e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:09:54 +0000 Subject: [PATCH] chore(deps): bump io.github.serpro69:kotlin-faker from 1.14.0 to 1.15.0 (#2154) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): bump io.github.serpro69:kotlin-faker from 1.14.0 to 1.15.0 Bumps [io.github.serpro69:kotlin-faker](https://github.com/serpro69/kotlin-faker) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/serpro69/kotlin-faker/releases) - [Changelog](https://github.com/serpro69/kotlin-faker/blob/master/CHANGELOG.adoc) - [Commits](https://github.com/serpro69/kotlin-faker/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: io.github.serpro69:kotlin-faker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * ci: make semantic commit check run on target --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vitor Hugo Schwaab Co-authored-by: Jakub Żerko Co-authored-by: Yamil Medina --- .github/workflows/semantic-commit-lint.yml | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semantic-commit-lint.yml b/.github/workflows/semantic-commit-lint.yml index 7a24f8059c9..49b06abe858 100644 --- a/.github/workflows/semantic-commit-lint.yml +++ b/.github/workflows/semantic-commit-lint.yml @@ -1,7 +1,7 @@ name: "Semantic Commit Linting of PR titles" on: - pull_request: + pull_request_target: types: [ opened, edited, synchronize ] jobs: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4e8a7613b2..b87908ef598 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -51,7 +51,7 @@ annotation = "1.7.0" mordant = "2.0.0-beta13" apache-tika = "2.8.0" mockk = "1.13.5" -faker = "1.14.0" +faker = "1.15.0" robolectric = "4.9" stately = "2.0.0-rc3" micrometer = "1.11.3"