Skip to content

Commit

Permalink
release 1.13.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Mar 13, 2024
1 parent 51fb3a1 commit f3aa8ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/junit_test17.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Test with Junit 2022.0
name: Test with Junit 2022.0+

on:
push:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@

<properties>
<!-- Project revision -->
<revision>1.13.0-2023.0.0-SNAPSHOT</revision>
<revision>1.13.1-2023.0.0</revision>

<!-- Spring Framework -->
<spring.framework.version>6.1.3</spring.framework.version>
<spring.framework.version>6.1.4</spring.framework.version>

<!-- Spring Boot -->
<spring.boot.version>3.2.2</spring.boot.version>
<spring.boot.version>3.2.3</spring.boot.version>

<!-- Spring Cloud -->
<spring.cloud.version>2023.0.0</spring.cloud.version>
Expand All @@ -120,7 +120,7 @@
<version>4.1.1</version>
<scope>compile</scope>
</dependency>

<!-- Spring Cloud Tencent Dependencies -->
<dependency>
<groupId>com.tencent.cloud</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-tencent-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</developers>

<properties>
<revision>1.13.0-2023.0.0-SNAPSHOT</revision>
<revision>1.13.1-2023.0.0</revision>

<!-- Dependencies -->
<polaris.version>1.15.0</polaris.version>
Expand Down

0 comments on commit f3aa8ac

Please sign in to comment.