File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
src/test/java/com/starkandwayne/serviceregistry Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.2.4 </version >
9- <relativePath /> <!-- lookup parent from repository -->
8+ <version >3.3.7 </version >
9+ <relativePath />
1010 </parent >
1111 <groupId >com.starkandwayne</groupId >
1212 <artifactId >service-registry</artifactId >
13- <version >2.0.0 -3.4.0</version >
13+ <version >2.0.1 -3.4.0</version >
1414 <name >service-registry</name >
1515 <description >Service Registry for Stark And Wayne</description >
1616 <properties >
1717 <java .version>17</java .version>
1818 <spring-cloud-services .version>3.4.0</spring-cloud-services .version>
19- <spring-cloud .version>2023.0.1</spring-cloud .version>
19+ <!-- Upgrade Spring Cloud BOM to latest 2023.0.x patch for security/bug fixes -->
20+ <spring-cloud .version>2023.0.4</spring-cloud .version>
2021 </properties >
2122 <dependencies >
2223
Original file line number Diff line number Diff line change 33import org .junit .jupiter .api .Test ;
44import org .springframework .boot .test .context .SpringBootTest ;
55
6-
6+ @ SpringBootTest
77class ServiceRegistryApplicationTests {
8-
9-
10- void contextLoads () {
11- }
12-
8+ @ Test
9+ void contextLoads () {
10+ // Context loads test
11+ }
1312}
You can’t perform that action at this time.
0 commit comments