Skip to content

Commit 829dd4d

Browse files
committed
Upgrade to 2.20.0-rc1-SNAPSHOT
1 parent becdce0 commit 829dd4d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.20.0-SNAPSHOT</version>
12+
<version>2.20.0-rc1-SNAPSHOT</version>
1313
</parent>
1414

1515
<groupId>com.fasterxml.jackson.core</groupId>
1616
<artifactId>jackson-databind</artifactId>
17-
<version>2.20.0-SNAPSHOT</version>
17+
<version>2.20.0-rc1-SNAPSHOT</version>
1818
<name>jackson-databind</name>
1919
<packaging>jar</packaging>
2020
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -167,13 +167,12 @@
167167
<dependency>
168168
<groupId>org.junit.platform</groupId>
169169
<artifactId>junit-platform-suite-engine</artifactId>
170-
<version>1.10.2</version>
171170
<scope>test</scope>
172171
</dependency>
173172
<dependency>
174173
<groupId>io.micronaut.test</groupId>
175174
<artifactId>micronaut-test-type-pollution</artifactId>
176-
<version>4.6.2</version>
175+
<version>4.8.1</version>
177176
<scope>test</scope>
178177
</dependency>
179178
</dependencies>

0 commit comments

Comments
 (0)