Skip to content
GitLab
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
Data Flow
Data Enrichment
wks
Commits
b5f4eae4
Commit
b5f4eae4
authored
May 17, 2021
by
Devesh
Browse files
bump up dependencies version
parent
5e2bdf99
Pipeline
#40274
failed with stages
in 4 minutes and 28 seconds
Changes
6
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
b5f4eae4
...
...
@@ -24,7 +24,7 @@
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
<version>
2.
2.6
.RELEASE
</version>
<version>
2.
3.10
.RELEASE
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
...
...
provider/wks-azure/pom.xml
View file @
b5f4eae4
...
...
@@ -96,6 +96,16 @@
<artifactId>
mockito-junit-jupiter
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
net.minidev
</groupId>
<artifactId>
json-smart
</artifactId>
<version>
2.4.7
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.dataformat
</groupId>
<artifactId>
jackson-dataformat-cbor
</artifactId>
<version>
2.12.3
</version>
</dependency>
</dependencies>
<repositories>
...
...
provider/wks-azure/src/test/java/org/opengroup/osdu/wks/provider/azure/utils/AppInsightsMetricTest.java
View file @
b5f4eae4
...
...
@@ -3,8 +3,8 @@ package org.opengroup.osdu.wks.provider.azure.utils;
import
static
org
.
mockito
.
Mockito
.
mock
;
import
static
org
.
mockito
.
Mockito
.
spy
;
import
org.junit.Before
;
import
org.junit.Test
;
import
org.junit.
jupiter.api.
Before
Each
;
import
org.junit.
jupiter.api.
Test
;
import
org.junit.jupiter.api.extension.ExtendWith
;
import
org.mockito.Mock
;
import
org.mockito.junit.jupiter.MockitoExtension
;
...
...
@@ -18,7 +18,7 @@ public class AppInsightsMetricTest {
@Mock
TelemetryClient
mockTelemetryClient
;
@Before
()
@Before
Each
()
public
void
setUp
()
throws
Exception
{
mockTelemetryClient
=
mock
(
TelemetryClient
.
class
);
...
...
provider/wks-gcp/pom.xml
View file @
b5f4eae4
...
...
@@ -29,12 +29,12 @@
<dependency>
<groupId>
com.google.cloud
</groupId>
<artifactId>
google-cloud-storage
</artifactId>
<version>
1.1
05.0
</version>
<version>
1.1
13.9
</version>
</dependency>
<dependency>
<groupId>
com.google.cloud
</groupId>
<artifactId>
google-cloud-datastore
</artifactId>
<version>
1.10
2.2
</version>
<version>
1.10
5.6
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -51,13 +51,13 @@
<dependency>
<groupId>
com.google.apis
</groupId>
<artifactId>
google-api-services-iam
</artifactId>
<version>
v1-rev31
0
-1.25.0
</version>
<version>
v1-rev31
6
-1.25.0
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-gcp
</artifactId>
<version>
0.1.15
</version>
<
<groupId>
com.google.oauth-client
</groupId>
<artifactId>
google-oauth-client
</artifactId>
<version>
1.31.0
</version>
</dependency>
<dependency>
...
...
@@ -84,7 +84,7 @@
<dependency>
<groupId>
com.google.inject
</groupId>
<artifactId>
guice
</artifactId>
<
version>
4.2.
0
</version>
version>4.2.
3
</version>
<scope>
test
</scope>
</dependency>
...
...
testing/wks-test-core/pom.xml
View file @
b5f4eae4
...
...
@@ -83,10 +83,15 @@
<version>
5.4.0
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
com.google.oauth-client
</groupId>
<artifactId>
google-oauth-client
</artifactId>
<version>
1.31.0
</version>
</dependency>
<dependency>
<groupId>
com.google.inject
</groupId>
<artifactId>
guice
</artifactId>
<version>
4.2.
0
</version>
<version>
4.2.
3
</version>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
wks-core/pom.xml
View file @
b5f4eae4
...
...
@@ -92,13 +92,19 @@
<dependency>
<groupId>
com.google.inject
</groupId>
<artifactId>
guice
</artifactId>
<version>
4.2.
0
</version>
<version>
4.2.
3
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu.de
</groupId>
<artifactId>
os-automation-test-common-lib
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
com.google.oauth-client
</groupId>
<artifactId>
google-oauth-client
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.awaitility
</groupId>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment