Skip to content

Commit

Permalink
[collector,manager] update mysql:mysql-connector-java 8.0.27 to 8.0.28 (
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmasks authored and tomsun28 committed Oct 15, 2022
1 parent 08e4aa5 commit 77de6b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.27</version>
<version>8.0.28</version>
</dependency>
<!-- postgresql -->
<dependency>
Expand Down
7 changes: 2 additions & 5 deletions manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hertzbeat</artifactId>
<groupId>com.usthe.tancloud</groupId>
Expand All @@ -28,7 +25,7 @@
<packaging>jar</packaging>

<properties>
<mysql.version>8.0.30</mysql.version>
<mysql.version>8.0.28</mysql.version>
<h2.version>2.1.212</h2.version>
<snake.yaml.version>1.32</snake.yaml.version>
</properties>
Expand Down

0 comments on commit 77de6b5

Please sign in to comment.