File tree Expand file tree Collapse file tree 4 files changed +333
-406
lines changed
aws-java-simple-http-endpoint
aws-node-graphql-api-with-dynamodb Expand file tree Collapse file tree 4 files changed +333
-406
lines changed Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<version >dev</version >
8
8
<name >aws-java-simple-http-endpoint</name >
9
-
9
+
10
10
<properties >
11
11
<maven .compiler.source>1.8</maven .compiler.source>
12
12
<maven .compiler.target>1.8</maven .compiler.target>
27
27
<dependency >
28
28
<groupId >com.fasterxml.jackson.core</groupId >
29
29
<artifactId >jackson-core</artifactId >
30
- <version >2.8.5 </version >
30
+ <version >2.9.8 </version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >com.fasterxml.jackson.core</groupId >
34
34
<artifactId >jackson-databind</artifactId >
35
- <version >2.8.5 </version >
35
+ <version >2.9.8 </version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >com.fasterxml.jackson.core</groupId >
39
39
<artifactId >jackson-annotations</artifactId >
40
- <version >2.8.5 </version >
40
+ <version >2.9.8 </version >
41
41
</dependency >
42
42
</dependencies >
43
43
You can’t perform that action at this time.
0 commit comments