File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/test/java/io/spring/calendar/release Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 implementation(' org.webjars:fullcalendar:5.11.3' )
2929 implementation(' org.webjars:webjars-locator-core' )
3030
31- runtimeOnly(platform(' com.azure.spring:spring-cloud-azure-dependencies:5.20 .0' ))
31+ runtimeOnly(platform(' com.azure.spring:spring-cloud-azure-dependencies:5.23 .0' ))
3232 runtimeOnly(' com.azure.spring:spring-cloud-azure-starter-keyvault-secrets' ) {
3333 exclude(group : ' jakarta.validation' , module : ' jakarta.validation-api' )
3434 }
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
3- id ' org.springframework.boot' version ' 3.4.3 '
3+ id ' org.springframework.boot' version ' 3.5.5 '
44 id ' io.spring.javaformat' version " $javaFormatVersion "
55 }
66 repositories {
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2024 the original author or authors.
2+ * Copyright 2024-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2727
2828import org .springframework .beans .factory .annotation .Autowired ;
2929import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
30- import org .springframework .boot .test .mock .mockito .MockBean ;
3130import org .springframework .http .HttpHeaders ;
31+ import org .springframework .test .context .bean .override .mockito .MockitoBean ;
3232import org .springframework .test .web .servlet .MockMvc ;
3333import org .springframework .test .web .servlet .request .MockMvcRequestBuilders ;
3434import org .springframework .test .web .servlet .result .MockMvcResultMatchers ;
@@ -46,7 +46,7 @@ class ReleaseEventsControllerTests {
4646 @ Autowired
4747 private MockMvc mvc ;
4848
49- @ MockBean
49+ @ MockitoBean
5050 private ReleaseRepository releases ;
5151
5252 @ Test
You can’t perform that action at this time.
0 commit comments