Skip to content

Commit 18811b5

Browse files
chore(deps): update jackson monorepo
1 parent 4ea6bde commit 18811b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

io.cucumber.eclipse.targetdefinition/cucumber.eclipse.targetdefinition.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,31 +115,31 @@ Export-Package: *;version="${version}";-noimport:=true
115115
<dependency>
116116
<groupId>com.fasterxml.jackson.core</groupId>
117117
<artifactId>jackson-annotations</artifactId>
118-
<version>2.20</version>
118+
<version>2.21</version>
119119
<type>jar</type>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.fasterxml.jackson.core</groupId>
123123
<artifactId>jackson-core</artifactId>
124-
<version>2.20.1</version>
124+
<version>2.21.1</version>
125125
<type>jar</type>
126126
</dependency>
127127
<dependency>
128128
<groupId>com.fasterxml.jackson.core</groupId>
129129
<artifactId>jackson-databind</artifactId>
130-
<version>2.20.1</version>
130+
<version>2.21.1</version>
131131
<type>jar</type>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.fasterxml.jackson.datatype</groupId>
135135
<artifactId>jackson-datatype-jdk8</artifactId>
136-
<version>2.20.1</version>
136+
<version>2.21.1</version>
137137
<type>jar</type>
138138
</dependency>
139139
<dependency>
140140
<groupId>com.fasterxml.jackson.module</groupId>
141141
<artifactId>jackson-module-parameter-names</artifactId>
142-
<version>2.20.1</version>
142+
<version>2.21.1</version>
143143
<type>jar</type>
144144
</dependency>
145145
</dependencies>

0 commit comments

Comments
 (0)