laravel-tinker
laravel-tinker copied to clipboard
chore(deps): bump the gradle group with 6 updates
Bumps the gradle group with 6 updates:
| Package | From | To |
|---|---|---|
| com.google.code.gson:gson | 2.11.0 |
2.12.1 |
| org.apache.commons:commons-text | 1.12.0 |
1.13.0 |
| org.gradle.toolchains.foojay-resolver-convention | 0.8.0 |
0.9.0 |
| org.jetbrains:annotations | 24.1.0 |
26.0.2 |
| org.jetbrains.kotlin.jvm | 2.0.20 |
2.1.20 |
| org.jetbrains.kotlinx.kover | 0.8.3 |
0.9.1 |
Updates com.google.code.gson:gson from 2.11.0 to 2.12.1
Release notes
Sourced from com.google.code.gson:gson's releases.
Gson 2.12.1
The only difference between this release and 2.12.0 is that OSGi declarations in the Gson jar now specify that
com.google.errorprone.annotationsis an optional dependency, not a required one. If you do not use OSGi then there is no effective change.Gson 2.12.0
What's Changed
The biggest change is that we no longer support Java 7. People who still need to run on Java 7 will need to use an earlier version of Gson.
Other changes:
- Allow registering adapters for
JsonElementagain by@Marcono1234in google/gson#2789- Add nesting limit for
JsonReaderby@Marcono1234in google/gson#2588- Add
@CheckReturnValueto our packages. by@cpovirkin google/gson#2693- Add NullSafeTypeAdapter to prevent TypeAdapter.nullSafe() from returning nested null-safe type adapters (#2729) by
@lyubomyr-shaydarivin google/gson#2731- Support Properties subclasses in GsonTypes.getMapKeyAndValueTypes by
@panic08in google/gson#2758- Enforce rawType to be a Class in ParameterizedTypeImpl by
@panic08in google/gson#2759- Remove
AccessControllerusage for enum adapter by@Marcono1234in google/gson#2704- Fix typeArguments array not being cloned when resolving ParameterizedType with changed owner by
@TBlueFin google/gson#2706- Remove duplicated declaration of required OSGi execution environment by
@HannesWellin google/gson#2711- Move bnd.bnd file configuration into 'bnd' element of bnd-maven-plugin by
@HannesWellin google/gson#2712- Move enum and
JsonElementadapter classes to separate class files by@Marcono1234in google/gson#2727- EnumTypeAdapter constructor optimization by
@esaulpaughin google/gson#2734- OSGi / bnd: Remove the self-Import of gson.annotations by
@chrisruegerin google/gson#2735New Contributors
@cpovirkmade their first contribution in google/gson#2693@jabagaweemade their first contribution in google/gson#2701@TBlueFmade their first contribution in google/gson#2706@HannesWellmade their first contribution in google/gson#2711@esaulpaughmade their first contribution in google/gson#2734@chrisruegermade their first contribution in google/gson#2735@panic08made their first contribution in google/gson#2756Full Changelog: https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.0
Commits
29e3d1d[maven-release-plugin] prepare release gson-parent-2.12.1be456cfMake the import of com.google.errorprone optional (#2795)b2e26faBump the github-actions group with 3 updates (#2785)10bdd6dSimplify collection type adapters slightly. (#2791)ab9c54f[maven-release-plugin] prepare for next development iterationaaf7a12[maven-release-plugin] prepare release gson-parent-2.12.0a2b1c3cAllow registering adapters forJsonElementagain (#2789)e5dce84Bump the maven group with 8 updates (#2784)84e5f16Bump the maven group with 7 updates (#2777)9f3e577Bump the github-actions group with 2 updates (#2778)- Additional commits viewable in compare view
Updates org.apache.commons:commons-text from 1.12.0 to 1.13.0
Updates org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 0.9.0
Updates org.jetbrains:annotations from 24.1.0 to 26.0.2
Release notes
Sourced from org.jetbrains:annotations's releases.
26.0.2
- Fixed missing klibs for apple artifacts.
26.0.1
- Fixed sources.jar build (regression after 25.0.0)
26.0.0
- Added new experimental annotation:
@NotNullByDefault25.0.0
- Added Kotlin Multiplatform artifact (multiplatform-annotations).
- Removed Java 5 artifact.
Changelog
Sourced from org.jetbrains:annotations's changelog.
Version 26.0.2
- Fixed missing klibs for apple artifacts.
Version 26.0.1
- Fixed sources.jar build (regression after 25.0.0)
Version 26.0.0
- Added new experimental annotation:
@NotNullByDefaultVersion 25.0.0
- Added Kotlin Multiplatform artifact (multiplatform-annotations).
- Removed Java 5 artifact.
Commits
5ed7516Merge pull request #119 from serjsysoev/v26_0_2e5c5c67Version 26.0.2f79a61fVersion 26.0.1546095ejavaOnlySourcesJar: fix target9fd19c1Merge pull request #115 from serjsysoev/fix_sourcesb7311e2Fix sources jar0d04181Javadoc touch-up6894074Version 26.0.04f1401aFix typo61bce51NotNullByDefault: refine the behavior for type parameters- Additional commits viewable in compare view
Updates org.jetbrains.kotlin.jvm from 2.0.20 to 2.1.20
Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
Kotlin 2.1.20
Changelog
Analysis API
Fixes
KT-68198Analysis API: Support application service registration in plugin XMLsKT-57733Analysis API: Use optimizedModuleWithDependenciesScopes in combined symbol providersKT-73156AA: type retrieval for erroneous typealias crashesKT-71907K2 debugger evaluator failed when cannot resolve unrelated annotationKT-69128K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested classKT-71613KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbolKT-71741K2 IDE. Classifier was found in KtFile but was not found in FirFile inlibraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.ktsinkotlin.gitand broken analysisKT-71942Need to rethrow Intellij Platform exceptions, like ProcessCanceledExceptionKT-70949Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementationKT-69736K2 IDE: False positive resolution from KDoc forvalueKT-69047Analysis API: Unresolved KDoc reference to extensions with the same nameKT-70815Analysis API: Implement stop-the-world session invalidationKT-69630KAPT User project builds with KAPT4 enabled fail with Metaspace overflowAnalysis API. Code Compilation
KT-71263K2 evaluator: Error in evaluating self property with extension receiverAnalysis API. FIR
Performance Improvements
KT-72025FileStructureElement: reduce redundant resolveKT-74012RedundantFirAbstractBodyResolveTransformerDispatcher.<init>CPU consumptionKT-73900ContextCollectorVisitor#computeContext may spend significant time oncreateSnapshotKT-73665FirElementFinder is inefficient in large filesKT-73330Remove bodies from functions without contracts after the CONTRACTS phaseKT-73017Analysis API:FirReferenceResolveHelper.getSymbolsByResolvedImportsearches for classes even when the selectedFqNameis a known packageFixes
KT-72308getOrBuildFir returns null for this expression for plusAssign operatorKT-72660ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74097ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74098ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-72148K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl foundKT-73079K2: Internal compiler error when conflicting type aliases are presentKT-73456Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImplKT-73259Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImplKT-72740FirDanglingModifierList:lazyResolveToPhase(STATUS)cannot be called from a transformer with a phase STATUSKT-66132K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not foundKT-72196K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sourcesKT-72652FirProvider#getContainingClassshould supportFirDanglingModifierSymbol
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.jvm's changelog.
2.1.20
Analysis API
Fixes
KT-68198Analysis API: Support application service registration in plugin XMLsKT-57733Analysis API: Use optimizedModuleWithDependenciesScopes in combined symbol providersKT-73156AA: type retrieval for erroneous typealias crashesKT-71907K2 debugger evaluator failed when cannot resolve unrelated annotationKT-69128K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested classKT-71613KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbolKT-71741K2 IDE. Classifier was found in KtFile but was not found in FirFile inlibraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.ktsinkotlin.gitand broken analysisKT-71942Need to rethrow Intellij Platform exceptions, like ProcessCanceledExceptionKT-70949Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementationKT-69736K2 IDE: False positive resolution from KDoc forvalueKT-69047Analysis API: Unresolved KDoc reference to extensions with the same nameKT-70815Analysis API: Implement stop-the-world session invalidationKT-69630KAPT User project builds with KAPT4 enabled fail with Metaspace overflowAnalysis API. Code Compilation
KT-71263K2 evaluator: Error in evaluating self property with extension receiverAnalysis API. FIR
Performance Improvements
KT-72025FileStructureElement: reduce redundant resolveKT-74012RedundantFirAbstractBodyResolveTransformerDispatcher.<init>CPU consumptionKT-73900ContextCollectorVisitor#computeContext may spend significant time oncreateSnapshotKT-73665FirElementFinder is inefficient in large filesKT-73330Remove bodies from functions without contracts after the CONTRACTS phaseKT-73017Analysis API:FirReferenceResolveHelper.getSymbolsByResolvedImportsearches for classes even when the selectedFqNameis a known packageFixes
KT-72308getOrBuildFir returns null for this expression for plusAssign operatorKT-72660ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74097ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74098ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-72148K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl foundKT-73079K2: Internal compiler error when conflicting type aliases are presentKT-73456Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImplKT-73259Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImplKT-72740FirDanglingModifierList:lazyResolveToPhase(STATUS)cannot be called from a transformer with a phase STATUSKT-66132K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not foundKT-72196K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sourcesKT-72652FirProvider#getContainingClassshould supportFirDanglingModifierSymbolKT-73105Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)
... (truncated)
Commits
658a201Add ChangeLog for 2.1.20-RC3b2dfd94[FIR] Fix a false negativeSUPER_CALL_WITH_DEFAULT_PARAMETERS982a4ef[FIR] Reproduce ^KT-75578173e94aFix CMP-7747dbed512CMP-7571: keep the calls to public $stable fields (in K1 klibs) as ise7e183fCMP-7571: merge two findDeclaration calls into one0c8b50dCMP-7571: improve signature generation for an artificial stability gettercb387d5CMP-7571: add signatures to artifical stability gettersf17e609Avoid multiple finalizations of generalConfigurationMetrics45e81bbEdit ChangeLog for 2.1.20-RC2- Additional commits viewable in compare view
Updates org.jetbrains.kotlinx.kover from 0.8.3 to 0.9.1
Release notes
Sourced from org.jetbrains.kotlinx.kover's releases.
0.9.1
Kover Gradle Plugin
Features
[#714](https://github.com/Kotlin/kotlinx-kover/issues/714)Added ability to specify inclusion filter for source setsBugfixes
[#716](https://github.com/Kotlin/kotlinx-kover/issues/716)Fixed Gradle 9.0 migration issue[#721](https://github.com/Kotlin/kotlinx-kover/issues/721)Fixed creation of Kover Agent arguments file0.9.0
Kover Gradle Plugin
Features
[#645](https://github.com/Kotlin/kotlinx-kover/issues/645)Added ability to supplement coverage values from external binary reports[#673](https://github.com/Kotlin/kotlinx-kover/issues/673)Implemented ability to specify instrumentation include filterBugfixes
[#678](https://github.com/Kotlin/kotlinx-kover/issues/678)Added USAGE attribute to all Kover configurations[#666](https://github.com/Kotlin/kotlinx-kover/issues/666)Replaced JaCoCo ant-calls with programmatic calls of JaCoCo's classesKover Aggregation Plugin
Features
- Made class KoverSettingsGradlePlugin from aggregated plugin public
- Implemented verification in Kover Aggregated Plugin
- Added ability to skip projects
- Added ability to limit instrumented class globally and locally in a project
- Added ability to exclude test task from instrumentation in a project config
- Implement feature to check verification rule on every project
Bugfixes
- Fixed bug with non-existing binary report files
Kover CLI
Features
[#677](https://github.com/Kotlin/kotlinx-kover/issues/677)Implemented merging of binary reports in Kover CLI and Kover FeaturesBugfixes
[#709](https://github.com/Kotlin/kotlinx-kover/issues/709)Fixed offline instrumentation of jar files- Fixed skipping some classes during offline instrumentation
Kover JVM Agent
Bugfixes
- Fixed JVM agent arguments parsing to support include filter
Documentation
[#660](https://github.com/Kotlin/kotlinx-kover/issues/660)Fixed mistake in JVM agent docsKover Maven Plugin
Documentation
[#658](https://github.com/Kotlin/kotlinx-kover/issues/658)Fixed documentation about Maven plugin[#701](https://github.com/Kotlin/kotlinx-kover/issues/701)Fixed warning for empty Kotlin plugin configuration0.9.0-RC
Kover Gradle Plugin
Features
[#645](https://github.com/Kotlin/kotlinx-kover/issues/645)Added ability to supplement coverage values from external binary reports
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx.kover's changelog.
0.9.1 / 2025-01-08
Kover Gradle Plugin
Features
[#714](https://github.com/Kotlin/kotlinx-kover/issues/714)Added ability to specify inclusion filter for source setsBugfixes
[#716](https://github.com/Kotlin/kotlinx-kover/issues/716)Fixed Gradle 9.0 migration issue[#721](https://github.com/Kotlin/kotlinx-kover/issues/721)Fixed creation of Kover Agent arguments file0.9.0 / 2024-12-12
Kover Gradle Plugin
Features
[#645](https://github.com/Kotlin/kotlinx-kover/issues/645)Added ability to supplement coverage values from external binary reports[#673](https://github.com/Kotlin/kotlinx-kover/issues/673)Implemented ability to specify instrumentation include filterBugfixes
[#678](https://github.com/Kotlin/kotlinx-kover/issues/678)Added USAGE attribute to all Kover configurations[#666](https://github.com/Kotlin/kotlinx-kover/issues/666)Replaced JaCoCo ant-calls with programmatic calls of JaCoCo's classesKover Aggregation Plugin
Features
- Made class KoverSettingsGradlePlugin from aggregated plugin public
- Implemented verification in Kover Aggregated Plugin
- Added ability to skip projects
- Added ability to limit instrumented class globally and locally in a project
- Added ability to exclude test task from instrumentation in a project config
- Implement feature to check verification rule on every project
Bugfixes
- Fixed bug with non-existing binary report files
Kover CLI
Features
[#677](https://github.com/Kotlin/kotlinx-kover/issues/677)Implemented merging of binary reports in Kover CLI and Kover FeaturesBugfixes
[#709](https://github.com/Kotlin/kotlinx-kover/issues/709)Fixed offline instrumentation of jar files- Fixed skipping some classes during offline instrumentation
Kover JVM Agent
Bugfixes
- Fixed JVM agent arguments parsing to support include filter
Documentation
[#660](https://github.com/Kotlin/kotlinx-kover/issues/660)Fixed mistake in JVM agent docsKover Maven Plugin
Documentation
[#658](https://github.com/Kotlin/kotlinx-kover/issues/658)Fixed documentation about Maven plugin[#701](https://github.com/Kotlin/kotlinx-kover/issues/701)Fixed warning for empty Kotlin plugin configurationChangelog relative to version
0.9.0-RC
... (truncated)
Commits
142e22eRelease 0.9.13f6745dAdded ability to specify inclusion filter for source sets8e47a67Improved compatibility test2342c07Fixed Gradle 9.0 migration issued9b5f4dFixed creation of Kover Agent arguments filed7e35a7Upgrade Gradle to 8.12b9f3f1cRelease 0.9.0b69d396Fixed offline instrumentation of jar files66cf68eFixed warning for empty Kotlin plugin configuration1acc054Improved Kover Settings plugin- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Qodana Community for JVM
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
View the detailed Qodana report
To be able to view the detailed Qodana report, you can either:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- Inspect and use
qodana.sarif.json(see the Qodana SARIF format for details)
To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Looks like these dependencies are updatable in another way, so this is no longer needed.