Skip to content

Commit f3aa8ac

Browse files
committed
release 1.13.1.
1 parent 51fb3a1 commit f3aa8ac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/junit_test17.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Test with Junit 2022.0
4+
name: Test with Junit 2022.0+
55

66
on:
77
push:

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@
8989

9090
<properties>
9191
<!-- Project revision -->
92-
<revision>1.13.0-2023.0.0-SNAPSHOT</revision>
92+
<revision>1.13.1-2023.0.0</revision>
9393

9494
<!-- Spring Framework -->
95-
<spring.framework.version>6.1.3</spring.framework.version>
95+
<spring.framework.version>6.1.4</spring.framework.version>
9696

9797
<!-- Spring Boot -->
98-
<spring.boot.version>3.2.2</spring.boot.version>
98+
<spring.boot.version>3.2.3</spring.boot.version>
9999

100100
<!-- Spring Cloud -->
101101
<spring.cloud.version>2023.0.0</spring.cloud.version>
@@ -120,7 +120,7 @@
120120
<version>4.1.1</version>
121121
<scope>compile</scope>
122122
</dependency>
123-
123+
124124
<!-- Spring Cloud Tencent Dependencies -->
125125
<dependency>
126126
<groupId>com.tencent.cloud</groupId>

spring-cloud-tencent-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</developers>
7171

7272
<properties>
73-
<revision>1.13.0-2023.0.0-SNAPSHOT</revision>
73+
<revision>1.13.1-2023.0.0</revision>
7474

7575
<!-- Dependencies -->
7676
<polaris.version>1.15.0</polaris.version>

0 commit comments

Comments
 (0)