Merge branch '50-optimize-dependecies-and-versions' into '22-integrate-api-and-frontend'
Resolve "optimize dependecies and versions" See merge request padas/24ss-5430-web-and-data-eng/gruppe-3/datadash!49
This commit is contained in:
commit
6dbe795456
9
pom.xml
9
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user