Skip to content

Commit aeeda41

Browse files
version bump to 2.1.0
1 parent fa60671 commit aeeda41

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more information on using the amazon-sqs-java-extended-client-lib, see our g
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>
2727
<artifactId>amazon-sqs-java-extended-client-lib</artifactId>
28-
<version>2.0.4</version>
28+
<version>2.1.0</version>
2929
<type>jar</type>
3030
</dependency>
3131
```

pom.xml

+9-7
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
</developers>
3838

3939
<properties>
40-
<aws-java-sdk.version>2.20.153</aws-java-sdk.version>
40+
<aws-java-sdk.version>2.21.21</aws-java-sdk.version>
41+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4143
</properties>
4244

4345
<dependencies>
@@ -68,13 +70,13 @@
6870
<dependency>
6971
<groupId>org.junit.jupiter</groupId>
7072
<artifactId>junit-jupiter</artifactId>
71-
<version>5.10.0</version>
73+
<version>5.10.1</version>
7274
<scope>test</scope>
7375
</dependency>
7476
<dependency>
7577
<groupId>org.mockito</groupId>
7678
<artifactId>mockito-core</artifactId>
77-
<version>5.5.0</version>
79+
<version>5.8.0</version>
7880
<scope>test</scope>
7981
</dependency>
8082
</dependencies>
@@ -97,7 +99,7 @@
9799
<plugin>
98100
<groupId>org.apache.maven.plugins</groupId>
99101
<artifactId>maven-source-plugin</artifactId>
100-
<version>2.2.1</version>
102+
<version>3.3.0</version>
101103
<executions>
102104
<execution>
103105
<id>attach-sources</id>
@@ -110,12 +112,12 @@
110112
<plugin>
111113
<groupId>org.apache.maven.plugins</groupId>
112114
<artifactId>maven-surefire-plugin</artifactId>
113-
<version>3.1.2</version>
115+
<version>3.2.3</version>
114116
</plugin>
115117
<plugin>
116118
<groupId>org.apache.maven.plugins</groupId>
117119
<artifactId>maven-javadoc-plugin</artifactId>
118-
<version>3.6.0</version>
120+
<version>3.6.3</version>
119121
<executions>
120122
<execution>
121123
<id>attach-javadocs</id>
@@ -162,7 +164,7 @@
162164
<plugin>
163165
<groupId>org.apache.maven.plugins</groupId>
164166
<artifactId>maven-gpg-plugin</artifactId>
165-
<version>1.6</version>
167+
<version>3.1.0</version>
166168
<executions>
167169
<execution>
168170
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)