File tree 3 files changed +6
-6
lines changed
spring-cloud-tencent-dependencies
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will build a Java project with Maven
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
3
4
- name : Test with Junit 2022.0
4
+ name : Test with Junit 2022.0+
5
5
6
6
on :
7
7
push :
Original file line number Diff line number Diff line change 89
89
90
90
<properties >
91
91
<!-- Project revision -->
92
- <revision >1.13.0 -2023.0.0-SNAPSHOT </revision >
92
+ <revision >1.13.1 -2023.0.0</revision >
93
93
94
94
<!-- Spring Framework -->
95
- <spring .framework.version>6.1.3 </spring .framework.version>
95
+ <spring .framework.version>6.1.4 </spring .framework.version>
96
96
97
97
<!-- Spring Boot -->
98
- <spring .boot.version>3.2.2 </spring .boot.version>
98
+ <spring .boot.version>3.2.3 </spring .boot.version>
99
99
100
100
<!-- Spring Cloud -->
101
101
<spring .cloud.version>2023.0.0</spring .cloud.version>
120
120
<version >4.1.1</version >
121
121
<scope >compile</scope >
122
122
</dependency >
123
-
123
+
124
124
<!-- Spring Cloud Tencent Dependencies -->
125
125
<dependency >
126
126
<groupId >com.tencent.cloud</groupId >
Original file line number Diff line number Diff line change 70
70
</developers >
71
71
72
72
<properties >
73
- <revision >1.13.0 -2023.0.0-SNAPSHOT </revision >
73
+ <revision >1.13.1 -2023.0.0</revision >
74
74
75
75
<!-- Dependencies -->
76
76
<polaris .version>1.15.0</polaris .version>
You can’t perform that action at this time.
0 commit comments