File tree Expand file tree Collapse file tree
examples/powertools-examples-cloudformation
src/test/resources/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,9 +246,9 @@ smmap==5.0.2 \
246246 --hash =sha256:26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5 \
247247 --hash =sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e
248248 # via gitdb
249- soupsieve == 2.6 \
250- --hash =sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb \
251- --hash =sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9
249+ soupsieve == 2.8.4 \
250+ --hash =sha256:e121fd02e975c695e4e9e8774a5ee35d74714b59307868dcc5319ad2d9e3328e \
251+ --hash =sha256:e7e6b0769c8f51ed59acab6e994b00621096cfb1c640a7509295987388fbaf65
252252 # via beautifulsoup4
253253super-collections == 0.5.3 \
254254 --hash =sha256:907d35b25dc4070910e8254bf2f5c928348af1cf8a1f1e8259e06c666e902cff \
Original file line number Diff line number Diff line change 1414 <maven .compiler.target>11</maven .compiler.target>
1515 <lambda .core.version>1.4.0</lambda .core.version>
1616 <lambda .events.version>3.16.1</lambda .events.version>
17- <aws .sdk.version>2.47.3 </aws .sdk.version>
17+ <aws .sdk.version>2.47.4 </aws .sdk.version>
1818 <aspectj .version>1.9.20.1</aspectj .version>
1919
2020 </properties >
Original file line number Diff line number Diff line change 8686 <log4j .version>2.26.0</log4j .version>
8787 <slf4j .version>2.0.17</slf4j .version>
8888 <jackson .version>2.22.1</jackson .version>
89- <aws .sdk.version>2.47.3 </aws .sdk.version>
89+ <aws .sdk.version>2.47.4 </aws .sdk.version>
9090 <aws .xray.recorder.version>2.21.0</aws .xray.recorder.version>
9191 <payloadoffloading-common .version>2.2.0</payloadoffloading-common .version>
9292 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 1919 <maven .shade.version>3.6.2</maven .shade.version>
2020 <aspectj .plugin.version>1.14.1</aspectj .plugin.version>
2121 <maven .compiler.version>3.15.0</maven .compiler.version>
22- <aws .sdk.version>2.47.3 </aws .sdk.version>
22+ <aws .sdk.version>2.47.4 </aws .sdk.version>
2323 <aspectj .version>1.9.20.1</aspectj .version>
2424 <maven .deploy.skip>true</maven .deploy.skip>
2525 </properties >
Original file line number Diff line number Diff line change 11# Use the official AWS SAM base image for Java 25
2- FROM public.ecr.aws/sam/build-java25@sha256:4dd22be66845756dde5dc9b272b445c64162d5f8426217b4413e770218bc3bd8
2+ FROM public.ecr.aws/sam/build-java25@sha256:41707b746816f8abfa0180625f9f974ddb471a62fc997ffc34ac72f6f52ced99
33
44# Install GraalVM dependencies
55RUN curl -4 -L https://download.oracle.com/graalvm/25/latest/graalvm-jdk-25_linux-x64_bin.tar.gz | tar -xvz
You can’t perform that action at this time.
0 commit comments