File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
powertools-examples-cloudformation
powertools-examples-kafka
src/test/resources/docker Expand file tree Collapse file tree 6 files changed +7
-7
lines changed 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.35.7 </aws .sdk.version>
17+ <aws .sdk.version>2.35.8 </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 1212 <maven .compiler.target>11</maven .compiler.target>
1313 <aspectj .version>1.9.20.1</aspectj .version>
1414 <avro .version>1.12.0</avro .version>
15- <protobuf .version>4.32.1 </protobuf .version>
15+ <protobuf .version>4.33.0 </protobuf .version>
1616 </properties >
1717
1818 <dependencies >
Original file line number Diff line number Diff line change 8585 <log4j .version>2.25.2</log4j .version>
8686 <slf4j .version>2.0.17</slf4j .version>
8787 <jackson .version>2.20.0</jackson .version>
88- <aws .sdk.version>2.35.7 </aws .sdk.version>
88+ <aws .sdk.version>2.35.8 </aws .sdk.version>
8989 <aws .xray.recorder.version>2.20.0</aws .xray.recorder.version>
9090 <payloadoffloading-common .version>2.2.0</payloadoffloading-common .version>
9191 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
524524 <plugin >
525525 <groupId >org.sonatype.central</groupId >
526526 <artifactId >central-publishing-maven-plugin</artifactId >
527- <version >0.8 .0</version >
527+ <version >0.9 .0</version >
528528 <extensions >true</extensions >
529529 <configuration >
530530 <publishingServerId >central</publishingServerId >
Original file line number Diff line number Diff line change 1919 <maven .shade.version>3.6.0</maven .shade.version>
2020 <aspectj .plugin.version>1.14.1</aspectj .plugin.version>
2121 <maven .compiler.version>3.14.0</maven .compiler.version>
22- <aws .sdk.version>2.35.7 </aws .sdk.version>
22+ <aws .sdk.version>2.35.8 </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 21
2- FROM public.ecr.aws/sam/build-java21@sha256:1d40149444f21a5b20e8f54275f9173265d57522ff8669fa3f8fefbaf24657da
2+ FROM public.ecr.aws/sam/build-java21@sha256:e12c501aa7d3d3dc04be0d900115a0339c73f523ad73a9aecd9e99499413c465
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
Original file line number Diff line number Diff line change 3636 <properties >
3737 <kafka-clients .version>4.1.0</kafka-clients .version>
3838 <avro .version>1.12.0</avro .version>
39- <protobuf .version>4.32.1 </protobuf .version>
39+ <protobuf .version>4.33.0 </protobuf .version>
4040 <lambda-serialization .version>1.1.6</lambda-serialization .version>
4141 </properties >
4242
You can’t perform that action at this time.
0 commit comments