Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Wecube Platform2
Commits
8fe7f8d8
Commit
8fe7f8d8
authored
5 years ago
by
haixinhuang
Browse files
Options
Download
Email Patches
Plain Diff
#405 Upgrade com.fasterxml.jackson.core:jackson-databind to 2.9.10
parent
98230758
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
.gitignore
wecube-core/pom.xml
+2
-2
wecube-core/pom.xml
with
3 additions
and
2 deletions
+3
-2
.gitignore
+
1
-
0
View file @
8fe7f8d8
...
...
@@ -6,6 +6,7 @@
*.log.*.gz
*/package-lock.json
*/node/
bin/
# Ignore the generated front-end resource
**/resources/static/
...
...
This diff is collapsed.
Click to expand it.
wecube-core/pom.xml
+
2
-
2
View file @
8fe7f8d8
...
...
@@ -102,12 +102,12 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
2.9.
9.2
</version>
<version>
2.9.
10
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<artifactId>
jackson-datatype-hibernate5
</artifactId>
<version>
2.
9.9
</version>
<version>
2.
10.0
</version>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment