Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi committed Feb 28, 2022
1 parent fd3bae1 commit 1a9fe74
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions spring-boot/107-jooq-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>2.1.210</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -120,4 +120,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions spring-boot/108-jooq-curd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>2.1.210</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -139,4 +139,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions spring-boot/207-web-response/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.7</version>
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions spring-boot/208-web-mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.7</version>
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions spring-boot/209-web-error/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.7</version>
</dependency>
</dependencies>


</project>
</project>
4 changes: 2 additions & 2 deletions spring/200-mvc-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>war</packaging>

<properties>
<spring.version>5.1.5.RELEASE</spring.version>
<spring.version>5.1.14.RELEASE</spring.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -71,4 +71,4 @@
</plugins>
</build>

</project>
</project>
8 changes: 8 additions & 0 deletions spring/500-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,20 @@
<version>6.8.8</version>
<scope>compile</scope>
</dependency>
<<<<<<< Updated upstream

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.1-jre</version>
<scope>compile</scope>
=======
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
>>>>>>> Stashed changes
</dependency>
</dependencies>
</project>

0 comments on commit 1a9fe74

Please sign in to comment.