Skip to content

Commit

Permalink
Release v2.3.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed Jun 26, 2024
1 parent 91f15f5 commit 9b46245
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.yajuhua</groupId>
<artifactId>podcast2</artifactId>
<version>v2.2.0</version>
<version>v2.3.0-beta1</version>
<name>podcast2</name>
<description>podcast2</description>
<properties>
Expand All @@ -15,7 +15,7 @@
<mybatis.spring>2.2.0</mybatis.spring>
<gson.version>2.8.9</gson.version>
<sqlite.version>3.42.0.0</sqlite.version>
<podcast2API.version>2.1.8</podcast2API.version>
<podcast2API.version>2.1.10</podcast2API.version>
<jjwt.version>0.9.1</jjwt.version>
<knife4j.version>2.0.2</knife4j.version>
<!--maven.build.timestamp保存了maven编译时间戳-->
Expand All @@ -34,6 +34,7 @@
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>


<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down Expand Up @@ -108,6 +109,25 @@
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.3</version>
</dependency>
<dependency>
<groupId>com.mixpanel</groupId>
<artifactId>mixpanel-java</artifactId>
<version>1.5.2</version>
</dependency>

</dependencies>
<dependencyManagement>
Expand Down

0 comments on commit 9b46245

Please sign in to comment.