|
2064 | 2064 | </dependencyManagement> |
2065 | 2065 |
|
2066 | 2066 | <properties> |
2067 | | - <archetype.mvn.plugin.version>3.2.1</archetype.mvn.plugin.version> |
| 2067 | + <archetype.mvn.plugin.version>3.4.0</archetype.mvn.plugin.version> |
2068 | 2068 |
|
2069 | 2069 | <findbugs.skip>false</findbugs.skip> |
2070 | 2070 | <findbugs.threshold>Low</findbugs.threshold> |
|
2093 | 2093 | <antrun.mvn.plugin.version>3.1.0</antrun.mvn.plugin.version> |
2094 | 2094 | <mvn.ant.version>1.10.15</mvn.ant.version> |
2095 | 2095 | <assembly.mvn.plugin.version>3.7.1</assembly.mvn.plugin.version> |
2096 | | - <clean.mvn.plugin.version>3.4.1</clean.mvn.plugin.version> |
| 2096 | + <clean.mvn.plugin.version>3.5.0</clean.mvn.plugin.version> |
2097 | 2097 | <enforcer.mvn.plugin.version>3.5.0</enforcer.mvn.plugin.version> |
2098 | 2098 | <exec.mvn.plugin.version>3.5.0</exec.mvn.plugin.version> |
2099 | 2099 | <buildhelper.mvn.plugin.version>3.6.0</buildhelper.mvn.plugin.version> |
|
2107 | 2107 | introduces the fix for the excludeTests issue. Which makes it preferable for the whole project |
2108 | 2108 | but the jersey-common module which has to have the separate version for OSGi reasons. |
2109 | 2109 | --> |
2110 | | - <compiler.common.mvn.plugin.version>3.9.0</compiler.common.mvn.plugin.version> |
| 2110 | + <compiler.common.mvn.plugin.version>3.14.0</compiler.common.mvn.plugin.version> |
2111 | 2111 | <cyclonedx.mvn.plugin.version>2.8.1</cyclonedx.mvn.plugin.version> |
2112 | 2112 | <dependency.mvn.plugin.version>3.8.1</dependency.mvn.plugin.version> |
2113 | 2113 | <deploy.mvn.plugin.version>3.1.4</deploy.mvn.plugin.version> |
2114 | 2114 | <ear.mvn.plugin.version>3.3.0</ear.mvn.plugin.version> |
2115 | 2115 | <failsafe.mvn.plugin.version>3.5.3</failsafe.mvn.plugin.version> |
2116 | | - <felix.mvn.plugin.version>5.1.9</felix.mvn.plugin.version> |
| 2116 | + <felix.mvn.plugin.version>6.0.0</felix.mvn.plugin.version> |
2117 | 2117 | <findbugs.mvn.plugin.version>3.0.5</findbugs.mvn.plugin.version> |
2118 | 2118 | <gfembedded.mvn.plugin.version>5.1</gfembedded.mvn.plugin.version> |
2119 | 2119 | <install.mvn.plugin.version>3.1.4</install.mvn.plugin.version> |
|
2136 | 2136 | <!-- Dependency versions --> |
2137 | 2137 | <jersey.version>${project.version}</jersey.version> |
2138 | 2138 | <arquillian.version>1.8.0.Final</arquillian.version> |
2139 | | - <arquillian.weld.version>3.0.1.Final</arquillian.weld.version> <!-- 3.0.2.Final fails microprofile TCK tests --> |
| 2139 | + <arquillian.weld.version>4.0.0.Final</arquillian.weld.version> <!-- 3.0.2.Final fails microprofile TCK tests --> |
2140 | 2140 | <!-- asm is now source integrated - keeping this property to see the version --> |
2141 | 2141 | <!-- see core-server/src/main/java/jersey/repackaged/asm/.. --> |
2142 | 2142 | <asm.version>9.8</asm.version> |
2143 | 2143 | <!--required for spring (ext) modules integration --> |
2144 | | - <aspectj.weaver.version>1.9.22.1</aspectj.weaver.version> |
| 2144 | + <aspectj.weaver.version>1.9.24</aspectj.weaver.version> |
2145 | 2145 | <!-- <bnd.plugin.version>2.3.6</bnd.plugin.version>--> |
2146 | 2146 | <bouncycastle.version>1.70</bouncycastle.version> |
2147 | 2147 | <commons.codec.version>1.18.0</commons.codec.version> |
|
2152 | 2152 | <felix.framework.security.version>2.8.4</felix.framework.security.version> |
2153 | 2153 | <felix.framework.version>7.0.5</felix.framework.version> |
2154 | 2154 | <findbugs.glassfish.version>1.7</findbugs.glassfish.version> |
2155 | | - <freemarker.version>2.3.33</freemarker.version> |
| 2155 | + <freemarker.version>2.3.34</freemarker.version> |
2156 | 2156 | <gae.version>2.0.36</gae.version> |
2157 | 2157 | <groovy.version>5.0.0-alpha-12</groovy.version> |
2158 | 2158 | <gson.version>2.13.1</gson.version> |
|
2164 | 2164 | <!-- end of versions extracted here due to maven-enforcer-plugin --> |
2165 | 2165 |
|
2166 | 2166 | <!-- micrometer --> |
2167 | | - <micrometer.version>1.15.0</micrometer.version> |
2168 | | - <micrometer-tracing.version>1.0.12</micrometer-tracing.version> |
| 2167 | + <micrometer.version>1.15.1</micrometer.version> |
| 2168 | + <micrometer-tracing.version>1.5.1</micrometer-tracing.version> |
| 2169 | + <micrometer-semconv.version>1.32.0</micrometer-semconv.version> |
2169 | 2170 |
|
2170 | 2171 | <!-- microprofile --> |
2171 | 2172 | <microprofile.config.version>3.0.3</microprofile.config.version> |
|
2200 | 2201 | <osgi.version>6.0.0</osgi.version> |
2201 | 2202 | <osgi.framework.version>1.10.0</osgi.framework.version> |
2202 | 2203 | <osgi.compendium.version>5.0.0</osgi.compendium.version> |
2203 | | - <osgi.service.cm.version>1.6.0</osgi.service.cm.version> |
2204 | | - <pax.exam.version>4.13.4</pax.exam.version> |
| 2204 | + <osgi.service.cm.version>1.6.1</osgi.service.cm.version> |
| 2205 | + <pax.exam.version>4.14.0</pax.exam.version> |
2205 | 2206 | <pax.web.version>0.7.4</pax.web.version><!-- TODO: UPGRADE! --> |
2206 | 2207 | <reactive.streams.version>1.0.4</reactive.streams.version> |
2207 | 2208 | <rxjava.version>1.3.8</rxjava.version> |
|
2215 | 2216 | <spring6.version>6.0.23</spring6.version> |
2216 | 2217 | <testng.version>7.11.0</testng.version> |
2217 | 2218 | <testng6.version>6.14.3</testng6.version> |
2218 | | - <thymeleaf.version>3.1.2.RELEASE</thymeleaf.version> |
| 2219 | + <thymeleaf.version>3.1.3.RELEASE</thymeleaf.version> |
2219 | 2220 | <!-- Jakartified, eligible for CQ --> |
2220 | | - <weld.version>5.1.1.Final</weld.version> |
2221 | | - <weld3.version>3.1.9.Final</weld3.version> |
2222 | | - <validation.impl.version>8.0.1.Final</validation.impl.version> |
| 2221 | + <weld.version>5.1.6.Final</weld.version> |
| 2222 | + <validation.impl.version>8.0.2.Final</validation.impl.version> |
2223 | 2223 | <!-- END of Jakartified, eligible for CQ --> |
2224 | 2224 | <wiremock.jetty9.version>2.27.2</wiremock.jetty9.version> |
2225 | | - <wiremock.jetty11.version>3.10.0</wiremock.jetty11.version> |
| 2225 | + <wiremock.jetty11.version>3.10.0</wiremock.jetty11.version> <!-- Do not update, |
| 2226 | + newer versions fail jersey-rest-client-tck --> |
2226 | 2227 | <xerces.version>2.12.2</xerces.version> |
2227 | 2228 |
|
2228 | 2229 | <!-- Graal VM --> |
2229 | | - <graalvm.version>20.3.15</graalvm.version> |
| 2230 | + <graalvm.version>20.3.17</graalvm.version> |
2230 | 2231 |
|
2231 | 2232 | <!-- do not need CQs (below this line till the end of version properties)--> |
2232 | 2233 | <gf.impl.version>7.0.6</gf.impl.version> |
|
2268 | 2269 | <jsonb.api.version>3.0.1</jsonb.api.version> |
2269 | 2270 | <jsonp.ri.version>1.1.7</jsonp.ri.version> |
2270 | 2271 | <jsonp.jaxrs.version>1.1.7</jsonp.jaxrs.version> |
2271 | | - <moxy.version>4.0.6</moxy.version> |
| 2272 | + <moxy.version>4.0.7</moxy.version> |
2272 | 2273 | <yasson.version>3.0.4</yasson.version> |
2273 | 2274 | <!-- END of Jakartified --> |
2274 | 2275 |
|
|
0 commit comments