File tree 2 files changed +3
-3
lines changed
example/HelloWorldFunction
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
}
5
5
6
6
repositories {
7
- jcenter ()
7
+ mavenCentral ()
8
8
}
9
9
10
10
dependencies {
@@ -26,7 +26,7 @@ dependencies {
26
26
implementation ' software.amazon.lambda:powertools-validation:1.5.0'
27
27
aspectpath ' software.amazon.lambda:powertools-validation:1.5.0'
28
28
29
- implementation ' com.amazonaws:aws-lambda-java-core:1.5.0 '
29
+ implementation ' com.amazonaws:aws-lambda-java-core:1.2.1 '
30
30
implementation ' com.amazonaws:aws-lambda-java-events:3.1.0'
31
31
32
32
implementation ' org.apache.logging.log4j:log4j-api:2.13.3'
Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >com.amazonaws</groupId >
48
48
<artifactId >aws-lambda-java-core</artifactId >
49
- <version >1.5.0 </version >
49
+ <version >1.2.1 </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >com.amazonaws</groupId >
You can’t perform that action at this time.
0 commit comments