Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [io.netty.incubator:netty-incubator-transport-native-io_uring](https://github.com/netty/netty-incubator-transport-io_uring) and software.amazon.awssdk:bom.


Updates `io.netty.incubator:netty-incubator-transport-native-io_uring` from 0.0.25.Final to 0.0.26.Final
- [Commits](netty/netty-incubator-transport-io_uring@netty-incubator-transport-parent-io_uring-0.0.25.Final...netty-incubator-transport-parent-io_uring-0.0.26.Final)

Updates `software.amazon.awssdk:bom` from 2.29.39 to 2.29.43

---
updated-dependencies:
- dependency-name: io.netty.incubator:netty-incubator-transport-native-io_uring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 6112d76 commit d974a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/jooby-awssdk-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>jooby-awssdk-v2</artifactId>

<properties>
<aws.java.sdk.version>2.29.39</aws.java.sdk.version>
<aws.java.sdk.version>2.29.43</aws.java.sdk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/jooby-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-transport-native-io_uring</artifactId>
<version>0.0.25.Final</version>
<version>0.0.26.Final</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit d974a22

Please sign in to comment.