Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core-internal-boms/core-internal-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
<junit-pioneer.version>2.3.0</junit-pioneer.version>
<h2.version>2.4.240</h2.version>
<logcaptor.version>2.12.6</logcaptor.version>
<mockserver.version>5.15.0</mockserver.version>
<mockserver.version>7.5.0</mockserver.version>
<mongo-java-server.version>1.47.0</mongo-java-server.version>
<hibernate-validator.version>8.0.3.Final</hibernate-validator.version>
<hibernate-validator.version>9.1.0.Final</hibernate-validator.version>
<docker-java.version>3.7.1</docker-java.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<arangodb.spring.data.version>5.0.0</arangodb.spring.data.version>
<java.driver.core.version>4.19.2</java.driver.core.version>
<jedis.client.version>7.0.0</jedis.client.version>
<flyway.version>11.20.3</flyway.version>
<flyway.version>13.1.0</flyway.version>
<shedlock.version>7.7.0</shedlock.version>
<qubership-spring-internal-bom.version>1.0.3</qubership-spring-internal-bom.version>

Expand Down Expand Up @@ -180,17 +180,17 @@
</dependency>

<!--Integration tests-->
<dependency> <!-- todo vlla: not necessary dependency? -->

Check warning on line 183 in dbaas-client/dbaas-client-bom-parent/dbaas-client-bom-internal/pom.xml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Complete the task associated to this "TODO" comment.

See more on https://sonarcloud.io/project/issues?id=Netcracker_qubership-core-java-libs&issues=AZ-PTsFzrWCHidnJcdMw&open=AZ-PTsFzrWCHidnJcdMw&pullRequest=35
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>${io.grpc.version}</version>
</dependency>
<dependency> <!-- todo vlla: not necessary dependency? -->

Check warning on line 188 in dbaas-client/dbaas-client-bom-parent/dbaas-client-bom-internal/pom.xml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Complete the task associated to this "TODO" comment.

See more on https://sonarcloud.io/project/issues?id=Netcracker_qubership-core-java-libs&issues=AZ-PTsFzrWCHidnJcdMx&open=AZ-PTsFzrWCHidnJcdMx&pullRequest=35
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>${io.grpc.version}</version>
</dependency>
<dependency> <!-- todo vlla: not necessary dependency? -->

Check warning on line 193 in dbaas-client/dbaas-client-bom-parent/dbaas-client-bom-internal/pom.xml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Complete the task associated to this "TODO" comment.

See more on https://sonarcloud.io/project/issues?id=Netcracker_qubership-core-java-libs&issues=AZ-PTsFzrWCHidnJcdMy&open=AZ-PTsFzrWCHidnJcdMy&pullRequest=35
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>${io.grpc.version}</version>
Expand Down
Loading