Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 1c0dd03

Browse files
Bump spring-boot-starter-parent from 2.3.5.RELEASE to 2.4.0 (#33)
* Bump spring-boot-starter-parent from 2.3.5.RELEASE to 2.4.0 Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.3.5.RELEASE to 2.4.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.3.5.RELEASE...v2.4.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Added missing dep after update to 2.4.0 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: open-schnick <[email protected]>
1 parent 6a51aa7 commit 1c0dd03

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.3.5.RELEASE</version>
8+
<version>2.4.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>de.filefighter</groupId>
@@ -98,6 +98,19 @@
9898
<version>${cucumber.version}</version>
9999
<scope>test</scope>
100100
</dependency>
101+
102+
<!-- Necessary dep. Was removed in 2.4.0 -->
103+
<dependency>
104+
<groupId>org.junit.vintage</groupId>
105+
<artifactId>junit-vintage-engine</artifactId>
106+
<scope>test</scope>
107+
<exclusions>
108+
<exclusion>
109+
<groupId>org.hamcrest</groupId>
110+
<artifactId>hamcrest-core</artifactId>
111+
</exclusion>
112+
</exclusions>
113+
</dependency>
101114
<!-- TESTING -->
102115

103116
</dependencies>

0 commit comments

Comments
 (0)