Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Notification
Commits
136d884f
Commit
136d884f
authored
2 years ago
by
Ashwani Pandey
Browse files
Options
Downloads
Patches
Plain Diff
upgrade jackson-databind version
parent
0497d7a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!242
upgrade jackson-databind version
Pipeline
#129141
failed
2 years ago
Stage: review
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/notification-ibm/pom.xml
+6
-0
6 additions, 0 deletions
provider/notification-ibm/pom.xml
with
6 additions
and
0 deletions
provider/notification-ibm/pom.xml
+
6
−
0
View file @
136d884f
...
...
@@ -34,6 +34,7 @@
<maven.compiler.source>
${java.version}
</maven.compiler.source>
<undertow-websockets-jsr.version>
2.2.11.Final
</undertow-websockets-jsr.version>
<jackson-dataformat-cbor.version>
2.13.0
</jackson-dataformat-cbor.version>
<jackson-databind.version>
2.13.2.2
</jackson-databind.version>
</properties>
<dependencies>
...
...
@@ -71,6 +72,11 @@
<artifactId>
jackson-dataformat-cbor
</artifactId>
<version>
${jackson-dataformat-cbor.version}
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson-databind.version}
</version>
</dependency>
<dependency>
<groupId>
org.yaml
</groupId>
<artifactId>
snakeyaml
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
Shrikant Garg
@shrikgar
mentioned in commit
7573177b
·
2 years ago
mentioned in commit
7573177b
mentioned in commit 7573177b9b2db3dee0d2679d6875776d0aeb0d2b
Toggle commit list
Shrikant Garg
@shrikgar
mentioned in commit
8a7e01bb
·
2 years ago
mentioned in commit
8a7e01bb
mentioned in commit 8a7e01bb20d5faf2fbac4d525b03f09b4a885e04
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment