Skip to content

Commit a743919

Browse files
Update langchain4j, langchain4j-bedrock to 1.7.1 (#233)
## About this PR 📦 Updates * [dev.langchain4j:langchain4j](https://github.com/langchain4j/langchain4j/tree/main/langchain4j) * [dev.langchain4j:langchain4j-bedrock](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-bedrock) from `1.7.0` to `1.7.1` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/0c7991de8224eff8436230a3e11b89520bbf94c8/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "dev.langchain4j" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.langchain4j" } }] ``` </details> <sup> labels: test-library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "dev.langchain4j", "artifactId" : { "name" : "langchain4j", "maybeCrossName" : null }, "version" : "1.7.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.7.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "dev.langchain4j", "artifactId" : { "name" : "langchain4j-bedrock", "maybeCrossName" : null }, "version" : "1.7.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.7.1" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "test-library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } --> Co-authored-by: scala-steward <[email protected]>
1 parent 2c34bea commit a743919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ lazy val bedrock = project
138138
// Redirect slf4j to airframe-log
139139
"org.slf4j" % "slf4j-jdk14" % "2.0.17",
140140
// Add langchain4j as a reference implementation
141-
"dev.langchain4j" % "langchain4j" % "1.7.0" % Test,
142-
"dev.langchain4j" % "langchain4j-bedrock" % "1.7.0" % Test
141+
"dev.langchain4j" % "langchain4j" % "1.7.1" % Test,
142+
"dev.langchain4j" % "langchain4j-bedrock" % "1.7.1" % Test
143143
)
144144
)
145145
.dependsOn(agent)

0 commit comments

Comments
 (0)