Skip to content

Commit

Permalink
chore: Update Test dependencies (#236)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.pinterest.ktlint:ktlint-cli](https://redirect.github.com/pinterest/ktlint)
| `1.3.1` -> `1.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.pinterest.ktlint:ktlint-cli/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.pinterest.ktlint:ktlint-cli/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.pinterest.ktlint:ktlint-cli/1.3.1/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.pinterest.ktlint:ktlint-cli/1.3.1/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [org.junit:junit-bom](https://junit.org/junit5/)
([source](https://redirect.github.com/junit-team/junit5)) | `5.11.2` ->
`5.11.3` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit:junit-bom/5.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.junit:junit-bom/5.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.junit:junit-bom/5.11.2/5.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit:junit-bom/5.11.2/5.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ch.qos.logback:logback-classic](http://logback.qos.ch)
([source](https://redirect.github.com/qos-ch/logback),
[changelog](https://logback.qos.ch/news.html)) | `1.5.11` -> `1.5.12` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/ch.qos.logback:logback-classic/1.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/ch.qos.logback:logback-classic/1.5.11/1.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-classic/1.5.11/1.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinterest/ktlint (com.pinterest.ktlint:ktlint-cli)</summary>

###
[`v1.4.0`](https://redirect.github.com/pinterest/ktlint/blob/HEAD/CHANGELOG.md#140---2024-10-24)

[Compare
Source](https://redirect.github.com/pinterest/ktlint/compare/1.3.1...1.4.0)

##### 🆕 Features

- Suppress `backing-property-naming` on `@Suppress("PropertyName")` -
[#&#8203;2741](https://redirect.github.com/pinterest/ktlint/pull/2741),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Check that code can still be parsed after a format -
[#&#8203;2742](https://redirect.github.com/pinterest/ktlint/pull/2742),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Support suppressing backing-property-naming via ObjectPropertyName -
[#&#8203;2751](https://redirect.github.com/pinterest/ktlint/pull/2751),
by [@&#8203;Goooler](https://redirect.github.com/Goooler)

- Ignore properties starting with `_` in `backing-property-naming` rule
-
[#&#8203;2753](https://redirect.github.com/pinterest/ktlint/pull/2753),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Suppress `backing-property-naming` rule with
`@Suppress("LocalVariableName")` -
[#&#8203;2785](https://redirect.github.com/pinterest/ktlint/pull/2785),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Do not repeat formatting if file is unchanged -
[#&#8203;2805](https://redirect.github.com/pinterest/ktlint/pull/2805),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Add new rule `when-entry-bracing` -
[#&#8203;2829](https://redirect.github.com/pinterest/ktlint/pull/2829),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Add `.editorconfig` property
`ij_kotlin_indent_before_arrow_on_new_line` -
[#&#8203;2838](https://redirect.github.com/pinterest/ktlint/pull/2838),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Add CLI option `--stdin-path` to provide a virtual file location for
stdin -
[#&#8203;2836](https://redirect.github.com/pinterest/ktlint/pull/2836),
by [@&#8203;adecker89](https://redirect.github.com/adecker89)

- Add property `.editorconfig` property `ktlint_enum_entry_name_casing`
-
[#&#8203;2839](https://redirect.github.com/pinterest/ktlint/pull/2839),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

##### 🔧 Fixes

- Prevent line separators to be changed from CRLF to LF -
[#&#8203;2752](https://redirect.github.com/pinterest/ktlint/pull/2752),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- fix: don't remove arrow from lambdas that are when/if leaf nodes -
[#&#8203;2758](https://redirect.github.com/pinterest/ktlint/pull/2758),
by [@&#8203;tKe](https://redirect.github.com/tKe)

- Fix false positive in `no-semi` rule for enum class without enum
entries -
[#&#8203;2774](https://redirect.github.com/pinterest/ktlint/pull/2774),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Prevent conflict between `multiline-expression-wrapping` and
`function-signature` -
[#&#8203;2775](https://redirect.github.com/pinterest/ktlint/pull/2775),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Ignore `max_line_length` property unless `max-line-length` rule is
enabled -
[#&#8203;2783](https://redirect.github.com/pinterest/ktlint/pull/2783),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Fix false positive in `class-signature` when EOL comment is between a
class annotation and other class modifier -
[#&#8203;2786](https://redirect.github.com/pinterest/ktlint/pull/2786),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Fix globs ending with `**` -
[#&#8203;2787](https://redirect.github.com/pinterest/ktlint/pull/2787),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Return exit code 1 in case violations have been found but file is
unchanged -
[#&#8203;2803](https://redirect.github.com/pinterest/ktlint/pull/2803),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Ignore missing whitespace after trailing comma in single line
parameter value list -
[#&#8203;2806](https://redirect.github.com/pinterest/ktlint/pull/2806),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Remove HEADER_KEYWORD & IMPL_KEYWORD -
[#&#8203;2810](https://redirect.github.com/pinterest/ktlint/pull/2810),
by [@&#8203;3flex](https://redirect.github.com/3flex)

- Function signature rule ignores context receiver when on separate line
-
[#&#8203;2814](https://redirect.github.com/pinterest/ktlint/pull/2814),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Do not remove imports for which the fully qualified path is identical
to the package name -
[#&#8203;2822](https://redirect.github.com/pinterest/ktlint/pull/2822),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Fix indentation of a multiline parameter list inside a function
literal for code style `ktlint_official` -
[#&#8203;2823](https://redirect.github.com/pinterest/ktlint/pull/2823),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Do not insert a trailing comma in a multiline when-entry containing a
guard -
[#&#8203;2825](https://redirect.github.com/pinterest/ktlint/pull/2825),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Fix wrapping of expression body when `max_line_length` not set -
[#&#8203;2833](https://redirect.github.com/pinterest/ktlint/pull/2833),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

##### 📦 Dependencies

- Update dependency io.github.oshai:kotlin-logging-jvm to v7 -
[#&#8203;2701](https://redirect.github.com/pinterest/ktlint/pull/2701),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- Update dependency org.assertj:assertj-core to v3.26.3 -
[#&#8203;2738](https://redirect.github.com/pinterest/ktlint/pull/2738),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- Update mikepenz/release-changelog-builder-action action to v5 -
[#&#8203;2756](https://redirect.github.com/pinterest/ktlint/pull/2756),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- chore(deps): update plugin kotlinx-binary-compatibiltiy-validator to
v0.16.3 -
[#&#8203;2759](https://redirect.github.com/pinterest/ktlint/pull/2759),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.16 -
[#&#8203;2764](https://redirect.github.com/pinterest/ktlint/pull/2764),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- Migrate to com.gradleup.shadow -
[#&#8203;2763](https://redirect.github.com/pinterest/ktlint/pull/2763),
by [@&#8203;Goooler](https://redirect.github.com/Goooler)

- chore(deps): update gradle/actions action to v4 -
[#&#8203;2760](https://redirect.github.com/pinterest/ktlint/pull/2760),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- chore(deps): update plugin com.gradle.develocity to v3.18.1 -
[#&#8203;2792](https://redirect.github.com/pinterest/ktlint/pull/2792),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- chore(deps): update dependency gradle to v8.10.2 -
[#&#8203;2812](https://redirect.github.com/pinterest/ktlint/pull/2812),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- chore(deps): update plugin shadow to v8.3.3 -
[#&#8203;2820](https://redirect.github.com/pinterest/ktlint/pull/2820),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.1 -
[#&#8203;2828](https://redirect.github.com/pinterest/ktlint/pull/2828),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- chore(deps): update kotlin monorepo to v2.0.21 -
[#&#8203;2831](https://redirect.github.com/pinterest/ktlint/pull/2831),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency org.ec4j.core:ec4j-core to v1.1.0 -
[#&#8203;2832](https://redirect.github.com/pinterest/ktlint/pull/2832),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin
to v2.1.0-beta2 -
[#&#8203;2834](https://redirect.github.com/pinterest/ktlint/pull/2834),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin
to v0.17.2 -
[#&#8203;2837](https://redirect.github.com/pinterest/ktlint/pull/2837),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency org.junit.jupiter:junit-jupiter to
v5.11.3 -
[#&#8203;2840](https://redirect.github.com/pinterest/ktlint/pull/2840),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- chore(deps): update actions/checkout digest to
[`11bd719`](https://redirect.github.com/pinterest/ktlint/commit/11bd719)
-
[#&#8203;2841](https://redirect.github.com/pinterest/ktlint/pull/2841),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am on Saturday every 1 week"
in timezone Europe/Berlin, Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/monosoul/jooq-gradle-plugin).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJncmFkbGUtdGVzdC1kZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent bae1792 commit 15b25ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion artifact-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testImplementation(enforcedPlatform(libs.junit.bom))
testImplementation(libs.junit.jupiter)
testImplementation(libs.strikt)
testImplementation("ch.qos.logback:logback-classic:1.5.11")
testImplementation("ch.qos.logback:logback-classic:1.5.12")
testImplementation(libs.jna)
}

Expand Down
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jna = { module = "net.java.dev.jna:jna", version.ref = "jna" }
testcontainers-jdbc = { module = "org.testcontainers:jdbc", version.ref = "testcontainers" }

testcontainers-postgresql = { module = "org.testcontainers:postgresql", version.ref = "testcontainers" }
junit-bom = "org.junit:junit-bom:5.11.2"
junit-bom = "org.junit:junit-bom:5.11.3"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
strikt = "io.strikt:strikt-jvm:0.34.1"
mockk = "io.mockk:mockk-jvm:1.13.13"

ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"
ktlint = "com.pinterest.ktlint:ktlint-cli:1.4.0"

# plugins
gradle-plugin-publish = "com.gradle.publish:plugin-publish-plugin:1.3.0"
Expand Down

0 comments on commit 15b25ef

Please sign in to comment.