|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 |
|
5 | 5 | <groupId>com.alibaba.ttl3</groupId>
|
|
28 | 28 | <url>https://github.com/alibaba/transmittable-thread-local</url>
|
29 | 29 | </scm>
|
30 | 30 | <issueManagement>
|
31 |
| - <url>https://github.com/alibaba/transmittable-thread-local/issues</url> |
32 | 31 | <system>GitHub Issues</system>
|
| 32 | + <url>https://github.com/alibaba/transmittable-thread-local/issues</url> |
33 | 33 | </issueManagement>
|
34 | 34 | <ciManagement>
|
35 | 35 | <system>GitHub Actions</system>
|
|
79 | 79 | https://alibaba.github.io/transmittable-thread-local/apidocs/${project.version}
|
80 | 80 | </javadoc.ttl.base.link>
|
81 | 81 |
|
82 |
| - <spotbugs.annotations.version>4.8.1</spotbugs.annotations.version> |
| 82 | + <spotbugs.annotations.version>4.8.6</spotbugs.annotations.version> |
83 | 83 | <jsr305.version>3.0.2</jsr305.version>
|
84 | 84 | <jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>
|
85 | 85 |
|
86 |
| - <kotlin.version>1.9.21</kotlin.version> |
| 86 | + <kotlin.version>1.9.25</kotlin.version> |
87 | 87 | <kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
|
88 |
| - <kotlin.coroutine.version>1.7.3</kotlin.coroutine.version> |
| 88 | + <kotlin.coroutine.version>1.8.1</kotlin.coroutine.version> |
89 | 89 | <!-- https://kotlin.github.io/dokka/1.7.10/user_guide/maven/usage/ -->
|
90 |
| - <dokka.version>1.9.10</dokka.version> |
| 90 | + <dokka.version>1.9.20</dokka.version> |
91 | 91 | <dokka.link.jdk.version>8</dokka.link.jdk.version>
|
92 | 92 |
|
93 | 93 | <slf4j.version>2.0.7</slf4j.version>
|
94 | 94 |
|
95 | 95 | <!-- testing dependencies versions -->
|
96 |
| - <junit5.version>5.10.1</junit5.version> |
97 |
| - <kotest.version>5.8.0</kotest.version> |
| 96 | + <junit5.version>5.11.0</junit5.version> |
| 97 | + <kotest.version>5.9.1</kotest.version> |
98 | 98 |
|
99 | 99 | <!--
|
100 | 100 | slf4j simple logger configuration for test
|
|
196 | 196 | <!-- https://github.com/raphw/byte-buddy/issues/1264 -->
|
197 | 197 | <groupId>net.bytebuddy</groupId>
|
198 | 198 | <artifactId>byte-buddy-parent</artifactId>
|
199 |
| - <version>1.14.10</version> |
| 199 | + <version>1.15.1</version> |
200 | 200 | <type>pom</type>
|
201 | 201 | <scope>import</scope>
|
202 | 202 | </dependency>
|
|
255 | 255 | <dependency>
|
256 | 256 | <groupId>org.javassist</groupId>
|
257 | 257 | <artifactId>javassist</artifactId>
|
258 |
| - <version>3.29.2-GA</version> |
| 258 | + <version>3.30.2-GA</version> |
259 | 259 | <optional>true</optional>
|
260 | 260 | </dependency>
|
261 | 261 | <dependency>
|
|
402 | 402 | </execution>
|
403 | 403 | </executions>
|
404 | 404 | </plugin>
|
405 |
| - <!-- |
406 |
| - official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html |
407 |
| - --> |
408 | 405 | <plugin>
|
409 | 406 | <artifactId>maven-enforcer-plugin</artifactId>
|
410 | 407 | <executions>
|
|
415 | 412 | </goals>
|
416 | 413 | <configuration>
|
417 | 414 | <rules>
|
| 415 | + <!-- official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html --> |
418 | 416 | <requireMavenVersion>
|
419 | 417 | <version>3.3.9</version>
|
420 | 418 | </requireMavenVersion>
|
|
428 | 426 | <plugins>
|
429 | 427 | <plugin>
|
430 | 428 | <artifactId>maven-clean-plugin</artifactId>
|
431 |
| - <version>3.3.2</version> |
| 429 | + <version>3.4.0</version> |
432 | 430 | </plugin>
|
433 | 431 | <plugin>
|
434 | 432 | <artifactId>maven-resources-plugin</artifactId>
|
|
441 | 439 | </plugin>
|
442 | 440 | <plugin>
|
443 | 441 | <artifactId>maven-compiler-plugin</artifactId>
|
444 |
| - <version>3.11.0</version> |
| 442 | + <version>3.13.0</version> |
445 | 443 | </plugin>
|
446 | 444 | <plugin>
|
447 | 445 | <artifactId>maven-surefire-plugin</artifactId>
|
448 |
| - <version>3.2.2</version> |
| 446 | + <version>3.5.0</version> |
449 | 447 | </plugin>
|
450 | 448 | <plugin>
|
451 | 449 | <artifactId>maven-jar-plugin</artifactId>
|
452 |
| - <version>3.3.0</version> |
| 450 | + <version>3.4.2</version> |
453 | 451 | </plugin>
|
454 | 452 | <plugin>
|
455 | 453 | <artifactId>maven-shade-plugin</artifactId>
|
456 |
| - <version>3.5.1</version> |
| 454 | + <version>3.6.0</version> |
457 | 455 | <configuration>
|
458 | 456 | <shadeSourcesContent>true</shadeSourcesContent>
|
459 | 457 | <dependencyReducedPomLocation>
|
|
463 | 461 | </plugin>
|
464 | 462 | <plugin>
|
465 | 463 | <artifactId>maven-source-plugin</artifactId>
|
466 |
| - <version>3.3.0</version> |
| 464 | + <version>3.3.1</version> |
467 | 465 | </plugin>
|
468 | 466 | <plugin>
|
469 | 467 | <artifactId>maven-javadoc-plugin</artifactId>
|
470 |
| - <version>3.6.2</version> |
| 468 | + <version>3.8.0</version> |
471 | 469 | </plugin>
|
472 | 470 | <plugin>
|
473 | 471 | <groupId>org.jetbrains.dokka</groupId>
|
|
488 | 486 | </plugin>
|
489 | 487 | <plugin>
|
490 | 488 | <artifactId>maven-gpg-plugin</artifactId>
|
491 |
| - <version>3.1.0</version> |
| 489 | + <version>3.2.5</version> |
492 | 490 | </plugin>
|
493 | 491 | <plugin>
|
494 | 492 | <artifactId>maven-site-plugin</artifactId>
|
495 |
| - <version>3.12.1</version> |
| 493 | + <version>3.20.0</version> |
496 | 494 | </plugin>
|
497 | 495 | <plugin>
|
498 | 496 | <artifactId>maven-install-plugin</artifactId>
|
499 |
| - <version>3.1.1</version> |
| 497 | + <version>3.1.3</version> |
500 | 498 | </plugin>
|
501 | 499 | <plugin>
|
502 | 500 | <artifactId>maven-deploy-plugin</artifactId>
|
503 |
| - <version>3.1.1</version> |
| 501 | + <version>3.1.3</version> |
504 | 502 | </plugin>
|
505 | 503 | <plugin>
|
506 | 504 | <artifactId>maven-enforcer-plugin</artifactId>
|
507 |
| - <version>3.4.1</version> |
| 505 | + <version>3.5.0</version> |
508 | 506 | </plugin>
|
509 | 507 | <plugin>
|
510 | 508 | <groupId>io.github.git-commit-id</groupId>
|
511 | 509 | <artifactId>git-commit-id-maven-plugin</artifactId>
|
512 |
| - <version>7.0.0</version> |
| 510 | + <version>9.0.1</version> |
513 | 511 | </plugin>
|
514 | 512 | <plugin>
|
515 | 513 | <groupId>com.github.spotbugs</groupId>
|
516 | 514 | <artifactId>spotbugs-maven-plugin</artifactId>
|
517 |
| - <version>4.8.1.0</version> |
| 515 | + <version>4.8.3.1</version> |
518 | 516 | </plugin>
|
519 | 517 | <plugin>
|
520 | 518 | <groupId>org.jacoco</groupId>
|
521 | 519 | <artifactId>jacoco-maven-plugin</artifactId>
|
522 |
| - <version>0.8.11</version> |
| 520 | + <version>0.8.12</version> |
523 | 521 | </plugin>
|
524 | 522 | <plugin>
|
525 | 523 | <!--
|
|
528 | 526 | -->
|
529 | 527 | <groupId>org.codehaus.mojo</groupId>
|
530 | 528 | <artifactId>exec-maven-plugin</artifactId>
|
531 |
| - <version>3.1.1</version> |
| 529 | + <version>3.4.1</version> |
532 | 530 | <configuration>
|
533 | 531 | <executable>${java.home}/bin/java</executable>
|
534 | 532 | <classpathScope>test</classpathScope>
|
|
550 | 548 | <plugin>
|
551 | 549 | <groupId>org.sonatype.plugins</groupId>
|
552 | 550 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
553 |
| - <version>1.6.13</version> |
554 |
| - </plugin> |
555 |
| - <plugin> |
556 |
| - <!-- |
557 |
| - config example: https://github.com/mojohaus/versions-maven-plugin/issues/157#issuecomment-306041074 |
558 |
| - --> |
559 |
| - <groupId>org.codehaus.mojo</groupId> |
560 |
| - <artifactId>versions-maven-plugin</artifactId> |
561 |
| - <version>2.16.2</version> |
562 |
| - <configuration> |
563 |
| - <rulesUri>file://${maven.multiModuleProjectDirectory}/src/versions-rules.xml</rulesUri> |
564 |
| - <generateBackupPoms>false</generateBackupPoms> |
565 |
| - </configuration> |
| 551 | + <version>1.7.0</version> |
566 | 552 | </plugin>
|
567 | 553 | </plugins>
|
568 | 554 | </pluginManagement>
|
569 | 555 | </build>
|
| 556 | + |
570 | 557 | <profiles>
|
571 | 558 | <profile>
|
572 | 559 | <id>gen-src</id>
|
|
607 | 594 |
|
608 | 595 | About package-list vs.element-list
|
609 | 596 | - Can't link to JDK10 in Javadoc comments
|
610 |
| - https://stackoverflow.com/a/49498219/922688 |
| 597 | + https://stackoverflow.com/a/49498219/922688 |
611 | 598 | - Missing javadoc/package-list for release 5.1
|
612 |
| - https://github.com/gradle/gradle/issues/8183 |
613 |
| - https://github.com/gradle/gradle/commit/5e88351dd456a5252d21f3a7ad25bff1b62a2fd2 |
| 599 | + https://github.com/gradle/gradle/issues/8183 |
| 600 | + https://github.com/gradle/gradle/commit/5e88351dd456a5252d21f3a7ad25bff1b62a2fd2 |
614 | 601 |
|
615 | 602 |
|
616 | 603 | Using the linkoffline Option
|
|
625 | 612 | <plugin>
|
626 | 613 | <!--
|
627 | 614 | https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html
|
628 |
| -
|
629 | 615 | https://docs.oracle.com/en/java/javase/21/javadoc/javadoc-command.html
|
630 | 616 | -->
|
631 | 617 | <artifactId>maven-javadoc-plugin</artifactId>
|
|
873 | 859 | <dependency>
|
874 | 860 | <groupId>org.codehaus.mojo</groupId>
|
875 | 861 | <artifactId>extra-enforcer-rules</artifactId>
|
876 |
| - <version>1.7.0</version> |
| 862 | + <version>1.8.0</version> |
877 | 863 | </dependency>
|
878 | 864 | </dependencies>
|
879 | 865 | </plugin>
|
|
0 commit comments