|
28 | 28 | <url>http://github.com/hyperledger/fabric-sdk-java</url> |
29 | 29 | </scm> |
30 | 30 | <properties> |
31 | | - <grpc.version>1.54.1</grpc.version> |
32 | | - <protobuf.version>3.21.12</protobuf.version> <!-- Must match version used by grpc-protobuf --> |
33 | | - <bouncycastle.version>1.73</bouncycastle.version> |
| 31 | + <grpc.version>1.56.0</grpc.version> |
| 32 | + <protobuf.version>3.22.5</protobuf.version> <!-- Must match version used by grpc-protobuf --> |
| 33 | + <bouncycastle.version>1.74</bouncycastle.version> |
34 | 34 | <httpclient.version>4.5.14</httpclient.version> |
35 | | - <javadoc.version>3.2.0</javadoc.version> |
| 35 | + <javadoc.version>3.4.1</javadoc.version> |
36 | 36 | <skipITs>true</skipITs> |
37 | | - <alpn-boot-version>8.1.7.v20160121</alpn-boot-version> |
38 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
39 | | - <jacoco.version>0.8.8</jacoco.version> |
40 | | - <log4j.version>2.19.0</log4j.version> |
| 38 | + <jacoco.version>0.8.10</jacoco.version> |
| 39 | + <log4j.version>2.20.0</log4j.version> |
41 | 40 | <org.hyperledger.fabric.sdktest.ITSuite>IntegrationSuite.java</org.hyperledger.fabric.sdktest.ITSuite> |
42 | 41 | <gpg.executable>gpg</gpg.executable> |
43 | 42 | </properties> |
|
47 | 46 | <plugin> |
48 | 47 | <groupId>org.apache.maven.plugins</groupId> |
49 | 48 | <artifactId>maven-checkstyle-plugin</artifactId> |
50 | | - <version>2.17</version> |
| 49 | + <version>3.0.0</version> |
51 | 50 | <reportSets> |
52 | 51 | <reportSet> |
53 | 52 | <reports> |
|
81 | 80 | <dependency> |
82 | 81 | <groupId>io.opentelemetry</groupId> |
83 | 82 | <artifactId>opentelemetry-bom</artifactId> |
84 | | - <version>1.23.1</version> |
| 83 | + <version>1.27.0</version> |
85 | 84 | <type>pom</type> |
86 | 85 | <scope>import</scope> |
87 | 86 | </dependency> |
88 | 87 | <dependency> |
89 | 88 | <groupId>io.opentelemetry.instrumentation</groupId> |
90 | 89 | <artifactId>opentelemetry-instrumentation-bom-alpha</artifactId> |
91 | | - <version>1.23.0-alpha</version> |
| 90 | + <version>1.27.0-alpha</version> |
92 | 91 | <type>pom</type> |
93 | 92 | <scope>import</scope> |
94 | 93 | </dependency> |
|
154 | 153 | <dependency> |
155 | 154 | <groupId>org.apache.commons</groupId> |
156 | 155 | <artifactId>commons-compress</artifactId> |
157 | | - <version>1.22</version> |
| 156 | + <version>1.23.0</version> |
158 | 157 | </dependency> |
159 | 158 | <dependency> |
160 | 159 | <groupId>commons-io</groupId> |
161 | 160 | <artifactId>commons-io</artifactId> |
162 | | - <version>2.11.0</version> |
| 161 | + <version>2.13.0</version> |
163 | 162 | </dependency> |
164 | 163 |
|
165 | 164 | <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> |
|
200 | 199 | <dependency> |
201 | 200 | <groupId>com.google.api</groupId> |
202 | 201 | <artifactId>api-common</artifactId> |
203 | | - <version>2.6.1</version> |
| 202 | + <version>2.12.0</version> |
204 | 203 | </dependency> |
205 | 204 |
|
206 | 205 | <!-- https://mvnrepository.com/artifact/org.glassfish/javax.json --> |
|
214 | 213 | <dependency> |
215 | 214 | <groupId>org.yaml</groupId> |
216 | 215 | <artifactId>snakeyaml</artifactId> |
217 | | - <version>1.33</version> |
| 216 | + <version>2.0</version> |
218 | 217 | </dependency> |
219 | 218 |
|
220 | 219 | <!-- https://mvnrepository.com/artifact/org.miracl.milagro.amcl/milagro-crypto-java --> |
|
298 | 297 | <plugin> |
299 | 298 | <groupId>org.apache.maven.plugins</groupId> |
300 | 299 | <artifactId>maven-surefire-plugin</artifactId> |
301 | | - <version>3.0.0-M5</version> |
| 300 | + <version>3.0.0-M7</version> |
302 | 301 | <configuration> |
303 | 302 | <argLine>${surefireArgLine}</argLine> |
304 | 303 | <includes> |
|
310 | 309 | <plugin> |
311 | 310 | <groupId>org.apache.maven.plugins</groupId> |
312 | 311 | <artifactId>maven-failsafe-plugin</artifactId> |
313 | | - <version>3.0.0-M5</version> |
| 312 | + <version>3.1.2</version> |
314 | 313 | <configuration> |
315 | 314 | <argLine>${failsafeArgLine}</argLine> |
316 | 315 | <includes> |
|
357 | 356 | <plugin> |
358 | 357 | <groupId>org.apache.maven.plugins</groupId> |
359 | 358 | <artifactId>maven-compiler-plugin</artifactId> |
360 | | - <version>3.8.1</version> |
| 359 | + <version>3.10.1</version> |
361 | 360 | <configuration> |
362 | 361 | <source>1.8</source> |
363 | 362 | <target>1.8</target> |
|
609 | 608 | <plugin> |
610 | 609 | <groupId>pl.project13.maven</groupId> |
611 | 610 | <artifactId>git-commit-id-plugin</artifactId> |
612 | | - <version>2.2.6</version> |
| 611 | + <version>4.9.10</version> |
613 | 612 | <executions> |
614 | 613 | <execution> |
615 | 614 | <id>get-the-git-infos</id> |
|
626 | 625 | <plugin> |
627 | 626 | <groupId>org.apache.maven.plugins</groupId> |
628 | 627 | <artifactId>maven-jar-plugin</artifactId> |
629 | | - <version>3.2.0</version> |
| 628 | + <version>3.3.0</version> |
630 | 629 | <configuration> |
631 | 630 | <archive> |
632 | 631 | <manifestEntries> |
|
651 | 650 | </execution> |
652 | 651 | </executions> |
653 | 652 | </plugin> |
| 653 | + <plugin> |
| 654 | + <groupId>org.apache.maven.plugins</groupId> |
| 655 | + <artifactId>maven-enforcer-plugin</artifactId> |
| 656 | + <version>3.3.0</version> |
| 657 | + <executions> |
| 658 | + <execution> |
| 659 | + <id>enforce-maven</id> |
| 660 | + <goals> |
| 661 | + <goal>enforce</goal> |
| 662 | + </goals> |
| 663 | + <configuration> |
| 664 | + <rules> |
| 665 | + <requireMavenVersion> |
| 666 | + <version>3.2.5</version> |
| 667 | + </requireMavenVersion> |
| 668 | + </rules> |
| 669 | + </configuration> |
| 670 | + </execution> |
| 671 | + </executions> |
| 672 | + </plugin> |
654 | 673 | </plugins> |
655 | 674 | </build> |
656 | 675 | <distributionManagement> |
|
669 | 688 | <plugin> |
670 | 689 | <groupId>org.owasp</groupId> |
671 | 690 | <artifactId>dependency-check-maven</artifactId> |
672 | | - <version>7.2.1</version> |
| 691 | + <version>8.3.1</version> |
673 | 692 | <configuration> |
674 | 693 | <skipProvidedScope>true</skipProvidedScope> |
675 | 694 | <skipTestScope>true</skipTestScope> |
|
0 commit comments