Skip to content

Commit 15f2bd9

Browse files
[release_v1]: Bump the all-modules group
Bumps the all-modules group in /sda-sftp-inbox with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [com.amazonaws:aws-java-sdk-s3](https://github.com/aws/aws-sdk-java). Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.792 to 1.12.793 - [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-java@1.12.792...1.12.793) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: com.amazonaws:aws-java-sdk-s3 dependency-version: 1.12.793 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecb03d8 commit 15f2bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sda-sftp-inbox/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.junit</groupId>
3131
<artifactId>junit-bom</artifactId>
32-
<version>6.0.0</version>
32+
<version>6.0.1</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.amazonaws</groupId>
110110
<artifactId>aws-java-sdk-s3</artifactId>
111-
<version>1.12.792</version>
111+
<version>1.12.793</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)