File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
demo/demo-gradle-junit-platform-jupiter-boot32 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ Add maven dependency (available in maven central):
75
75
<dependency >
76
76
<groupId >com.github.seregamorph</groupId >
77
77
<artifactId >spring-test-smart-context</artifactId >
78
- <version >0.12 </version >
78
+ <version >0.13 </version >
79
79
<scope >test</scope >
80
80
</dependency >
81
81
```
82
82
Or Gradle dependency:
83
83
``` groovy
84
- testImplementation("com.github.seregamorph:spring-test-smart-context:0.12 ")
84
+ testImplementation("com.github.seregamorph:spring-test-smart-context:0.13 ")
85
85
```
86
86
Also it's recommended to configure ` "INFO" ` level for ` com.github.seregamorph.testsmartcontext ` logger.
87
87
It's recommended to check [ Demo projects] ( demo ) .
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
15
15
mavenCentral()
16
16
}
17
17
18
- def stscVersion = " 0.13 -SNAPSHOT"
18
+ def stscVersion = " 0.14 -SNAPSHOT"
19
19
dependencies {
20
20
implementation " org.springframework.boot:spring-boot-starter"
21
21
implementation " org.springframework.boot:spring-boot-starter-web"
You can’t perform that action at this time.
0 commit comments