We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d327768 commit f56b849Copy full SHA for f56b849
pom.xml
@@ -129,7 +129,7 @@
129
<dependency>
130
<groupId>com.fasterxml.jackson.core</groupId>
131
<artifactId>jackson-annotations</artifactId>
132
- <version>2.12.0</version>
+ <version>2.13.0</version>
133
<scope>${osgi.scope}</scope>
134
</dependency>
135
<!-- https://mvnrepository.com/artifact/javax.validation/validation-api -->
@@ -143,7 +143,7 @@
143
144
<groupId>org.spockframework</groupId>
145
<artifactId>spock-core</artifactId>
146
- <version>1.3-groovy-2.5</version>
+ <version>2.0-groovy-2.5</version>
147
<scope>test</scope>
148
149
</dependencies>
0 commit comments