Skip to content

Commit

Permalink
Upgrade Spring version to 5.3.37
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongbo committed Jun 22, 2024
1 parent 8a38402 commit 2116bcd
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<inceptionYear>2013</inceptionYear>

<properties>
<spring.version>4.3.20.RELEASE</spring.version>
<spring.version>5.3.37</spring.version>
<junit.version>4.13.1</junit.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -457,33 +457,4 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>${jmh.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.4.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>4.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-shaded</artifactId>
<version>2.5.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
<version>${j

0 comments on commit 2116bcd

Please sign in to comment.