File tree Expand file tree Collapse file tree
example/HelloWorldFunction Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44}
55
66repositories {
7- jcenter ()
7+ mavenCentral ()
88}
99
1010dependencies {
@@ -26,7 +26,7 @@ dependencies {
2626 implementation ' software.amazon.lambda:powertools-validation:1.5.0'
2727 aspectpath ' software.amazon.lambda:powertools-validation:1.5.0'
2828
29- implementation ' com.amazonaws:aws-lambda-java-core:1.5.0 '
29+ implementation ' com.amazonaws:aws-lambda-java-core:1.2.1 '
3030 implementation ' com.amazonaws:aws-lambda-java-events:3.1.0'
3131
3232 implementation ' org.apache.logging.log4j:log4j-api:2.13.3'
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >com.amazonaws</groupId >
4848 <artifactId >aws-lambda-java-core</artifactId >
49- <version >1.5.0 </version >
49+ <version >1.2.1 </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >com.amazonaws</groupId >
You can’t perform that action at this time.
0 commit comments