Skip to content
Snippets Groups Projects
Commit a593037b authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#769 - update spring-boot to v3.4.4

parent b9a40b2e
Branches
Tags
No related merge requests found
......@@ -44,11 +44,11 @@ import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.mock.mockito.SpyBean;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.DynamicPropertyRegistry;
import org.springframework.test.context.DynamicPropertySource;
import org.springframework.test.context.bean.override.mockito.MockitoSpyBean;
import org.springframework.transaction.annotation.Transactional;
import org.testcontainers.containers.PostgreSQLContainer;
import org.testcontainers.junit.jupiter.Container;
......@@ -112,15 +112,15 @@ class ImportServiceTest
private TagRepository tagRepository;
@Autowired
@SpyBean
@MockitoSpyBean
private TemplateGroupRepository templateGroupRepository;
@Autowired
@SpyBean
@MockitoSpyBean
private TemplateRepository templateRepository;
@Autowired
@SpyBean
@MockitoSpyBean
private ChartService chartService;
@Autowired
......
......@@ -40,7 +40,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.4</version>
</parent>
<properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment