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

fix(deps): update managed.ksp to v1.9.21-1.0.15 #10169

Merged
merged 3 commits into from
Dec 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp:symbol-processing (source) 1.9.20-1.0.14 -> 1.9.21-1.0.15 age adoption passing confidence
com.google.devtools.ksp:symbol-processing-api (source) 1.9.20-1.0.14 -> 1.9.21-1.0.15 age adoption passing confidence

Release Notes

google/ksp (com.google.devtools.ksp:symbol-processing)

v1.9.21-1.0.15

Compare Source

This is a hot fix to #​1591 where multiple KMP projects were affected.

Issues Fixed / PRs Merged

#​1591 Error: Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value
#​1612 Filter out the -progressive compiler flag in KSP tasks
#​1614 Revert back to the non-thread-local KSP compiler plugin implementation.


Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Nov 28, 2023
Copy link
Contributor Author

renovate bot commented Dec 1, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

sonarqubecloud bot commented Dec 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sdelamo sdelamo merged commit aac1d52 into 4.2.x Dec 1, 2023
15 checks passed
@sdelamo sdelamo deleted the renovate/managed.ksp branch December 1, 2023 16:07
sdelamo added a commit that referenced this pull request Dec 3, 2023
* fix(deps): update managed.ksp to v1.9.21-1.0.15

* This requires more memory for Kotest 🤔

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
Co-authored-by: Tim Yates <tim.yates@gmail.com>
yawkat pushed a commit that referenced this pull request Dec 4, 2023
* Remove unused Netty attributes

* Fix

* Fix methods not respecting the array type when comparing (#10168)

* ContextualConnection intercepted missing method repro

* Change test package

* Update ConnectionInterceptorSpec.groovy

* Updated example not to use Connection

* Fix methods not respecting the array type when comparing

---------

Co-authored-by: radovanradic <radicr@gmail.com>

* fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6 (#10152)

* fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6

* neo4j-java-driver to 5.14.0 (matching version used in micronaut-neo4j)

* fix inject-groovy tests for update to neo4j-java-driver with breaking changes

* fix inject-java tests for update to neo4j-java-driver with breaking changes

* Fix inject-kotlin tests for update to neo4j-java-driver with breaking changes. Includes re-enabling most of ConfigurationPropertiesBuilderSpec that was entirely commented out on #8837.

* neo4j-java-driver to 5.15.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>

* chore(deps): update gradle/gradle-build-action action to v2.10.0 (#10170)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update kotlin monorepo to v1.9.21 (#10157)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.5 (#10174)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update common files (#10183)

* fix(deps): update groovy monorepo to v4.0.16 (#10182)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.13 (#10166)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: Apply SLF4J best practices (#10161)

* Replaces usages of BeanContext::run with ApplicationContext::run (#10184)

* Micronaut Validation 4.2.0

* Micronaut SQL 5.3.0

* rxjava 2.1.0

* :%s/BeanContext::run/ApplicationContext::run tests

* :%s/BeanContext::run/DefaultBeanContext::start tests

* fix(deps): update managed.ksp to v1.9.21-1.0.15 (#10169)

* fix(deps): update managed.ksp to v1.9.21-1.0.15

* This requires more memory for Kotest 🤔

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
Co-authored-by: Tim Yates <tim.yates@gmail.com>

* [skip ci] Release v4.2.1

* Back to 4.2.2-SNAPSHOT

* checkstyle: [EmptyLineSeparator]

---------

Co-authored-by: radovanradic <radicr@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>
Co-authored-by: micronaut-build <65172877+micronaut-build@users.noreply.github.com>
Co-authored-by: Tim te Beek <timtebeek@gmail.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
Co-authored-by: Tim Yates <tim.yates@gmail.com>
Co-authored-by: micronaut-build <micronaut-build-account@grails.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants