|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>software.amazon.cloudformation</groupId>
|
5 | 5 | <artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
|
6 |
| - <version>2.0.11</version> |
| 6 | + <version>2.0.12</version> |
7 | 7 | <name>AWS CloudFormation RPDK Java Plugin</name>
|
8 | 8 | <description>The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.
|
9 | 9 | </description>
|
|
118 | 118 | <dependency>
|
119 | 119 | <groupId>com.amazonaws</groupId>
|
120 | 120 | <artifactId>aws-java-sdk-core</artifactId>
|
121 |
| - <version>1.11.555</version> |
| 121 | + <version>1.11.1034</version> |
122 | 122 | </dependency>
|
123 | 123 | <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-lambda-java-core -->
|
124 | 124 | <dependency>
|
125 | 125 | <groupId>com.amazonaws</groupId>
|
126 | 126 | <artifactId>aws-lambda-java-core</artifactId>
|
127 |
| - <version>1.2.0</version> |
| 127 | + <version>1.2.1</version> |
| 128 | + </dependency> |
| 129 | + <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-lambda-java-log4j2 --> |
| 130 | + <dependency> |
| 131 | + <groupId>com.amazonaws</groupId> |
| 132 | + <artifactId>aws-lambda-java-log4j2</artifactId> |
| 133 | + <version>1.5.1</version> |
| 134 | + </dependency> |
| 135 | + <!--https://mvnrepository.com/artifact/com.amazonaws/aws-encryption-sdk-java --> |
| 136 | + <dependency> |
| 137 | + <groupId>com.amazonaws</groupId> |
| 138 | + <artifactId>aws-encryption-sdk-java</artifactId> |
| 139 | + <version>1.7.0</version> |
| 140 | + </dependency> |
| 141 | + <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-sts --> |
| 142 | + <dependency> |
| 143 | + <groupId>com.amazonaws</groupId> |
| 144 | + <artifactId>aws-java-sdk-sts</artifactId> |
| 145 | + <version>1.11.1034</version> |
| 146 | + </dependency> |
| 147 | + <!-- https://mvnrepository.com/artifact/com.google.code.findbugs/annotations --> |
| 148 | + <dependency> |
| 149 | + <groupId>com.google.code.findbugs</groupId> |
| 150 | + <artifactId>annotations</artifactId> |
| 151 | + <version>3.0.0</version> |
| 152 | + </dependency> |
| 153 | + <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-kms --> |
| 154 | + <dependency> |
| 155 | + <groupId>com.amazonaws</groupId> |
| 156 | + <artifactId>aws-java-sdk-kms</artifactId> |
| 157 | + <version>1.11.1034</version> |
128 | 158 | </dependency>
|
129 | 159 | <!-- AWS Java SDK v2 Dependencies -->
|
130 | 160 | <dependency>
|
|
173 | 203 | <artifactId>commons-lang3</artifactId>
|
174 | 204 | <version>3.9</version>
|
175 | 205 | </dependency>
|
| 206 | + <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 --> |
| 207 | + <dependency> |
| 208 | + <groupId>org.apache.commons</groupId> |
| 209 | + <artifactId>commons-collections4</artifactId> |
| 210 | + <version>4.4</version> |
| 211 | + </dependency> |
176 | 212 | <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
|
177 | 213 | <dependency>
|
178 | 214 | <groupId>com.google.guava</groupId>
|
|
0 commit comments