Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Storage
Commits
d260ca0e
Commit
d260ca0e
authored
1 year ago
by
Yurii Kondakov
Browse files
Options
Downloads
Patches
Plain Diff
update poms to new version of core-common
parent
a919de38
No related branches found
No related tags found
2 merge requests
!744
Upgraded packages to mitigated vulns in netty, guava, snakeyaml
,
!712
Add request timeout for crs conversion service
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
provider/storage-azure/pom.xml
+1
-1
1 addition, 1 deletion
provider/storage-azure/pom.xml
storage-core/pom.xml
+1
-1
1 addition, 1 deletion
storage-core/pom.xml
with
3 additions
and
3 deletions
pom.xml
+
1
−
1
View file @
d260ca0e
...
...
@@ -27,7 +27,7 @@
<maven.compiler.source>
1.8
</maven.compiler.source>
<docker.image.prefix>
opendes
</docker.image.prefix>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<os-core-common.version>
0.2
0
.0-
rc3
</os-core-common.version>
<os-core-common.version>
0.2
2
.0-
SNAPSHOT
</os-core-common.version>
<jackson-databind.version>
2.14.0
</jackson-databind.version>
<jackson.version>
2.14.0
</jackson.version>
<netty.version>
4.1.51.Final
</netty.version>
...
...
This diff is collapsed.
Click to expand it.
provider/storage-azure/pom.xml
+
1
−
1
View file @
d260ca0e
...
...
@@ -155,7 +155,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<version>
0.2
1
.0
</version>
<version>
0.2
2
.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
This diff is collapsed.
Click to expand it.
storage-core/pom.xml
+
1
−
1
View file @
d260ca0e
...
...
@@ -33,7 +33,7 @@
<java.version>
1.8
</java.version>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.source>
1.8
</maven.compiler.source>
<os-core-common.version>
0.2
0
.0-
rc3
</os-core-common.version>
<os-core-common.version>
0.2
2
.0-
SNAPSHOT
</os-core-common.version>
<spring-webmvc.version>
5.3.22
</spring-webmvc.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
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