Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Lib
cloud
azure
OS Core Lib Azure
Commits
07cc454d
Commit
07cc454d
authored
May 19, 2021
by
Smitha Manjunath
Browse files
Updated azure-spring-data-cosmos dependency version to 3.7 to use the latest azure sdk (4.15)
parent
5d6ab124
Pipeline
#40883
failed with stage
in 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
07cc454d
...
...
@@ -20,7 +20,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<packaging>
jar
</packaging>
<version>
0.9.0-SNAPSHOT
</version>
<version>
0.9.0-SNAPSHOT
-AZ
</version>
<name>
core-lib-azure
</name>
<properties>
...
...
@@ -45,6 +45,8 @@
<json-smart.version>
2.4.6
</json-smart.version>
<azure.servicebus.version>
3.6.3
</azure.servicebus.version>
<io.micrometer.version>
1.6.6
</io.micrometer.version>
<azure-spring-data-cosmos.version>
3.7.0
</azure-spring-data-cosmos.version>
</properties>
<licenses>
...
...
@@ -149,6 +151,7 @@
<dependency>
<groupId>
com.azure
</groupId>
<artifactId>
azure-spring-data-cosmos
</artifactId>
<version>
${azure-spring-data-cosmos.version}
</version>
</dependency>
<dependency>
...
...
Write
Preview
Markdown
is supported
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