|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>com.amazonaws</groupId>
|
5 | 5 | <artifactId>amazon-sqs-java-messaging-lib</artifactId>
|
6 |
| - <version>2.1.1</version> |
| 6 | + <version>2.1.2</version> |
7 | 7 | <name>Amazon SQS Java Messaging Library</name>
|
8 | 8 | <description>The Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used
|
9 | 9 | for communicating with Amazon Simple Queue Service.
|
|
30 | 30 | </developer>
|
31 | 31 | </developers>
|
32 | 32 | <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> |
34 | 34 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
35 | 35 | </properties>
|
36 | 36 |
|
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>org.slf4j</groupId>
|
56 | 56 | <artifactId>slf4j-api</artifactId>
|
57 |
| - <version>2.0.5</version> |
| 57 | + <version>2.0.7</version> |
58 | 58 | </dependency>
|
59 | 59 | <dependency>
|
60 | 60 | <groupId>jakarta.jms</groupId>
|
|
64 | 64 | <dependency>
|
65 | 65 | <groupId>org.junit.jupiter</groupId>
|
66 | 66 | <artifactId>junit-jupiter</artifactId>
|
67 |
| - <version>5.9.2</version> |
| 67 | + <version>5.10.1</version> |
68 | 68 | <scope>test</scope>
|
69 | 69 | </dependency>
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>org.assertj</groupId>
|
72 | 72 | <artifactId>assertj-core</artifactId>
|
73 |
| - <version>3.24.1</version> |
| 73 | + <version>3.24.2</version> |
74 | 74 | <scope>test</scope>
|
75 | 75 | </dependency>
|
76 | 76 | <dependency>
|
|
109 | 109 | <plugin>
|
110 | 110 | <groupId>org.apache.maven.plugins</groupId>
|
111 | 111 | <artifactId>maven-failsafe-plugin</artifactId>
|
112 |
| - <version>3.0.0-M9</version> |
| 112 | + <version>3.2.3</version> |
113 | 113 | <executions>
|
114 | 114 | <execution>
|
115 | 115 | <goals>
|
|
130 | 130 | <plugin>
|
131 | 131 | <groupId>org.apache.maven.plugins</groupId>
|
132 | 132 | <artifactId>maven-source-plugin</artifactId>
|
133 |
| - <version>3.2.1</version> |
| 133 | + <version>3.3.0</version> |
134 | 134 | <executions>
|
135 | 135 | <execution>
|
136 | 136 | <id>attach-sources</id>
|
|
143 | 143 | <plugin>
|
144 | 144 | <groupId>org.apache.maven.plugins</groupId>
|
145 | 145 | <artifactId>maven-javadoc-plugin</artifactId>
|
146 |
| - <version>3.4.1</version> |
| 146 | + <version>3.6.3</version> |
147 | 147 | <executions>
|
148 | 148 | <execution>
|
149 | 149 | <id>attach-javadocs</id>
|
|
0 commit comments