mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: upgrade powerjob-server's version
This commit is contained in:
parent
0541216944
commit
3bcfbd8e9f
@ -30,17 +30,17 @@
|
||||
<springboot.version>2.7.4</springboot.version>
|
||||
<powerjob.common.version>4.2.0</powerjob.common.version>
|
||||
<!-- MySQL version that corresponds to spring-boot-dependencies version. -->
|
||||
<mysql.version>8.0.28</mysql.version>
|
||||
<mysql.version>8.0.30</mysql.version>
|
||||
<ojdbc.version>19.7.0.0</ojdbc.version>
|
||||
<mssql-jdbc.version>7.4.1.jre8</mssql-jdbc.version>
|
||||
<db2-jdbc.version>11.5.0.0</db2-jdbc.version>
|
||||
<postgresql.version>42.2.14</postgresql.version>
|
||||
<h2.db.version>1.4.200</h2.db.version>
|
||||
|
||||
<zip4j.version>2.5.2</zip4j.version>
|
||||
<zip4j.version>2.11.2</zip4j.version>
|
||||
<jgit.version>5.7.0.202003110725-r</jgit.version>
|
||||
<mvn.invoker.version>3.0.1</mvn.invoker.version>
|
||||
<commons.net.version>3.6</commons.net.version>
|
||||
<commons.net.version>3.8.0</commons.net.version>
|
||||
<fastjson.version>1.2.83</fastjson.version>
|
||||
<dingding.version>1.0.1</dingding.version>
|
||||
<vertx-web.version>4.0.2</vertx-web.version>
|
||||
@ -48,6 +48,8 @@
|
||||
<!-- skip this module when deploying. -->
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
|
||||
<groovy.version>3.0.10</groovy.version>
|
||||
<cron-utils.version>9.1.6</cron-utils.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@ -257,7 +259,7 @@
|
||||
<dependency>
|
||||
<groupId>com.cronutils</groupId>
|
||||
<artifactId>cron-utils</artifactId>
|
||||
<version>9.1.6</version>
|
||||
<version>${cron-utils.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- swagger2 -->
|
||||
@ -277,13 +279,13 @@
|
||||
<dependency>
|
||||
<groupId>org.codehaus.groovy</groupId>
|
||||
<artifactId>groovy-jsr223</artifactId>
|
||||
<version>3.0.10</version>
|
||||
<version>${groovy.version}</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-json -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.groovy</groupId>
|
||||
<artifactId>groovy-json</artifactId>
|
||||
<version>3.0.10</version>
|
||||
<version>${groovy.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
Loading…
x
Reference in New Issue
Block a user