Skip to content

Commit 9f7a626

Browse files
version bump
1 parent e351f8d commit 9f7a626

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more information on using the amazon-sqs-java-extended-client-lib, see our g
2424
<dependency>
2525
<groupId>com.amazonaws</groupId>
2626
<artifactId>amazon-sqs-java-extended-client-lib</artifactId>
27-
<version>1.2.4</version>
27+
<version>1.2.5</version>
2828
<type>jar</type>
2929
</dependency>
3030
```

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.amazonaws</groupId>
88
<artifactId>amazon-sqs-java-extended-client-lib</artifactId>
9-
<version>1.2.4</version>
9+
<version>1.2.5</version>
1010
<packaging>jar</packaging>
1111
<name>Amazon SQS Extended Client Library for Java</name>
1212
<description>An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
@@ -37,7 +37,7 @@
3737
</developers>
3838

3939
<properties>
40-
<aws-java-sdk.version>1.12.433</aws-java-sdk.version>
40+
<aws-java-sdk.version>1.12.558</aws-java-sdk.version>
4141
</properties>
4242

4343
<dependencies>
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>
6363
<artifactId>junit-jupiter</artifactId>
64-
<version>5.9.2</version>
64+
<version>5.10.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.mockito</groupId>
6969
<artifactId>mockito-core</artifactId>
70-
<version>5.2.0</version>
70+
<version>5.5.0</version>
7171
<scope>test</scope>
7272
</dependency>
7373
</dependencies>
@@ -103,12 +103,12 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-surefire-plugin</artifactId>
106-
<version>3.0.0</version>
106+
<version>3.1.2</version>
107107
</plugin>
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-javadoc-plugin</artifactId>
111-
<version>3.5.0</version>
111+
<version>3.6.0</version>
112112
<executions>
113113
<execution>
114114
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)