File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
examples/powertools-examples-cloudformation
src/test/resources/docker Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5252 path : results.sarif
5353 retention-days : 5
5454 - name : Upload to Code-Scanning
55- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
55+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
5656 with :
5757 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM squidfunk/mkdocs-material@sha256:405aeb6dbf1fcddd1082993eacf288a46648ea56b846323f001aee619015a23b
1+ FROM squidfunk/mkdocs-material@sha256:1a4e939cfd62b90943b6a829eb8544933e4e94eab18b8ca1d0f912fa9a532c37
22
33COPY requirements.txt /tmp/
44RUN pip install --require-hashes -r /tmp/requirements.txt
Original file line number Diff line number Diff line change 1414 <maven .compiler.target>11</maven .compiler.target>
1515 <lambda .core.version>1.3.0</lambda .core.version>
1616 <lambda .events.version>3.16.1</lambda .events.version>
17- <aws .sdk.version>2.32.27 </aws .sdk.version>
17+ <aws .sdk.version>2.32.28 </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 8585 <log4j .version>2.25.1</log4j .version>
8686 <slf4j .version>2.0.17</slf4j .version>
8787 <jackson .version>2.19.2</jackson .version>
88- <aws .sdk.version>2.32.27 </aws .sdk.version>
88+ <aws .sdk.version>2.32.28 </aws .sdk.version>
8989 <aws .xray.recorder.version>2.19.0</aws .xray.recorder.version>
9090 <payloadoffloading-common .version>2.2.0</payloadoffloading-common .version>
9191 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 2020 <dependency >
2121 <groupId >org.apache.logging.log4j</groupId >
2222 <artifactId >log4j-layout-template-json</artifactId >
23- <version >2.20.0 </version >
23+ <version >2.25.1 </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >org.aspectj</groupId >
Original file line number Diff line number Diff line change 1717 <lambda .java.core>1.3.0</lambda .java.core>
1818 <lambda .java.serialization>1.1.6</lambda .java.serialization>
1919 <lambda .java.events>3.16.1</lambda .java.events>
20- <maven .shade.version>3.5 .0</maven .shade.version>
20+ <maven .shade.version>3.6 .0</maven .shade.version>
2121 <aspectj .plugin.version>1.13.1</aspectj .plugin.version>
2222 <maven .compiler.version>3.11.0</maven .compiler.version>
23- <aws .sdk.version>2.32.2 </aws .sdk.version>
23+ <aws .sdk.version>2.32.28 </aws .sdk.version>
2424 <aspectj .version>1.9.20.1</aspectj .version>
2525 </properties >
2626
114114 <dependency >
115115 <groupId >com.amazonaws</groupId >
116116 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
117- <version >2.8.2 </version >
117+ <version >2.8.3 </version >
118118 </dependency >
119119 </dependencies >
120120 </dependencyManagement >
193193 <plugin >
194194 <groupId >org.graalvm.buildtools</groupId >
195195 <artifactId >native-maven-plugin</artifactId >
196- <version >0.10.6 </version >
196+ <version >0.11.0 </version >
197197 <extensions >true</extensions >
198198 <executions >
199199 <execution >
Original file line number Diff line number Diff line change 11# Use the official AWS SAM base image for Java 21
2- FROM public.ecr.aws/sam/build-java21@sha256:44e9166767b12df862da6f76b4622f89e3b97a31bab73bfbb3b1df13515bfd23
2+ FROM public.ecr.aws/sam/build-java21@sha256:6ad16645a48cbc9aa6ab9b707350d1976804f410bb47dd0f87bf106cd69ff36a
33
44# Install GraalVM dependencies
55RUN curl -4 -L https://download.oracle.com/graalvm/21/latest/graalvm-jdk-21_linux-x64_bin.tar.gz | tar -xvz
You can’t perform that action at this time.
0 commit comments