Skip to content

Commit 0225dee

Browse files
authored
Merge branch 'master' into dev/create-shared-aws-api-gateway-for-node
2 parents 2c2ee34 + 8ad1857 commit 0225dee

File tree

4 files changed

+333
-406
lines changed

4 files changed

+333
-406
lines changed

aws-java-simple-http-endpoint/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packaging>jar</packaging>
77
<version>dev</version>
88
<name>aws-java-simple-http-endpoint</name>
9-
9+
1010
<properties>
1111
<maven.compiler.source>1.8</maven.compiler.source>
1212
<maven.compiler.target>1.8</maven.compiler.target>
@@ -27,17 +27,17 @@
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>
2929
<artifactId>jackson-core</artifactId>
30-
<version>2.8.5</version>
30+
<version>2.9.8</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-databind</artifactId>
35-
<version>2.8.5</version>
35+
<version>2.9.8</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.fasterxml.jackson.core</groupId>
3939
<artifactId>jackson-annotations</artifactId>
40-
<version>2.8.5</version>
40+
<version>2.9.8</version>
4141
</dependency>
4242
</dependencies>
4343

0 commit comments

Comments
 (0)