Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DARIAH-DE CRUD Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DARIAH-DE
DARIAH-DE CRUD Services
Merge requests
!60
fix: decrease jakarta-bind version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: decrease jakarta-bind version
281-update-java-to-v17
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Stefan E. Funk
requested to merge
281-update-java-to-v17
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#281 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
e1425116
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pom.xml
+
1
−
1
Options
@@ -21,7 +21,7 @@
<file.encoding>
UTF-8
</file.encoding>
<fits.version>
1.3.0
</fits.version>
<jackson.version>
2.15.2
</jackson.version>
<jakarta.bind-api.version>
4
.0.
0
</jakarta.bind-api.version>
<jakarta.bind-api.version>
3
.0.
1
</jakarta.bind-api.version>
<jakarta.rs-api.version>
3.1.0
</jakarta.rs-api.version>
<jakarta.ws-api.version>
4.0.0
</jakarta.ws-api.version>
<jakarta.soap-api.version>
3.0.0
</jakarta.soap-api.version>
Loading