Skip to content

Commit b13c982

Browse files
authored
Merge pull request #1474 from digital-preservation/dependabot/maven/aws.version-2.34.7
Bump aws.version from 2.34.1 to 2.34.7
2 parents 73b1a35 + 2e03a6a commit b13c982

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

droid-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>org.apache.commons</groupId>
183183
<artifactId>commons-lang3</artifactId>
184-
<version>3.18.0</version>
184+
<version>3.19.0</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>org.apache.httpcomponents</groupId>

droid-parent/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
<slf4j.version>2.0.17</slf4j.version>
109109
<log4j2.version>2.25.2</log4j2.version>
110110
<checkstyle.version>10.21.2</checkstyle.version>
111-
<aws.version>2.34.1</aws.version>
112-
<junit.version>5.13.4</junit.version>
111+
<aws.version>2.34.7</aws.version>
112+
<junit.version>6.0.0</junit.version>
113113
<commons.version>2.20.0</commons.version>
114114
</properties>
115115

@@ -203,12 +203,12 @@
203203
<dependency>
204204
<groupId>org.apache.maven.scm</groupId>
205205
<artifactId>maven-scm-provider-gitexe</artifactId>
206-
<version>2.1.0</version>
206+
<version>2.2.1</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>org.apache.maven.scm</groupId>
210210
<artifactId>maven-scm-api</artifactId>
211-
<version>2.1.0</version>
211+
<version>2.2.1</version>
212212
</dependency>
213213
</dependencies>
214214
</plugin>
@@ -682,7 +682,7 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
682682
<dependency>
683683
<groupId>org.apache.commons</groupId>
684684
<artifactId>commons-lang3</artifactId>
685-
<version>3.18.0</version>
685+
<version>3.19.0</version>
686686
</dependency>
687687
<dependency>
688688
<groupId>commons-beanutils</groupId>

0 commit comments

Comments
 (0)