Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 83d74a7

Browse files
committed
Refactory code
1 parent 4353b4b commit 83d74a7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
</dependency>
5151
<!-- MySQL/Sphinx http://sphinxsearch.com/forum/view.html?id=16178 must be version 5.1.35 -->
5252
<dependency>
53-
<groupId>mysql</groupId>
54-
<artifactId>mysql-connector-java</artifactId>
55-
<version>8.0.33</version>
53+
<groupId>com.mysql</groupId>
54+
<artifactId>mysql-connector-j</artifactId>
55+
<version>9.2.0</version>
5656
</dependency>
5757
<!-- Connection pool -->
5858
<dependency>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.quartz-scheduler</groupId>
9595
<artifactId>quartz-jobs</artifactId>
96-
<version>2.2.3</version>
96+
<version>2.4.0-rc2</version>
9797
</dependency>
9898
<!-- Git Core Library -->
9999
<dependency>

0 commit comments

Comments
 (0)