Skip to content

Commit d974a22

Browse files
build(deps): bump the dependencies group with 2 updates
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]>
1 parent 6112d76 commit d974a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/jooby-awssdk-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>jooby-awssdk-v2</artifactId>
1414

1515
<properties>
16-
<aws.java.sdk.version>2.29.39</aws.java.sdk.version>
16+
<aws.java.sdk.version>2.29.43</aws.java.sdk.version>
1717
</properties>
1818

1919
<dependencies>

modules/jooby-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>io.netty.incubator</groupId>
5555
<artifactId>netty-incubator-transport-native-io_uring</artifactId>
56-
<version>0.0.25.Final</version>
56+
<version>0.0.26.Final</version>
5757
<optional>true</optional>
5858
</dependency>
5959

0 commit comments

Comments
 (0)