Skip to content

Commit 9f31478

Browse files
authored
chore: add version for provided dependency (#4503)
* chore: add version for provided dependency * update version
1 parent 5388711 commit 9f31478

File tree

2 files changed

+10
-0
lines changed
  • bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded
  • bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded

2 files changed

+10
-0
lines changed

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,33 @@ limitations under the License.
5656
<dependency>
5757
<groupId>org.conscrypt</groupId>
5858
<artifactId>conscrypt-openjdk-uber</artifactId>
59+
<version>2.5.2</version>
5960
<scope>provided</scope>
6061
</dependency>
6162
<dependency>
6263
<groupId>org.conscrypt</groupId>
6364
<artifactId>conscrypt-openjdk</artifactId>
65+
<version>2.5.2</version>
6466
<scope>provided</scope>
6567
</dependency>
6668

6769
<!-- Annotation jars that should not be relocated, but are also not required during runtime -->
6870
<dependency>
6971
<groupId>javax.annotation</groupId>
7072
<artifactId>javax.annotation-api</artifactId>
73+
<version>1.3.2</version>
7174
<scope>provided</scope>
7275
</dependency>
7376
<dependency>
7477
<groupId>org.checkerframework</groupId>
7578
<artifactId>checker-qual</artifactId>
79+
<version>3.49.0</version>
7680
<scope>provided</scope>
7781
</dependency>
7882
<dependency>
7983
<groupId>com.google.code.findbugs</groupId>
8084
<artifactId>jsr305</artifactId>
85+
<version>3.0.2</version>
8186
<scope>provided</scope>
8287
</dependency>
8388
</dependencies>

bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,33 @@ limitations under the License.
5656
<dependency>
5757
<groupId>org.conscrypt</groupId>
5858
<artifactId>conscrypt-openjdk-uber</artifactId>
59+
<version>2.5.2</version>
5960
<scope>provided</scope>
6061
</dependency>
6162
<dependency>
6263
<groupId>org.conscrypt</groupId>
6364
<artifactId>conscrypt-openjdk</artifactId>
65+
<version>2.5.2</version>
6466
<scope>provided</scope>
6567
</dependency>
6668

6769
<!-- Annotation jars that should not be relocated, but are also not required during runtime -->
6870
<dependency>
6971
<groupId>javax.annotation</groupId>
7072
<artifactId>javax.annotation-api</artifactId>
73+
<version>1.3.2</version>
7174
<scope>provided</scope>
7275
</dependency>
7376
<dependency>
7477
<groupId>org.checkerframework</groupId>
7578
<artifactId>checker-qual</artifactId>
79+
<version>3.49.0</version>
7680
<scope>provided</scope>
7781
</dependency>
7882
<dependency>
7983
<groupId>com.google.code.findbugs</groupId>
8084
<artifactId>jsr305</artifactId>
85+
<version>3.0.2</version>
8186
<scope>provided</scope>
8287
</dependency>
8388
</dependencies>

0 commit comments

Comments
 (0)