Skip to content

Commit bf4dab3

Browse files
build(deps): bump dev.langchain4j:langchain4j-community-bom
Bumps [dev.langchain4j:langchain4j-community-bom](https://github.com/langchain4j/langchain4j-community) from 1.11.0-beta19 to 1.12.1-beta21. - [Release notes](https://github.com/langchain4j/langchain4j-community/releases) - [Commits](langchain4j/langchain4j-community@1.11.0-beta19...1.12.1-beta21) --- updated-dependencies: - dependency-name: dev.langchain4j:langchain4j-community-bom dependency-version: 1.12.1-beta21 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 072282a commit bf4dab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
def jacksonAnnotationsVersion = "2.21"
2626
def jugVersion = "5.2.0"
2727
def langchain4jVersion = "1.11.0"
28-
def langchain4jCommunityVersion = "1.11.0-beta19"
28+
def langchain4jCommunityVersion = "1.12.1-beta21"
2929
def jettyVersion = "12.0.31" // Wiremock uses an older version as Micronaut
3030

3131
// as Jackson is in the Micronaut BOM, to force its version we need to use enforcedPlatform but it didn't really work, see later :(

0 commit comments

Comments
 (0)