Skip to content

Commit

Permalink
Merge pull request #110 from Huoxi-any/master
Browse files Browse the repository at this point in the history
fix(sec): upgrade mysql-connector-java to 8.0.28
  • Loading branch information
catchex authored Sep 10, 2023
2 parents 2608631 + 6a05cc1 commit d087df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.19</version>
<version>8.0.28</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/springboot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>springboot-sample</artifactId>
<version>1.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEhttps://github.com/ren-jq101/ObjectiveSql.gitncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<core.version>1.4.6</core.version>
<springboot.version>1.3.4</springboot.version>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.19</version>
<version>8.0.28</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit d087df9

Please sign in to comment.