Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Librador
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Librador
Merge requests
!12
Update/lock versions for security reasons
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Update/lock versions for security reasons
securityFixes
into
development
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Update/lock versions for security reasons
Otto Visser
requested to merge
securityFixes
into
development
May 8, 2020
Overview
0
Commits
1
Pipelines
3
Changes
1
Update/lock versions for security reasons
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
0e2dcccb
1 commit,
May 8, 2020
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
build.gradle.kts
+
2
−
1
View file @ 0e2dcccb
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,7 +9,7 @@ version = "1.0.1"
val
javaVersion
=
JavaVersion
.
VERSION_11
val
springBootVersion
=
"2.1.
7
.RELEASE"
val
springBootVersion
=
"2.1.
11
.RELEASE"
val
hibernateVersion
=
"5.4.8.Final"
val
springDocVersion
=
"1.2.32"
val
jacksonVersion
=
"2.10.3"
@@ -209,6 +209,7 @@ dependencies {
// Jackson
implementation
(
"com.fasterxml.jackson.core"
,
"jackson-core"
,
jacksonVersion
)
implementation
(
"com.fasterxml.jackson.core"
,
"jackson-databind"
,
jacksonVersion
)
// Guava
implementation
(
"com.google.guava"
,
"guava"
,
guavaVersion
)
Loading