Skip to content

Commit 43bf263

Browse files
Update dependency me.kpavlov.langchain4j.kotlin:langchain4j-kotlin to v0.1.12 (#141)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [me.kpavlov.langchain4j.kotlin:langchain4j-kotlin](https://redirect.github.com/kpavlov/langchain4j-kotlin) | `0.1.11` -> `0.1.12` | [![age](https://developer.mend.io/api/mc/badges/age/maven/me.kpavlov.langchain4j.kotlin:langchain4j-kotlin/0.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/me.kpavlov.langchain4j.kotlin:langchain4j-kotlin/0.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/me.kpavlov.langchain4j.kotlin:langchain4j-kotlin/0.1.11/0.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/me.kpavlov.langchain4j.kotlin:langchain4j-kotlin/0.1.11/0.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kpavlov/langchain4j-kotlin (me.kpavlov.langchain4j.kotlin:langchain4j-kotlin)</summary> ### [`v0.1.12`](https://redirect.github.com/kpavlov/langchain4j-kotlin/releases/tag/v0.1.12) [Compare Source](https://redirect.github.com/kpavlov/langchain4j-kotlin/compare/v0.1.11...v0.1.12) #### What's Changed - 🚀 **Experimental Async AiServices** by [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/kpavlov/langchain4j-kotlin/pull/139](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/139) - Update dependency me.kpavlov.langchain4j.kotlin:langchain4j-kotlin to v0.1.11 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kpavlov/langchain4j-kotlin/pull/136](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/136) - Add samples to CI by [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/kpavlov/langchain4j-kotlin/pull/137](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/137) **Full Changelog**: v0.1.11...v0.1.12 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kpavlov/langchain4j-kotlin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6bd070e commit 43bf263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Dependencies -->
2121
<finchly.version>0.1.1</finchly.version>
2222
<kotlinx.version>1.8.1</kotlinx.version>
23-
<langchain4j-kotlin.version>0.1.11</langchain4j-kotlin.version>
23+
<langchain4j-kotlin.version>0.1.12</langchain4j-kotlin.version>
2424
<langchain4j.version>1.0.0-beta4</langchain4j.version>
2525
<slf4j.version>2.0.17</slf4j.version>
2626
</properties>

0 commit comments

Comments
 (0)