|
28 | 28 | <url>http://github.com/hyperledger/fabric-sdk-java</url>
|
29 | 29 | </scm>
|
30 | 30 | <properties>
|
31 |
| - <grpc.version>1.57.2</grpc.version> |
32 |
| - <protobuf.version>3.22.5</protobuf.version> <!-- Must match version used by grpc-protobuf --> |
| 31 | + <grpc.version>1.58.0</grpc.version> |
| 32 | + <protobuf.version>3.24.4</protobuf.version> <!-- Must match version used by grpc-protobuf --> |
33 | 33 | <bouncycastle.version>1.76</bouncycastle.version>
|
34 | 34 | <httpclient.version>4.5.14</httpclient.version>
|
35 |
| - <javadoc.version>3.5.0</javadoc.version> |
| 35 | + <javadoc.version>3.6.0</javadoc.version> |
36 | 36 | <skipITs>true</skipITs>
|
37 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
38 | 38 | <jacoco.version>0.8.10</jacoco.version>
|
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>io.opentelemetry</groupId>
|
56 | 56 | <artifactId>opentelemetry-bom</artifactId>
|
57 |
| - <version>1.29.0</version> |
| 57 | + <version>1.30.1</version> |
| 58 | + <type>pom</type> |
| 59 | + <scope>import</scope> |
| 60 | + </dependency> |
| 61 | + <dependency> |
| 62 | + <!-- Added only to force the okio dependency to a version where CVE-2023-3635 is resolved --> |
| 63 | + <groupId>com.squareup.okio</groupId> |
| 64 | + <artifactId>okio-bom</artifactId> |
| 65 | + <version>3.6.0</version> |
58 | 66 | <type>pom</type>
|
59 | 67 | <scope>import</scope>
|
60 | 68 | </dependency>
|
|
126 | 134 | <dependency>
|
127 | 135 | <groupId>commons-io</groupId>
|
128 | 136 | <artifactId>commons-io</artifactId>
|
129 |
| - <version>2.13.0</version> |
| 137 | + <version>2.14.0</version> |
130 | 138 | </dependency>
|
131 | 139 |
|
132 | 140 | <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
|
|
162 | 170 | <dependency>
|
163 | 171 | <groupId>com.spotify</groupId>
|
164 | 172 | <artifactId>futures-extra</artifactId>
|
165 |
| - <version>4.3.1</version> |
| 173 | + <version>4.3.3</version> |
166 | 174 | </dependency>
|
167 | 175 | <dependency>
|
168 | 176 | <groupId>com.google.api</groupId>
|
169 | 177 | <artifactId>api-common</artifactId>
|
170 |
| - <version>2.15.0</version> |
| 178 | + <version>2.18.0</version> |
171 | 179 | </dependency>
|
172 | 180 |
|
173 | 181 | <dependency>
|
|
179 | 187 | <dependency>
|
180 | 188 | <groupId>org.yaml</groupId>
|
181 | 189 | <artifactId>snakeyaml</artifactId>
|
182 |
| - <version>2.1</version> |
| 190 | + <version>2.2</version> |
183 | 191 | </dependency>
|
184 | 192 |
|
185 | 193 | <dependency>
|
|
222 | 230 | <dependency>
|
223 | 231 | <groupId>io.opentelemetry.instrumentation</groupId>
|
224 | 232 | <artifactId>opentelemetry-grpc-1.6</artifactId>
|
225 |
| - <version>1.29.0-alpha</version> |
| 233 | + <version>1.30.0-alpha</version> |
226 | 234 | </dependency>
|
227 | 235 | <dependency>
|
228 | 236 | <groupId>io.opentelemetry.proto</groupId>
|
|
584 | 592 | <plugin>
|
585 | 593 | <groupId>org.apache.maven.plugins</groupId>
|
586 | 594 | <artifactId>maven-enforcer-plugin</artifactId>
|
587 |
| - <version>3.3.0</version> |
| 595 | + <version>3.4.1</version> |
588 | 596 | <executions>
|
589 | 597 | <execution>
|
590 | 598 | <id>enforce-maven</id>
|
|
619 | 627 | <plugin>
|
620 | 628 | <groupId>org.owasp</groupId>
|
621 | 629 | <artifactId>dependency-check-maven</artifactId>
|
622 |
| - <version>8.3.1</version> |
| 630 | + <version>8.4.0</version> |
623 | 631 | <configuration>
|
624 | 632 | <skipProvidedScope>true</skipProvidedScope>
|
625 | 633 | <skipTestScope>true</skipTestScope>
|
|
695 | 703 | <dependency>
|
696 | 704 | <groupId>com.puppycrawl.tools</groupId>
|
697 | 705 | <artifactId>checkstyle</artifactId>
|
698 |
| - <version>10.12.2</version> |
| 706 | + <version>10.12.4</version> |
699 | 707 | </dependency>
|
700 | 708 | </dependencies>
|
701 | 709 | </plugin>
|
|
0 commit comments