|
66 | 66 | <assertj.version>3.27.3</assertj.version>
|
67 | 67 | <awaitility.version>4.2.2</awaitility.version>
|
68 | 68 | <bsh.version>2.0b6</bsh.version>
|
| 69 | + <bnd.annotation.version>7.1.0</bnd.annotation.version> |
69 | 70 | <cassandra.version>3.11.18</cassandra.version>
|
70 | 71 | <cassandra-driver.version>3.11.5</cassandra-driver.version>
|
71 | 72 | <commons-codec.version>1.17.1</commons-codec.version>
|
|
107 | 108 | <jeromq.version>0.6.0</jeromq.version>
|
108 | 109 | <jmdns.version>3.6.0</jmdns.version>
|
109 | 110 | <jmh.version>1.37</jmh.version>
|
| 111 | + <jspecify.version>1.0.0</jspecify.version> |
110 | 112 | <junit.version>4.13.2</junit.version>
|
111 | 113 | <junit-jupiter.version>5.11.4</junit-jupiter.version>
|
112 | 114 | <junit-pioneer.version>1.9.1</junit-pioneer.version>
|
|
125 | 127 | <oro.version>2.0.8</oro.version>
|
126 | 128 | <!-- The OSGi API version MUST always be the MINIMUM version Log4j supports: -->
|
127 | 129 | <osgi.api.version>6.0.0</osgi.api.version>
|
| 130 | + <osgi.annotation.bundle.version>2.0.0</osgi.annotation.bundle.version> |
| 131 | + <osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version> |
128 | 132 | <pax-exam.version>4.14.0</pax-exam.version>
|
129 | 133 | <plexus-utils.version>3.6.0</plexus-utils.version>
|
| 134 | + <spotbugs-annotations.version>4.9.1</spotbugs-annotations.version> |
130 | 135 | <spring-boot.version>2.7.18</spring-boot.version>
|
131 | 136 | <spring-framework.version>5.3.39</spring-framework.version>
|
132 | 137 | <system-stubs.version>2.0.3</system-stubs.version>
|
|
574 | 579 | <version>${jna.version}</version>
|
575 | 580 | </dependency>
|
576 | 581 |
|
| 582 | + <dependency> |
| 583 | + <groupId>org.jspecify</groupId> |
| 584 | + <artifactId>jspecify</artifactId> |
| 585 | + <version>${jspecify.version}</version> |
| 586 | + </dependency> |
| 587 | + |
577 | 588 | <dependency>
|
578 | 589 | <groupId>junit</groupId>
|
579 | 590 | <artifactId>junit</artifactId>
|
|
829 | 840 | <dependency>
|
830 | 841 | <groupId>biz.aQute.bnd</groupId>
|
831 | 842 | <artifactId>biz.aQute.bnd.annotation</artifactId>
|
| 843 | + <version>${bnd.annotation.version}</version> |
832 | 844 | <scope>provided</scope>
|
833 | 845 | </dependency>
|
834 | 846 |
|
|
841 | 853 |
|
842 | 854 | <dependency>
|
843 | 855 | <groupId>org.osgi</groupId>
|
844 |
| - <artifactId>osgi.annotation</artifactId> |
| 856 | + <artifactId>org.osgi.annotation.bundle</artifactId> |
| 857 | + <version>${osgi.annotation.bundle.version}</version> |
845 | 858 | <scope>provided</scope>
|
846 | 859 | </dependency>
|
847 | 860 |
|
848 | 861 | <dependency>
|
849 | 862 | <groupId>org.osgi</groupId>
|
850 |
| - <artifactId>org.osgi.annotation.bundle</artifactId> |
| 863 | + <artifactId>org.osgi.annotation.versioning</artifactId> |
| 864 | + <version>${osgi.annotation.versioning.version}</version> |
851 | 865 | <scope>provided</scope>
|
852 | 866 | </dependency>
|
853 | 867 |
|
854 | 868 | <dependency>
|
855 | 869 | <groupId>com.github.spotbugs</groupId>
|
856 | 870 | <artifactId>spotbugs-annotations</artifactId>
|
| 871 | + <version>${spotbugs-annotations.version}</version> |
857 | 872 | <scope>provided</scope>
|
858 | 873 | </dependency>
|
859 | 874 |
|
|
0 commit comments