Skip to content

Commit f56b849

Browse files
committed
upgrade jackson-annotations and spock
1 parent d327768 commit f56b849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>com.fasterxml.jackson.core</groupId>
131131
<artifactId>jackson-annotations</artifactId>
132-
<version>2.12.0</version>
132+
<version>2.13.0</version>
133133
<scope>${osgi.scope}</scope>
134134
</dependency>
135135
<!-- https://mvnrepository.com/artifact/javax.validation/validation-api -->
@@ -143,7 +143,7 @@
143143
<dependency>
144144
<groupId>org.spockframework</groupId>
145145
<artifactId>spock-core</artifactId>
146-
<version>1.3-groovy-2.5</version>
146+
<version>2.0-groovy-2.5</version>
147147
<scope>test</scope>
148148
</dependency>
149149
</dependencies>

0 commit comments

Comments
 (0)