Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versions: Bump the libs group with 7 updates #144

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the libs group with 7 updates:

Package From To
org.gradle.toolchains.foojay-resolver-convention 0.7.0 0.8.0
org.jetbrains.kotlinx:kover-gradle-plugin 0.7.5 0.7.6
com.squareup:kotlinpoet 1.15.2 1.16.0
org.logicng:logicng-j11 2.4.2 2.4.3
com.yandex.yatagan:api-compiled 1.4.1 1.5.0
com.yandex.yatagan:processor-ksp 1.4.1 1.5.0
org.assertj:assertj-core 3.24.2 3.25.3

Updates org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0

Updates org.jetbrains.kotlinx:kover-gradle-plugin from 0.7.5 to 0.7.6

Release notes

Sourced from org.jetbrains.kotlinx:kover-gradle-plugin's releases.

0.7.6

Kover Gradle Plugin

Features

  • 527 Added the ability to specify a header for an XML report

Bugfixes

  • 510 Fixed Stream closed error when generating Kover HTML report
  • 513 Fixed breaking configuration cache
  • 517 Fixed incorrect marking of first function line when parameters with default value are used
  • 530 Fixed the presence of classes instrumented with Robolectric in Jacoco reports
  • 543 Fixed package exclusion in reports for JaCoCo

Kover Offline

Features

  • 534 Created Kover features artifact to invoke the capabilities of Kover programmatically
Changelog

Sourced from org.jetbrains.kotlinx:kover-gradle-plugin's changelog.

0.7.6 / 2024-02-16

Kover Gradle Plugin

Features

Bugfixes

Kover Offline

Features

Commits
  • 0575a68 Automated publication of documentation
  • e80c83c Release 0.7.6
  • 896699e Fixed package exclusion in reports for JaCoCo
  • 5380bc9 Implemented Kover Features artifact to integration with Android Gradle Plugin
  • ec84816 Added the ability to specify a header for an XML report
  • 1d6f64a Fixed Stream closed error when generating Kover HTML report
  • f0d57ca Fixed the presence of classes instrumented with Robolectric in Jacoco reports
  • 56f8fd5 Fix breaking configuration cache
  • e8ffbda Update Gradle Dokka configuration to make sure "source" button is visible in ...
  • See full diff in compare view

Updates com.squareup:kotlinpoet from 1.15.2 to 1.16.0

Release notes

Sourced from com.squareup:kotlinpoet's releases.

1.16.0

Thanks to @​drawers, @​rickclephas for contributing to this release.

  • New: Kotlin 1.9.22.
  • New: KSP 1.9.22-1.0.16.
  • New: Add NameAllocator API to control keyword pre-allocation (#1803).
  • Fix: Fix issue with missing suspend modifier in KSTypeReference.toTypeName (#1793).
  • Fix: Honour same-package import aliases (#1794).
  • Fix: Always include parameter docs in the type header (#1800).

1.15.3

Thanks to @​gabrielittner for contributing to this release.

  • Fix: Fix nullability of lambdas in KSTypeReference.toTypeName (#1756).
Changelog

Sourced from com.squareup:kotlinpoet's changelog.

Version 1.16.0

Thanks to [@​drawers][drawers], [@​rickclephas][rickclephas] for contributing to this release.

2024-01-18

  • New: Kotlin 1.9.22.
  • New: KSP 1.9.22-1.0.16.
  • New: Add NameAllocator API to control keyword pre-allocation (#1803).
  • Fix: Fix issue with missing suspend modifier in KSTypeReference.toTypeName (#1793).
  • Fix: Honour same-package import aliases (#1794).
  • Fix: Always include parameter docs in the type header (#1800).

Version 1.15.3

Thanks to [@​gabrielittner][gabrielittner] for contributing to this release.

2023-12-04

  • Fix: Fix nullability of lambdas in KSTypeReference.toTypeName (#1756).
Commits
  • 5e70776 Prepare for release 1.16.0
  • e4ca2a5 Update dependency mkdocs-material to v9.5.4
  • 279a18c Update plugin spotless to v6.24.0 (#1805)
  • 848e6cf Add NameAllocator API to control keyword pre-allocation (#1803)
  • 291a300 Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 (#1804)
  • 98a345b Update dependency Jinja2 to v3.1.3
  • 1efd9e6 Always include parameter docs in the type header
  • faaca40 Clarify 1.15.0 artifact name change in changelog
  • 44af27a Split KotlinPoet docs into multiple pages
  • 4593621 Honour same-package import aliases
  • Additional commits viewable in compare view

Updates org.logicng:logicng-j11 from 2.4.2 to 2.4.3

Release notes

Sourced from org.logicng:logicng-j11's releases.

v2.4.2-j11

Changed

  • Changed artifact id to logicng-j11 (for Java 11 only)
  • Changed Java Version to JDK 11
  • switched to ANTLR 4.11.1
Commits

Updates com.yandex.yatagan:api-compiled from 1.4.1 to 1.5.0

Release notes

Sourced from com.yandex.yatagan:api-compiled's releases.

1.5.0

What's Changed

Full Changelog: v1.4.1...v1.5.0


Thanks @​bacecek for contributions!

Commits
  • 31f7fe4 Version: 1.5.0
  • 96b69b5 Merge pull request #114 from bacecek/users/bacecek/lazy_optional_orelse
  • 8147537 Provide Optional#orElse method with lazily alternative creation
  • 673972c Merge pull request #112 from yandex/wp/generated-annotation
  • 92df4dc Provide YataganGenerated & Generated annotations in the produced code.
  • 4c39ebd Merge pull request #100 from bacecek/users/bacecek/keep_enclosing_class
  • d287f07 Calculate Component class name based on Builder class instead of using enclos...
  • f805b7f Merge pull request #98 from yandex/wp/fix-loops-detection
  • a886c10 Fix: Loops detection behind non-eager edges.
  • See full diff in compare view

Updates com.yandex.yatagan:processor-ksp from 1.4.1 to 1.5.0

Release notes

Sourced from com.yandex.yatagan:processor-ksp's releases.

1.5.0

What's Changed

Full Changelog: v1.4.1...v1.5.0


Thanks @​bacecek for contributions!

Commits
  • 31f7fe4 Version: 1.5.0
  • 96b69b5 Merge pull request #114 from bacecek/users/bacecek/lazy_optional_orelse
  • 8147537 Provide Optional#orElse method with lazily alternative creation
  • 673972c Merge pull request #112 from yandex/wp/generated-annotation
  • 92df4dc Provide YataganGenerated & Generated annotations in the produced code.
  • 4c39ebd Merge pull request #100 from bacecek/users/bacecek/keep_enclosing_class
  • d287f07 Calculate Component class name based on Builder class instead of using enclos...
  • f805b7f Merge pull request #98 from yandex/wp/fix-loops-detection
  • a886c10 Fix: Loops detection behind non-eager edges.
  • See full diff in compare view

Updates com.yandex.yatagan:processor-ksp from 1.4.1 to 1.5.0

Release notes

Sourced from com.yandex.yatagan:processor-ksp's releases.

1.5.0

What's Changed

Full Changelog: v1.4.1...v1.5.0


Thanks @​bacecek for contributions!

Commits
  • 31f7fe4 Version: 1.5.0
  • 96b69b5 Merge pull request #114 from bacecek/users/bacecek/lazy_optional_orelse
  • 8147537 Provide Optional#orElse method with lazily alternative creation
  • 673972c Merge pull request #112 from yandex/wp/generated-annotation
  • 92df4dc Provide YataganGenerated & Generated annotations in the produced code.
  • 4c39ebd Merge pull request #100 from bacecek/users/bacecek/keep_enclosing_class
  • d287f07 Calculate Component class name based on Builder class instead of using enclos...
  • f805b7f Merge pull request #98 from yandex/wp/fix-loops-detection
  • a886c10 Fix: Loops detection behind non-eager edges.
  • See full diff in compare view

Updates org.assertj:assertj-core from 3.24.2 to 3.25.3

Release notes

Sourced from org.assertj:assertj-core's releases.

v.3.25.3

🐛 Bug Fixes

  • Lock maven-clean-plugin version for all modules

Core

  • Fix a performance regression in the recursive comparison related to FieldLocation #3350
  • Don't fail when the recursive comparison checks compared fields in collection elements #3349 (proper fix: #3354)

🔨 Dependency Upgrades

  • Upgrade to Flatten Maven Plugin 1.6.0 #3335
  • Upgrade to Groovy 4.0.18 #3347
  • Upgrade to Hibernate Core 6.4.2.Final #3338
  • Upgrade to Maven Surefire Report Plugin 3.2.5 #3330
  • Upgrade to PITest Maven 1.15.6 #3348
  • Upgrade to SpotBugs Maven Plugin 4.8.3.0 #3336
  • Upgrade to advanced-security/maven-dependency-submission-action to 4 #3346

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​ash211

v3.25.2

🐛 Bug Fixes

  • Fix unresolvable Javadoc stylesheet URLs, simplify configuration #3324

Core

  • Fix missing configuration for MatcherAssert soft assertions
  • Make deprecation notice visible in AbstractAssert#asList #3327
  • Recursive comparison uses equals on root object when useOverriddenEquals is enabled #3320
  • satisfiesExactlyInAnyOrder fails if actual overrides equals #3339
  • Avoid calling actual.hashCode() and expected.hashCode() in DualValue #3340
  • Recursive comparison checks for existence of fields in types that parameterize nested unordered iterables #3332

🔨 Dependency Upgrades

  • Upgrade to EqualsVerifier 3.15.6 #3329
  • Upgrade to Maven Surefire Plugin 3.2.5 #3328
  • Upgrade to Spotless Maven Plugin 2.43.0 #3345

❤️ Contributors

Thanks to all the contributors who worked on this release:

... (truncated)

Commits
  • cd72df8 [maven-release-plugin] prepare release assertj-build-3.25.3
  • c9b3177 fix: missing license
  • ae62aca Ignore containers when checking compared fields existence in the recursive co...
  • bad16ef chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.4.2.Final to 6....
  • c794057 Fix a performance regression in the recursive comparison related to FieldLoca...
  • 9ecb7f4 Lock maven-clean-plugin version for all modules
  • d42d40c chore(deps): bump org.pitest:pitest-maven from 1.15.3 to 1.15.6 (#3348)
  • 5b32492 chore(deps): bump org.apache.maven.plugins:maven-surefire-report-plugin from ...
  • e27cc02 chore(deps): bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 ...
  • 9771091 chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the libs group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| org.gradle.toolchains.foojay-resolver-convention | `0.7.0` | `0.8.0` |
| [org.jetbrains.kotlinx:kover-gradle-plugin](https://github.com/Kotlin/kotlinx-kover) | `0.7.5` | `0.7.6` |
| [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) | `1.15.2` | `1.16.0` |
| [org.logicng:logicng-j11](https://github.com/logic-ng/LogicNG) | `2.4.2` | `2.4.3` |
| [com.yandex.yatagan:api-compiled](https://github.com/yandex/yatagan) | `1.4.1` | `1.5.0` |
| [com.yandex.yatagan:processor-ksp](https://github.com/yandex/yatagan) | `1.4.1` | `1.5.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.24.2` | `3.25.3` |


Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.7.0 to 0.8.0

Updates `org.jetbrains.kotlinx:kover-gradle-plugin` from 0.7.5 to 0.7.6
- [Release notes](https://github.com/Kotlin/kotlinx-kover/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-kover@v0.7.5...v0.7.6)

Updates `com.squareup:kotlinpoet` from 1.15.2 to 1.16.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.15.2...1.16.0)

Updates `org.logicng:logicng-j11` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/logic-ng/LogicNG/releases)
- [Changelog](https://github.com/logic-ng/LogicNG/blob/master/CHANGELOG.md)
- [Commits](https://github.com/logic-ng/LogicNG/commits)

Updates `com.yandex.yatagan:api-compiled` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/yandex/yatagan/releases)
- [Commits](v1.4.1...v1.5.0)

Updates `com.yandex.yatagan:processor-ksp` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/yandex/yatagan/releases)
- [Commits](v1.4.1...v1.5.0)

Updates `com.yandex.yatagan:processor-ksp` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/yandex/yatagan/releases)
- [Commits](v1.4.1...v1.5.0)

Updates `org.assertj:assertj-core` from 3.24.2 to 3.25.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.25.3)

---
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlinx:kover-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.logicng:logicng-j11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: com.yandex.yatagan:api-compiled
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: com.yandex.yatagan:processor-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: com.yandex.yatagan:processor-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 22, 2024
@dependabot dependabot bot requested a review from Jeffset April 22, 2024 03:31
@Jeffset Jeffset merged commit 8e16dc7 into main Apr 23, 2024
2 checks passed
@Jeffset Jeffset deleted the dependabot/gradle/libs-42702da14b branch April 23, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant