We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 670b0fe + 5be8147 commit a692ba6Copy full SHA for a692ba6
pom.xml
@@ -49,7 +49,6 @@
49
<dependency>
50
<groupId>org.springframework</groupId>
51
<artifactId>spring-web</artifactId>
52
- <version>6.0.6</version>
53
</dependency>
54
55
<groupId>org.postgresql</groupId>
@@ -69,12 +68,11 @@
69
68
70
<groupId>com.fasterxml.jackson.dataformat</groupId>
71
<artifactId>jackson-dataformat-yaml</artifactId>
72
- <version>2.13.3</version>
+ <version>${jackson-bom.version}</version>
73
74
75
76
<artifactId>spring-webmvc</artifactId>
77
78
79
80
<groupId>net.jcip</groupId>
0 commit comments