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

Bump the ivy-learn group across 1 directory with 28 updates #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the ivy-learn group with 28 updates in the / directory:

Package From To
io.arrow-kt:arrow-core 1.2.4 2.0.0
io.arrow-kt:arrow-optics 1.2.4 2.0.0
io.arrow-kt:arrow-optics-ksp-plugin 1.2.4 2.0.0
io.kotest.extensions:kotest-assertions-arrow 1.2.4 2.0.0
io.kotest.extensions:kotest-property-arrow 1.2.4 2.0.0
org.jetbrains.exposed:exposed-core 0.56.0 0.57.0
org.jetbrains.exposed:exposed-crypt 0.56.0 0.57.0
org.jetbrains.exposed:exposed-dao 0.56.0 0.57.0
org.jetbrains.exposed:exposed-jdbc 0.56.0 0.57.0
org.jetbrains.exposed:exposed-json 0.56.0 0.57.0
org.jetbrains.exposed:exposed-kotlin-datetime 0.56.0 0.57.0
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.9.0 1.10.1
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.9.0 1.10.1
io.ktor:ktor-client-android 3.0.1 3.0.3
io.ktor:ktor-client-content-negotiation 3.0.1 3.0.3
io.ktor:ktor-client-core 3.0.1 3.0.3
io.ktor:ktor-client-darwin 3.0.1 3.0.3
io.ktor:ktor-client-java 3.0.1 3.0.3
io.ktor:ktor-client-js 3.0.1 3.0.3
io.ktor:ktor-client-logging 3.0.1 3.0.3
io.ktor:ktor-client-serialization 3.0.1 3.0.3
io.ktor:ktor-serialization-kotlinx-json 3.0.1 3.0.3
ch.qos.logback:logback-classic 1.5.12 1.5.16
io.mockk:mockk 1.13.13 1.13.14
media.kamel:kamel-image-default 1.0.1 1.0.2
com.android.application 8.7.2 8.7.3
com.android.library 8.7.2 8.7.3
org.jetbrains.compose 1.7.1 1.8.0+dev1990

Updates io.arrow-kt:arrow-core from 1.2.4 to 2.0.0

Release notes

Sourced from io.arrow-kt:arrow-core's releases.

2.0.0

The new major release of Arrow! 🎉

This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.

2.0.0-rc.1

Release candidate for the new major version

2.0.0-beta.3

No release notes provided.

Changelog

Sourced from io.arrow-kt:arrow-core's changelog.

Release flow

0. Previous checks

1. Create a pull request

Prepare a pull request with these changes:

  1. Update versions in arrow-libs/gradle.properties. For instance, the release version will be 0.10.5 and the next SNAPSHOT version will be 0.11.0-SNAPSHOT:
projects.version=0.11.0-SNAPSHOT
projects.latestVersion=0.10.5
  1. Update versions in README.md

When merging that pull request, these things will happen automatically:

  • New RELEASE version will be published for all the Arrow libraries into Sonatype staging repository.
  • A tag will be created with the RELEASE version.
  • Release notes will be created and associated to that tag.
  • The website will be updated with a new RELEASE version (doc and doc/major.minor directories)

2. Close and release

Then, close and release the Sonatype repository to sync with Maven Central:

  1. Login to https://oss.sonatype.org/ > Staging repositories
  2. Check the content of the new staging repository
  3. Select the staging repository and Close (it will check if the content meet the requirements)
  4. Select the staging repository and Release to sync with Maven Central
  5. Drop and repeat if there are issues.

NOTE: This plugin provides tasks for closing and releasing the staging repositories. However, that plugin must be applied to the root project, and it would be necessary to discard modules for publication. Let's keep this note here to give it a try later on.

About signing artifacts with GPG/PGP

One of the requirements for artifacts available in Central Maven is being signed with GPG/PGP.

These secrets are involved to meet that requirement:

To verify artifacts during Close task, the public key must be distributed to a key server: Distributing Your Public Key.

... (truncated)

Commits
  • 9131152 chore(deps): update all dependencies (#3541)
  • e5fde90 chore(deps): update all dependencies (#3540)
  • 89be074 chore(deps): update all dependencies (#3538)
  • 3808d09 More overloads for collectors (#3539)
  • 63b162f Prepare for 2.0 publication
  • a203862 Add and fix contracts for inline functions (#3535)
  • 5026cfd Defer optics generation of invalid classes to later ksp rounds (#3537)
  • 2319143 chore(deps): update all dependencies (#3536)
  • b490817 Change zipOrAccumulate to not use delegated properties to prevent IAE (#3533)
  • 06ea5b9 Ensure AutoCloseScope and ResourceScope only ever call finalizers once (#3530)
  • Additional commits viewable in compare view

Updates io.arrow-kt:arrow-optics from 1.2.4 to 2.0.0

Release notes

Sourced from io.arrow-kt:arrow-optics's releases.

2.0.0

The new major release of Arrow! 🎉

This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.

2.0.0-rc.1

Release candidate for the new major version

2.0.0-beta.3

No release notes provided.

Changelog

Sourced from io.arrow-kt:arrow-optics's changelog.

Release flow

0. Previous checks

1. Create a pull request

Prepare a pull request with these changes:

  1. Update versions in arrow-libs/gradle.properties. For instance, the release version will be 0.10.5 and the next SNAPSHOT version will be 0.11.0-SNAPSHOT:
projects.version=0.11.0-SNAPSHOT
projects.latestVersion=0.10.5
  1. Update versions in README.md

When merging that pull request, these things will happen automatically:

  • New RELEASE version will be published for all the Arrow libraries into Sonatype staging repository.
  • A tag will be created with the RELEASE version.
  • Release notes will be created and associated to that tag.
  • The website will be updated with a new RELEASE version (doc and doc/major.minor directories)

2. Close and release

Then, close and release the Sonatype repository to sync with Maven Central:

  1. Login to https://oss.sonatype.org/ > Staging repositories
  2. Check the content of the new staging repository
  3. Select the staging repository and Close (it will check if the content meet the requirements)
  4. Select the staging repository and Release to sync with Maven Central
  5. Drop and repeat if there are issues.

NOTE: This plugin provides tasks for closing and releasing the staging repositories. However, that plugin must be applied to the root project, and it would be necessary to discard modules for publication. Let's keep this note here to give it a try later on.

About signing artifacts with GPG/PGP

One of the requirements for artifacts available in Central Maven is being signed with GPG/PGP.

These secrets are involved to meet that requirement:

To verify artifacts during Close task, the public key must be distributed to a key server: Distributing Your Public Key.

... (truncated)

Commits
  • 9131152 chore(deps): update all dependencies (#3541)
  • e5fde90 chore(deps): update all dependencies (#3540)
  • 89be074 chore(deps): update all dependencies (#3538)
  • 3808d09 More overloads for collectors (#3539)
  • 63b162f Prepare for 2.0 publication
  • a203862 Add and fix contracts for inline functions (#3535)
  • 5026cfd Defer optics generation of invalid classes to later ksp rounds (#3537)
  • 2319143 chore(deps): update all dependencies (#3536)
  • b490817 Change zipOrAccumulate to not use delegated properties to prevent IAE (#3533)
  • 06ea5b9 Ensure AutoCloseScope and ResourceScope only ever call finalizers once (#3530)
  • Additional commits viewable in compare view

Updates io.arrow-kt:arrow-optics-ksp-plugin from 1.2.4 to 2.0.0

Release notes

Sourced from io.arrow-kt:arrow-optics-ksp-plugin's releases.

2.0.0

The new major release of Arrow! 🎉

This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.

2.0.0-rc.1

Release candidate for the new major version

2.0.0-beta.3

No release notes provided.

Changelog

Sourced from io.arrow-kt:arrow-optics-ksp-plugin's changelog.

Release flow

0. Previous checks

1. Create a pull request

Prepare a pull request with these changes:

  1. Update versions in arrow-libs/gradle.properties. For instance, the release version will be 0.10.5 and the next SNAPSHOT version will be 0.11.0-SNAPSHOT:
projects.version=0.11.0-SNAPSHOT
projects.latestVersion=0.10.5
  1. Update versions in README.md

When merging that pull request, these things will happen automatically:

  • New RELEASE version will be published for all the Arrow libraries into Sonatype staging repository.
  • A tag will be created with the RELEASE version.
  • Release notes will be created and associated to that tag.
  • The website will be updated with a new RELEASE version (doc and doc/major.minor directories)

2. Close and release

Then, close and release the Sonatype repository to sync with Maven Central:

  1. Login to https://oss.sonatype.org/ > Staging repositories
  2. Check the content of the new staging repository
  3. Select the staging repository and Close (it will check if the content meet the requirements)
  4. Select the staging repository and Release to sync with Maven Central
  5. Drop and repeat if there are issues.

NOTE: This plugin provides tasks for closing and releasing the staging repositories. However, that plugin must be applied to the root project, and it would be necessary to discard modules for publication. Let's keep this note here to give it a try later on.

About signing artifacts with GPG/PGP

One of the requirements for artifacts available in Central Maven is being signed with GPG/PGP.

These secrets are involved to meet that requirement:

To verify artifacts during Close task, the public key must be distributed to a key server: Distributing Your Public Key.

... (truncated)

Commits
  • 9131152 chore(deps): update all dependencies (#3541)
  • e5fde90 chore(deps): update all dependencies (#3540)
  • 89be074 chore(deps): update all dependencies (#3538)
  • 3808d09 More overloads for collectors (#3539)
  • 63b162f Prepare for 2.0 publication
  • a203862 Add and fix contracts for inline functions (#3535)
  • 5026cfd Defer optics generation of invalid classes to later ksp rounds (#3537)
  • 2319143 chore(deps): update all dependencies (#3536)
  • b490817 Change zipOrAccumulate to not use delegated properties to prevent IAE (#3533)
  • 06ea5b9 Ensure AutoCloseScope and ResourceScope only ever call finalizers once (#3530)
  • Additional commits viewable in compare view

Updates io.kotest.extensions:kotest-assertions-arrow from 1.2.4 to 2.0.0

Release notes

Sourced from io.kotest.extensions:kotest-assertions-arrow's releases.

v2.0.0

Upgrades Arrow to v2 Upgrades Kotlin to 2.1

  • Leading to removal of watchosX64 and iosArm32 targets
Commits

Updates io.kotest.extensions:kotest-property-arrow from 1.2.4 to 2.0.0

Release notes

Sourced from io.kotest.extensions:kotest-property-arrow's releases.

v2.0.0

Upgrades Arrow to v2 Upgrades Kotlin to 2.1

  • Leading to removal of watchosX64 and iosArm32 targets
Commits

Updates io.arrow-kt:arrow-optics from 1.2.4 to 2.0.0

Release notes

Sourced from io.arrow-kt:arrow-optics's releases.

2.0.0

The new major release of Arrow! 🎉

This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.

2.0.0-rc.1

Release candidate for the new major version

2.0.0-beta.3

No release notes provided.

Changelog

Sourced from io.arrow-kt:arrow-optics's changelog.

Release flow

0. Previous checks

1. Create a pull request

Prepare a pull request with these changes:

  1. Update versions in arrow-libs/gradle.properties. For instance, the release version will be 0.10.5 and the next SNAPSHOT version will be 0.11.0-SNAPSHOT:
projects.version=0.11.0-SNAPSHOT
projects.latestVersion=0.10.5
  1. Update versions in README.md

When merging that pull request, these things will happen automatically:

  • New RELEASE version will be published for all the Arrow libraries into Sonatype staging repository.
  • A tag will be created with the RELEASE version.
  • Release notes will be created and associated to that tag.
  • The website will be updated with a new RELEASE version (doc and doc/major.minor directories)

2. Close and release

Then, close and release the Sonatype repository to sync with Maven Central:

  1. Login to https://oss.sonatype.org/ > Staging repositories
  2. Check the content of the new staging repository
  3. Select the staging repository and Close (it will check if the content meet the requirements)
  4. Select the staging repository and Release to sync with Maven Central
  5. Drop and repeat if there are issues.

NOTE: This plugin provides tasks for closing and releasing the staging repositories. However, that plugin must be applied to the root project, and it would be necessary to discard modules for publication. Let's keep this note here to give it a try later on.

About signing artifacts with GPG/PGP

One of the requirements for artifacts available in Central Maven is being signed with GPG/PGP.

These secrets are involved to meet that requirement:

To verify artifacts during Close task, the public key must be distributed to a key server: Distributing Your Public Key.

... (truncated)

Commits
  • 9131152 chore(deps): update all dependencies (#3541)
  • e5fde90 chore(deps): update all dependencies (#3540)
  • 89be074 chore(deps): update all dependencies (#3538)
  • 3808d09 More overloads for collectors (#3539)
  • 63b162f Prepare for 2.0 publication
  • a203862 Add and fix contracts for inline functions (#3535)
  • 5026cfd Defer optics generation of invalid classes to later ksp rounds (#3537)
  • 2319143 chore(deps): update all dependencies (#3536)
  • b490817 Change zipOrAccumulate to not use delegated properties to prevent IAE (#3533)
  • 06ea5b9 Ensure AutoCloseScope and ResourceScope only ever call finalizers once (#3530)
  • Additional commits viewable in compare view

Updates io.arrow-kt:arrow-optics-ksp-plugin from 1.2.4 to 2.0.0

Release notes

Sourced from io.arrow-kt:arrow-optics-ksp-plugin's releases.

2.0.0

The new major release of Arrow! 🎉

This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.

2.0.0-rc.1

Release candidate for the new major version

2.0.0-beta.3

No release notes provided.

Changelog

Sourced from io.arrow-kt:arrow-optics-ksp-plugin's changelog.

Release flow

0. Previous checks

1. Create a pull request

Prepare a pull request with these changes:

  1. Update versions in arrow-libs/gradle.properties. For instance, the release version will be 0.10.5 and the next SNAPSHOT version will be 0.11.0-SNAPSHOT:
projects.version=0.11.0-SNAPSHOT
projects.latestVersion=0.10.5
  1. Update versions in README.md

When merging that pull request, these things will happen automatically:

  • New RELEASE version will be published for all the Arrow libraries into Sonatype staging repository.
  • A tag will be created with the RELEASE version.
  • Release notes will be created and associated to that tag.
  • The website will be updated with a new RELEASE version (doc and doc/major.minor directories)

2. Close and release

Then, close and release the Sonatype repository to sync with Maven Central:

  1. Login to https://oss.sonatype.org/ > Staging repositories
  2. Check the content of the new staging repository
  3. Select the staging repository and Close (it will check if the content meet the requirements)
  4. Select the staging repository and Release to sync with Maven Central
  5. Drop and repeat if there are issues.

NOTE: This plugin provides tasks for closing and releasing the staging repositories. However, that plugin must be applied to the root project, and it would be necessary to discard modules for publication. Let's keep this note here to give it a try later on.

About signing artifacts with GPG/PGP

One of the requirements for artifacts available in Central Maven is being signed with GPG/PGP.

These secrets are involved to meet that requirement:

To verify artifacts during Close task, the public key must be distributed to a key server: Distributing Your Public Key.

... (truncated)

Commits
  • 9131152 chore(deps): update all dependencies (#3541)
  • e5fde90 chore(deps): update all dependencies (#3540)
  • 89be074 chore(deps): update all dependencies (#3538)
  • 3808d09 More overloads for collectors (#3539)
  • 63b162f Prepare for 2.0 publication
  • a203862 Add and fix contracts for inline functions (#3535)
  • 5026cfd Defer optics generation of invalid classes to later ksp rounds (#3537)
  • 2319143 chore(deps): update all dependencies (#3536)
  • b490817 Change zipOrAccumulate to not use delegated properties to prevent IAE (#3533)
  • 06ea5b9 Ensure AutoCloseScope and ResourceScope only ever call finalizers once (#3530)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 0.56.0 to 0.57.0

Release notes

Sourced from org.jetbrains.exposed:exposed-core's releases.

0.57.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-core's changelog.

0.57.0

Infrastructure:

  • io.github.hakky54:logcaptor 2.10.0
  • Spring Boot 3.4.0
  • Spring Framework 6.2.0
  • log4j2 2.24.2
  • SQLite driver 3.47.1.0
  • Foojay Toolchains Plugin 0.9.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • 6f3e9c2 chore: Bump Exposed version from 0.56.0 to 0.57.0
  • d5507ed chore!: Raise deprecation level of OptionalReferrers (#2325)
  • a17161d fix: EXPOSED-651 Try to close connection in ThreadLocalTransactionManager#con...
  • 900343b fix: Fix markup validity issues in the Get started tutorial (#2312)
  • 6c63a2c docs: EXPOSED-640 Update and extract DSL code snippets to a snippets project ...
  • f608246 chore: Fix docs/snippets exposed-dao project build fail (#2323)
  • 27b8d98 build(deps): bump org.gradle.toolchains.foojay-resolver from 0.8.0 to 0.9.0 (...
  • 681bdb5 fix: EXPOSED-646 count() voids distinctOn call on query (#2311)
  • 33376e0 feat: Add ability to use aliases on expressions with column type to fix EXPOS...
  • 7e5d03f feat: EXPOSED-555 Allow read-only suspendable transactions (#2274)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-crypt from 0.56.0 to 0.57.0

Release notes

Sourced from org.jetbrains.exposed:exposed-crypt's releases.

0.57.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-crypt's changelog.

0.57.0

Infrastructure:

  • io.github.hakky54:logcaptor 2.10.0
  • Spring Boot 3.4.0
  • Spring Framework 6.2.0
  • log4j2 2.24.2
  • SQLite driver 3.47.1.0
  • Foojay Toolchains Plugin 0.9.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • 6f3e9c2 chore: Bump Exposed version from 0.56.0 to 0.57.0
  • d5507ed chore!: Raise deprecation level of OptionalReferrers (#2325)
  • a17161d fix: EXPOSED-651 Try to close connection in ThreadLocalTransactionManager#con...
  • 900343b fix: Fix markup validity issues in the Get started tutorial (#2312)
  • 6c63a2c docs: EXPOSED-640 Update and extract DSL code snippets to a snippets project ...
  • f608246 chore: Fix docs/snippets exposed-dao project build fail (#2323)
  • 27b8d98 build(deps): bump org.gradle.toolchains.foojay-resolver from 0.8.0 to 0.9.0 (...
  • 681bdb5 fix: EXPOSED-646 count() voids distinctOn call on query (#2311)
  • 33376e0 feat: Add ability to use aliases on expressions with column type to fix EXPOS...
  • 7e5d03f feat: EXPOSED-555 Allow read-only suspendable transactions (#2274)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 0.56.0 to 0.57.0

Release notes

Sourced from org.jetbrains.exposed:exposed-dao's releases.

0.57.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-dao's changelog.

0.57.0

Infrastructure:

  • io.github.hakky54:logcaptor 2.10.0
  • Spring Boot 3.4.0
  • Spring Framework 6.2.0
  • log4j2 2.24.2
  • SQLite driver 3.47.1.0
  • Foojay Toolchains Plugin 0.9.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • 6f3e9c2 chore: Bump Exposed version from 0.56.0 to 0.57.0
  • d5507ed chore!: Raise deprecation level of OptionalReferrers (#2325)
  • a17161d fix: EXPOSED-651 Try to close connection in ThreadLocalTransactionManager#con...
  • 900343b fix: Fix markup validity issues in the Get started tutorial (#2312)
  • 6c63a2c docs: EXPOSED-640 Update and extract DSL code snippets to a snippets project ...
  • f608...

    Description has been truncated

Bumps the ivy-learn group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.arrow-kt:arrow-core](https://github.com/arrow-kt/arrow) | `1.2.4` | `2.0.0` |
| [io.arrow-kt:arrow-optics](https://github.com/arrow-kt/arrow) | `1.2.4` | `2.0.0` |
| [io.arrow-kt:arrow-optics-ksp-plugin](https://github.com/arrow-kt/arrow) | `1.2.4` | `2.0.0` |
| [io.kotest.extensions:kotest-assertions-arrow](https://github.com/kotest/kotest-extensions-arrow) | `1.2.4` | `2.0.0` |
| [io.kotest.extensions:kotest-property-arrow](https://github.com/kotest/kotest-extensions-arrow) | `1.2.4` | `2.0.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `0.56.0` | `0.57.0` |
| [org.jetbrains.exposed:exposed-crypt](https://github.com/JetBrains/Exposed) | `0.56.0` | `0.57.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.56.0` | `0.57.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.56.0` | `0.57.0` |
| [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `0.56.0` | `0.57.0` |
| [org.jetbrains.exposed:exposed-kotlin-datetime](https://github.com/JetBrains/Exposed) | `0.56.0` | `0.57.0` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| [io.ktor:ktor-client-android](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-darwin](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-java](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-js](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-serialization](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.12` | `1.5.16` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.13` | `1.13.14` |
| [media.kamel:kamel-image-default](https://github.com/Kamel-Media/Kamel) | `1.0.1` | `1.0.2` |
| com.android.application | `8.7.2` | `8.7.3` |
| com.android.library | `8.7.2` | `8.7.3` |
| org.jetbrains.compose | `1.7.1` | `1.8.0+dev1990` |



Updates `io.arrow-kt:arrow-core` from 1.2.4 to 2.0.0
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@1.2.4...2.0.0)

Updates `io.arrow-kt:arrow-optics` from 1.2.4 to 2.0.0
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@1.2.4...2.0.0)

Updates `io.arrow-kt:arrow-optics-ksp-plugin` from 1.2.4 to 2.0.0
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@1.2.4...2.0.0)

Updates `io.kotest.extensions:kotest-assertions-arrow` from 1.2.4 to 2.0.0
- [Release notes](https://github.com/kotest/kotest-extensions-arrow/releases)
- [Commits](https://github.com/kotest/kotest-extensions-arrow/commits/v2.0.0)

Updates `io.kotest.extensions:kotest-property-arrow` from 1.2.4 to 2.0.0
- [Release notes](https://github.com/kotest/kotest-extensions-arrow/releases)
- [Commits](https://github.com/kotest/kotest-extensions-arrow/commits/v2.0.0)

Updates `io.arrow-kt:arrow-optics` from 1.2.4 to 2.0.0
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@1.2.4...2.0.0)

Updates `io.arrow-kt:arrow-optics-ksp-plugin` from 1.2.4 to 2.0.0
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@1.2.4...2.0.0)

Updates `org.jetbrains.exposed:exposed-core` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-crypt` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-dao` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-json` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-kotlin-datetime` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-crypt` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-dao` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-json` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `org.jetbrains.exposed:exposed-kotlin-datetime` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.56.0...0.57.0)

Updates `io.kotest.extensions:kotest-assertions-arrow` from 1.2.4 to 2.0.0
- [Release notes](https://github.com/kotest/kotest-extensions-arrow/releases)
- [Commits](https://github.com/kotest/kotest-extensions-arrow/commits/v2.0.0)

Updates `io.kotest.extensions:kotest-property-arrow` from 1.2.4 to 2.0.0
- [Release notes](https://github.com/kotest/kotest-extensions-arrow/releases)
- [Commits](https://github.com/kotest/kotest-extensions-arrow/commits/v2.0.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `io.ktor:ktor-client-android` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-core` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-darwin` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-java` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-js` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-logging` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-serialization` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-core` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-darwin` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-java` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-js` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-logging` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-serialization` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `ch.qos.logback:logback-classic` from 1.5.12 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.12...v_1.5.16)

Updates `io.mockk:mockk` from 1.13.13 to 1.13.14
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.13...1.13.14)

Updates `media.kamel:kamel-image-default` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/Kamel-Media/Kamel/releases)
- [Commits](https://github.com/Kamel-Media/Kamel/commits)

Updates `com.android.application` from 8.7.2 to 8.7.3

Updates `com.android.library` from 8.7.2 to 8.7.3

Updates `com.android.library` from 8.7.2 to 8.7.3

Updates `org.jetbrains.compose` from 1.7.1 to 1.8.0+dev1990

---
updated-dependencies:
- dependency-name: io.arrow-kt:arrow-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ivy-learn
- dependency-name: io.arrow-kt:arrow-optics
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ivy-learn
- dependency-name: io.arrow-kt:arrow-optics-ksp-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ivy-learn
- dependency-name: io.kotest.extensions:kotest-assertions-arrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ivy-learn
- dependency-name: io.kotest.extensions:kotest-property-arrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ivy-learn
- dependency-name: io.arrow-kt:arrow-optics
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ivy-learn
- dependency-name: io.arrow-kt:arrow-optics-ksp-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-crypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-kotlin-datetime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-crypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.exposed:exposed-kotlin-datetime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: io.kotest.extensions:kotest-assertions-arrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ivy-learn
- dependency-name: io.kotest.extensions:kotest-property-arrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-darwin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-darwin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-client-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: media.kamel:kamel-image-default
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-learn
- dependency-name: org.jetbrains.compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-learn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 6, 2025
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