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 5 updates #130

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the libs group with 5 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
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

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

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 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

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 19, 2024
@dependabot dependabot bot requested a review from Jeffset February 19, 2024 03:45
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.09%. Comparing base (b01e3b2) to head (171c623).

❗ Current head 171c623 differs from pull request most recent head 4337de9. Consider uploading reports for the commit 4337de9 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #130      +/-   ##
============================================
+ Coverage     83.78%   84.09%   +0.30%     
+ Complexity     1567     1559       -8     
============================================
  Files           191      188       -3     
  Lines          7673     8204     +531     
  Branches       1427     1424       -3     
============================================
+ Hits           6429     6899     +470     
- Misses          746      808      +62     
+ Partials        498      497       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps the libs group with 5 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` |
| [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 `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: 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 force-pushed the dependabot/gradle/libs-c2d6958f9a branch from 171c623 to 4337de9 Compare April 8, 2024 03:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 22, 2024
@dependabot dependabot bot deleted the dependabot/gradle/libs-c2d6958f9a branch April 22, 2024 03:31
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.

0 participants