Skip to content

Commit

Permalink
发布 2.6.0 版本,用于支持当前最新 (2.6.0) 版本的 Spring Boot
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Nov 20, 2021
1 parent 9dabf99 commit 7cf7347
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.blinkfox</groupId>
<artifactId>fenix-spring-boot-starter</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
<packaging>jar</packaging>

<name>fenix-spring-boot-starter</name>
Expand All @@ -15,7 +15,7 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

Expand All @@ -35,7 +35,7 @@

<properties>
<java.version>1.8</java.version>
<spring.boot.version>2.4.3</spring.boot.version>
<spring.boot.version>2.6.0</spring.boot.version>
</properties>

<dependencies>
Expand All @@ -54,13 +54,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<version>1.7.32</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.18</version>
<version>1.18.22</version>
<optional>true</optional>
</dependency>

Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.4.28.Final</version>
<version>5.6.1.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7cf7347

Please sign in to comment.