Skip to content

Commit a692ba6

Browse files
authored
Merge pull request #4 from manuelprinz/fix-dependencies
Fix dependencies
2 parents 670b0fe + 5be8147 commit a692ba6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
<dependency>
5050
<groupId>org.springframework</groupId>
5151
<artifactId>spring-web</artifactId>
52-
<version>6.0.6</version>
5352
</dependency>
5453
<dependency>
5554
<groupId>org.postgresql</groupId>
@@ -69,12 +68,11 @@
6968
<dependency>
7069
<groupId>com.fasterxml.jackson.dataformat</groupId>
7170
<artifactId>jackson-dataformat-yaml</artifactId>
72-
<version>2.13.3</version>
71+
<version>${jackson-bom.version}</version>
7372
</dependency>
7473
<dependency>
7574
<groupId>org.springframework</groupId>
7675
<artifactId>spring-webmvc</artifactId>
77-
<version>6.0.6</version>
7876
</dependency>
7977
<dependency>
8078
<groupId>net.jcip</groupId>

0 commit comments

Comments
 (0)