diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/genprocessor/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml index dbc5ee8..22e85f5 100644 --- a/mod/genprocessor/pom.xml +++ b/mod/genprocessor/pom.xml @@ -81,12 +81,12 @@ limitations under the License. <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.10.3</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.10.3</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> |