diff options
Diffstat (limited to 'springboot')
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | springboot/springboot1/pom.xml | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | springboot/springboot2/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 763e32b0..10c4133a 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -131,7 +131,7 @@ <mariadb4j.version>2.4.0</mariadb4j.version> <slf4j.version>1.7.25</slf4j.version> <testng.version>6.14.3</testng.version> - <tomcat-jdbc.version>9.0.27</tomcat-jdbc.version> + <tomcat-jdbc.version>9.0.30</tomcat-jdbc.version> <dependency-list.file>direct-dependencies.txt</dependency-list.file> </properties> diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 9fcddd08..e69cbdf1 100755..100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -131,7 +131,7 @@ <mariadb4j.version>2.4.0</mariadb4j.version> <slf4j.version>1.7.25</slf4j.version> <testng.version>6.14.3</testng.version> - <tomcat-jdbc.version>9.0.27</tomcat-jdbc.version> + <tomcat-jdbc.version>9.0.30</tomcat-jdbc.version> <dependency-list.file>direct-dependencies.txt</dependency-list.file> </properties> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index d51a657d..02b92fe2 100755..100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -131,7 +131,7 @@ <mariadb4j.version>2.4.0</mariadb4j.version> <slf4j.version>1.7.25</slf4j.version> <testng.version>6.14.3</testng.version> - <tomcat-jdbc.version>9.0.27</tomcat-jdbc.version> + <tomcat-jdbc.version>9.0.30</tomcat-jdbc.version> <dependency-list.file>direct-dependencies.txt</dependency-list.file> </properties> |