Skip to content

Commit

Permalink
chore: upgrade to spring boot 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed May 20, 2024
1 parent 649a11a commit 7aafe4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
<version>1.4.200</version>
</dependency>
<dependency>
<groupId>org.jeasy</groupId>
Expand Down Expand Up @@ -451,7 +452,6 @@
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>


<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
import org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod;

@SpringBootTest
// @AutoConfigureMockMvc
@ActiveProfiles("testing")
@AutoConfigureTestDatabase(replace = Replace.ANY)
class AppointmentControllerE2EIT {
Expand Down

0 comments on commit 7aafe4f

Please sign in to comment.