|
106 | 106 | <!-- Spark declares an old version of Avro with vulnerabilities. --> |
107 | 107 | <avro.version>1.12.1</avro.version> |
108 | 108 | <!-- Hadoop declares an old version of Kerby with vulnerabilities. --> |
109 | | - <kerby.version>2.1.0</kerby.version> |
| 109 | + <kerby.version>2.1.1</kerby.version> |
110 | 110 | <!-- Hadoop declares an old version of dnsjava with vulnerabilities. --> |
111 | 111 | <dnsjava.version>3.6.3</dnsjava.version> |
112 | 112 | <!-- Spark (via Avro) declares an old version of XZ with vulnerabilities. --> |
|
131 | 131 | <!-- Trino testing declares an old version. Managed from 1.2.3. --> |
132 | 132 | <!-- jungrapht-visualization-samples also declares an old version, which is a dependency of the build module. --> |
133 | 133 | <logback.version>1.5.21</logback.version> |
134 | | - <aws-java-sdk-v2.version>2.39.0</aws-java-sdk-v2.version> |
| 134 | + <aws-java-sdk-v2.version>2.39.1</aws-java-sdk-v2.version> |
135 | 135 | <!-- |
136 | 136 | EMR Serverless has a version of the AWS SDK built into it that we can't easily change. |
137 | 137 | At the time of writing it's not compatible with the latest version. |
|
145 | 145 | driver, then copied that file out of the Docker image, unzipped the jar, and decompiled the VersionInfo class. |
146 | 146 | --> |
147 | 147 | <aws-java-sdk-v2.bulk-import.version>2.31.16</aws-java-sdk-v2.bulk-import.version> |
148 | | - <aws-crt.version>0.39.4</aws-crt.version> |
| 148 | + <aws-crt.version>0.40.0</aws-crt.version> |
149 | 149 | <aws-lambda-java-events.version>3.16.1</aws-lambda-java-events.version> |
150 | 150 | <aws-lambda-java-core.version>1.4.0</aws-lambda-java-core.version> |
151 | 151 | <aws-lambda-java-runtime-interface-client.version>2.8.7</aws-lambda-java-runtime-interface-client.version> |
|
186 | 186 | <!-- Facebook Collections brings in a vulnerable version of Guava, so we manage this --> |
187 | 187 | <guava.version>33.5.0-jre</guava.version> |
188 | 188 | <google.errorprone.version>2.44.0</google.errorprone.version> |
189 | | - <cdk.version>2.225.0</cdk.version> |
| 189 | + <cdk.version>2.227.0</cdk.version> |
190 | 190 | <cdk.kubectl.32.version>2.1.0</cdk.kubectl.32.version> |
191 | 191 | <constructs.version>10.4.3</constructs.version> |
192 | 192 | <jsii.version>1.119.0</jsii.version> |
|
0 commit comments