Skip to content

Commit

Permalink
Upload jackson Version to 2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zccodere committed Oct 18, 2018
1 parent 0404fe0 commit 95c13a7
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 36 deletions.
2 changes: 1 addition & 1 deletion 02-spring/02-spring-tx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.3</version>
<version>2.9.7</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 03-spring-mvc/03-spring-mvc-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.3</version>
<version>2.9.7</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 04-spring-mvc/04-spring-mvc-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.3</version>
<version>2.9.7</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion 06-spring-mvc/06-spring-mvc-bind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.3</version>
<version>2.9.7</version>
</dependency>
</dependencies>

Expand Down
12 changes: 2 additions & 10 deletions 30-ssh/30-ssh-employee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>war</packaging>

<properties>
<struts2.version>2.5.12</struts2.version>
<struts2.version>2.5.18</struts2.version>
<spring.version>4.3.9.RELEASE</spring.version>
<aspectj.version>1.8.10</aspectj.version>
<aopalliance.version>1.0</aopalliance.version>
Expand Down Expand Up @@ -156,19 +156,11 @@
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.0</version>
<version>2.9.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand Down
12 changes: 2 additions & 10 deletions 30-ssh/30-ssh-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>war</packaging>

<properties>
<struts2.version>2.5.12</struts2.version>
<struts2.version>2.5.18</struts2.version>
<spring.version>4.3.9.RELEASE</spring.version>
<aspectj.version>1.8.10</aspectj.version>
<aopalliance.version>1.0</aopalliance.version>
Expand Down Expand Up @@ -156,19 +156,11 @@
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.0</version>
<version>2.9.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions 31-spring/31-spring-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.0</version>
<version>2.9.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion 32-spring/32-spring-seckill/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.8</version>
<version>2.9.7</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion teach-source-code/01-teach-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>0.0.1-SNAPSHOT</version>
<properties>
<java.version>1.8</java.version>
<org.spring.version>4.2.5.RELEASE</org.spring.version>
<org.spring.version>4.3.20.RELEASE</org.spring.version>
</properties>

<!-- 配置依赖信息 -->
Expand Down
2 changes: 1 addition & 1 deletion teach-source-code/02-teach-springtransactions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.3</version>
<version>2.9.7</version>
</dependency>

<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
Expand Down
2 changes: 1 addition & 1 deletion teach-source-code/03-teach-springmvcstudy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<commons-lang.version>2.6</commons-lang.version>
<slf4j.version>1.7.6</slf4j.version>
<spring.version>4.1.3.RELEASE</spring.version>
<jackson.version>2.5.4</jackson.version>
<jackson.version>2.9.7</jackson.version>
</properties>


Expand Down
2 changes: 1 addition & 1 deletion teach-source-code/18-teach-quartz/springquartz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>4.3.6.RELEASE</spring.version>
<spring.version>4.3.20.RELEASE</spring.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 95c13a7

Please sign in to comment.