Skip to content

Commit cda5934

Browse files
Version Bump
1 parent fee24d5 commit cda5934

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for communicating with Amazon Simple Queue Service. This project builds on top o
1515
<dependency>
1616
<groupId>com.amazonaws</groupId>
1717
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
18-
<version>2.1.1</version>
18+
<version>2.1.2</version>
1919
<type>jar</type>
2020
</dependency>
2121
```

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.amazonaws</groupId>
55
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
6-
<version>2.1.1</version>
6+
<version>2.1.2</version>
77
<name>Amazon SQS Java Messaging Library</name>
88
<description>The Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used
99
for communicating with Amazon Simple Queue Service.
@@ -30,7 +30,7 @@
3030
</developer>
3131
</developers>
3232
<properties>
33-
<aws-java-sdk.version>2.20.15</aws-java-sdk.version>
33+
<aws-java-sdk.version>2.20.123</aws-java-sdk.version>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3535
</properties>
3636

@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.slf4j</groupId>
5656
<artifactId>slf4j-api</artifactId>
57-
<version>2.0.5</version>
57+
<version>2.0.7</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>jakarta.jms</groupId>
@@ -64,13 +64,13 @@
6464
<dependency>
6565
<groupId>org.junit.jupiter</groupId>
6666
<artifactId>junit-jupiter</artifactId>
67-
<version>5.9.2</version>
67+
<version>5.10.1</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.assertj</groupId>
7272
<artifactId>assertj-core</artifactId>
73-
<version>3.24.1</version>
73+
<version>3.24.2</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-failsafe-plugin</artifactId>
112-
<version>3.0.0-M9</version>
112+
<version>3.2.3</version>
113113
<executions>
114114
<execution>
115115
<goals>
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-source-plugin</artifactId>
133-
<version>3.2.1</version>
133+
<version>3.3.0</version>
134134
<executions>
135135
<execution>
136136
<id>attach-sources</id>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-javadoc-plugin</artifactId>
146-
<version>3.4.1</version>
146+
<version>3.6.3</version>
147147
<executions>
148148
<execution>
149149
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)