Skip to content

Commit

Permalink
feat(Templates): Update dependencies in aws-java-maven (#10289)
Browse files Browse the repository at this point in the history
  • Loading branch information
burakaktasfe committed Nov 29, 2021
1 parent f7bbd17 commit 0714f7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lib/plugins/create/templates/aws-java-maven/pom.xml
Expand Up @@ -32,17 +32,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.10</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.10</version>
<version>2.11.0</version>
</dependency>
</dependencies>

Expand Down
10 changes: 5 additions & 5 deletions lib/plugins/create/templates/aws-kotlin-jvm-maven/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.9.10</version>
<version>2.11.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -56,22 +56,22 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.10</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.10</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>2.9.10</version>
<version>2.11.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0714f7d

Please sign in to comment.