Skip to content

Commit c513bca

Browse files
authored
Merge branch 'main' into docs/update-sda-cmd-docs
2 parents f941b0c + c58b873 commit c513bca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sda-sftp-inbox/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@
9696
<dependency>
9797
<groupId>com.amazonaws</groupId>
9898
<artifactId>aws-java-sdk-s3</artifactId>
99-
<version>1.12.767</version>
99+
<version>1.12.769</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>com.google.guava</groupId>
103103
<artifactId>guava</artifactId>
104-
<version>33.2.1-jre</version>
104+
<version>33.3.0-jre</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>net.logstash.logback</groupId>
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>org.junit.vintage</groupId>
162162
<artifactId>junit-vintage-engine</artifactId>
163-
<version>5.10.3</version>
163+
<version>5.11.0</version>
164164
<scope>test</scope>
165165
</dependency>
166166

@@ -174,12 +174,12 @@
174174
</plugin>
175175
<plugin>
176176
<artifactId>maven-surefire-plugin</artifactId>
177-
<version>3.3.1</version>
177+
<version>3.4.0</version>
178178
</plugin>
179179
<plugin>
180180
<groupId>org.apache.maven.plugins</groupId>
181181
<artifactId>maven-failsafe-plugin</artifactId>
182-
<version>3.3.1</version>
182+
<version>3.4.0</version>
183183
</plugin>
184184
</plugins>
185185
</build>

0 commit comments

Comments
 (0)