File tree 3 files changed +4
-4
lines changed
src/test/java/io/cloudevents/spring
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
33
33
<properties >
34
34
<module-name >io.cloudevents.spring</module-name >
35
- <spring-boot .version>2.4.3 </spring-boot .version>
35
+ <spring-boot .version>3.1.8 </spring-boot .version>
36
36
</properties >
37
37
38
38
<dependencyManagement >
Original file line number Diff line number Diff line change 29
29
import org .springframework .boot .test .context .SpringBootTest ;
30
30
import org .springframework .boot .test .context .SpringBootTest .WebEnvironment ;
31
31
import org .springframework .boot .test .web .client .TestRestTemplate ;
32
- import org .springframework .boot .web .server .LocalServerPort ;
32
+ import org .springframework .boot .test . web .server .LocalServerPort ;
33
33
import org .springframework .context .annotation .Configuration ;
34
34
import org .springframework .http .HttpHeaders ;
35
35
import org .springframework .http .HttpStatus ;
Original file line number Diff line number Diff line change 30
30
import org .springframework .boot .test .context .SpringBootTest .WebEnvironment ;
31
31
import org .springframework .boot .test .web .client .TestRestTemplate ;
32
32
import org .springframework .boot .web .codec .CodecCustomizer ;
33
- import org .springframework .boot .web .server .LocalServerPort ;
33
+ import org .springframework .boot .test . web .server .LocalServerPort ;
34
34
import org .springframework .context .annotation .Configuration ;
35
35
import org .springframework .http .HttpHeaders ;
36
36
import org .springframework .http .HttpStatus ;
@@ -198,4 +198,4 @@ public String toString() {
198
198
return "Foo [value=" + this .value + "]" ;
199
199
}
200
200
201
- }
201
+ }
You can’t perform that action at this time.
0 commit comments