chore: Update Spring Boot version to 3.3.1 in pom.xml & remove unused dependency

This commit is contained in:
Erik Foris 2024-07-06 20:41:31 +02:00
parent deaf200837
commit b2aabecce1

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>de.uni-passau.fim.PADAS.group3</groupId>
@ -57,13 +57,6 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>