Commit dae442a
Update for group aws-sdk (#540)
## About this PR
Updates:
* 📦 software.amazon.awssdk:bedrockruntime from `2.42.41` to `2.44.1`
## Usage
✅ **Please merge!**
I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.
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/cfc35f4e63bef9d4423f375b1fef35caf642e61a/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
<details>
<summary>⚙ Adjust future updates</summary>
Add these to your `.scala-steward.conf` file to ignore future updates of
these dependencies:
```
updates.ignore = [
{ groupId = "software.amazon.awssdk", artifactId = "bedrockruntime" }
]
```
Or, add these to slow down future updates of these dependencies:
```
dependencyOverrides = [
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "software.amazon.awssdk", artifactId = "bedrockruntime" }
}
]
```
</details>
<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"Grouped" : {
"name" : "aws-sdk",
"title" : null,
"updates" : [
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "software.amazon.awssdk",
"artifactId" : {
"name" : "bedrockruntime",
"maybeCrossName" : null
},
"version" : "2.42.41",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"2.44.1"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
}
]
}
},
"Labels" : [
"library-update",
"early-semver-minor",
"semver-spec-minor",
"commit-count:1"
]
} -->
Co-authored-by: scala-steward <leo+bot@xerial.org>1 parent ff7b680 commit dae442a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments