|
63 | 63 | <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
|
64 | 64 | <maven-source-plugin.version>3.3.0</maven-source-plugin.version>
|
65 | 65 | <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
|
66 |
| - <maven-nexus-staging-plugin.version>1.6.13</maven-nexus-staging-plugin.version> |
67 |
| - <maven-gpg-plugin.version>3.2.2</maven-gpg-plugin.version> |
| 66 | + <maven-nexus-staging-plugin.version>1.7.0</maven-nexus-staging-plugin.version> |
| 67 | + <maven-gpg-plugin.version>3.2.6</maven-gpg-plugin.version> |
68 | 68 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
69 |
| - <maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version> |
| 69 | + <maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version> |
70 | 70 | <checkstyle.version>8.18</checkstyle.version>
|
71 | 71 | <checkstyle.dir.path>${basedir}/codingstyle</checkstyle.dir.path>
|
72 | 72 | <checkstyle.file.path>${checkstyle.dir.path}/soot_checkstyle_checks.xml</checkstyle.file.path>
|
|
437 | 437 | <dependency>
|
438 | 438 | <groupId>commons-io</groupId>
|
439 | 439 | <artifactId>commons-io</artifactId>
|
440 |
| - <version>2.7</version> |
| 440 | + <version>2.17.0</version> |
441 | 441 | </dependency>
|
442 | 442 | <dependency>
|
443 | 443 | <groupId>org.smali</groupId>
|
|
467 | 467 | <dependency>
|
468 | 468 | <groupId>org.javassist</groupId>
|
469 | 469 | <artifactId>javassist</artifactId>
|
470 |
| - <version>3.28.0-GA</version> |
| 470 | + <version>3.30.2-GA</version> |
471 | 471 | <scope>provided</scope>
|
472 | 472 | </dependency>
|
473 | 473 | <dependency>
|
|
478 | 478 | <dependency>
|
479 | 479 | <groupId>org.apache.ant</groupId>
|
480 | 480 | <artifactId>ant</artifactId>
|
481 |
| - <version>1.10.11</version> |
| 481 | + <version>1.10.15</version> |
482 | 482 | <scope>provided</scope>
|
483 | 483 | </dependency>
|
484 | 484 | <!-- Local dependencies -->
|
|
510 | 510 | <dependency>
|
511 | 511 | <groupId>org.slf4j</groupId>
|
512 | 512 | <artifactId>slf4j-api</artifactId>
|
513 |
| - <version>2.0.3</version> |
| 513 | + <version>2.0.16</version> |
514 | 514 | </dependency>
|
515 | 515 | <dependency>
|
516 | 516 | <groupId>org.slf4j</groupId>
|
517 | 517 | <artifactId>slf4j-simple</artifactId>
|
518 |
| - <version>2.0.3</version> |
| 518 | + <version>2.0.16</version> |
519 | 519 | <scope>test</scope>
|
520 | 520 | </dependency>
|
521 | 521 | <!-- Testing dependencies -->
|
|
560 | 560 | <dependency>
|
561 | 561 | <groupId>jakarta.annotation</groupId>
|
562 | 562 | <artifactId>jakarta.annotation-api</artifactId>
|
563 |
| - <version>2.1.1</version> |
| 563 | + <version>3.0.0</version> |
564 | 564 | </dependency>
|
565 | 565 | <dependency>
|
566 | 566 | <groupId>jakarta.xml.bind</groupId>
|
567 | 567 | <artifactId>jakarta.xml.bind-api</artifactId>
|
568 |
| - <version>3.0.0</version> |
| 568 | + <version>4.0.2</version> |
569 | 569 | </dependency>
|
570 | 570 | <dependency>
|
571 | 571 | <groupId>org.glassfish.jaxb</groupId>
|
572 | 572 | <artifactId>jaxb-runtime</artifactId>
|
573 |
| - <version>3.0.0</version> |
| 573 | + <version>4.0.5</version> |
574 | 574 | </dependency>
|
575 | 575 | <!-- Dotnet Dependencies -->
|
576 | 576 | <dependency>
|
577 | 577 | <groupId>com.google.protobuf</groupId>
|
578 | 578 | <artifactId>protobuf-java</artifactId>
|
579 |
| - <version>3.25.3</version> |
| 579 | + <version>3.25.5</version> |
580 | 580 | </dependency>
|
581 | 581 | <dependency>
|
582 | 582 | <groupId>com.google.protobuf</groupId>
|
583 | 583 | <artifactId>protobuf-java-util</artifactId>
|
584 |
| - <version>3.25.3</version> |
| 584 | + <version>3.25.5</version> |
585 | 585 | </dependency>
|
586 | 586 | </dependencies>
|
587 | 587 |
|
|
0 commit comments