Merge pull request #11011 from jetty/fix/10.0.x/dependency-rollup-dec-2023
[Jetty 10] Dependency Rollup - Dec 2023
This commit is contained in:
commit
fa2defb293
|
@ -17,7 +17,7 @@
|
|||
<maven.deploy.plugin.version>3.0.0-M2</maven.deploy.plugin.version>
|
||||
<maven.javadoc.plugin.version>3.4.0</maven.javadoc.plugin.version>
|
||||
<maven.remote-resources.plugin.version>3.1.0</maven.remote-resources.plugin.version>
|
||||
<maven.surefire.plugin.version>3.2.1</maven.surefire.plugin.version>
|
||||
<maven.surefire.plugin.version>3.2.2</maven.surefire.plugin.version>
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
<maven.javadoc.skip>true</maven.javadoc.skip>
|
||||
</properties>
|
||||
|
|
|
@ -252,7 +252,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.aries.spifly</groupId>
|
||||
<artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
|
||||
<version>1.3.6</version>
|
||||
<version>1.3.7</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<description>Generates a (maven based) P2 Updatesite</description>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<tycho-version>4.0.3</tycho-version>
|
||||
<tycho-version>4.0.4</tycho-version>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
30
pom.xml
30
pom.xml
|
@ -37,9 +37,9 @@
|
|||
<build-support.version>1.5</build-support.version>
|
||||
<checkstyle.version>10.3.4</checkstyle.version>
|
||||
<commons-codec.version>1.16.0</commons-codec.version>
|
||||
<commons.compress.version>1.24.0</commons.compress.version>
|
||||
<commons.io.version>2.15.0</commons.io.version>
|
||||
<commons-lang3.version>3.13.0</commons-lang3.version>
|
||||
<commons.compress.version>1.25.0</commons.compress.version>
|
||||
<commons.io.version>2.15.1</commons.io.version>
|
||||
<commons-lang3.version>3.14.0</commons-lang3.version>
|
||||
<conscrypt.version>2.5.2</conscrypt.version>
|
||||
<disruptor.version>3.4.2</disruptor.version>
|
||||
<felix.version>7.0.5</felix.version>
|
||||
|
@ -101,11 +101,11 @@
|
|||
<jsp.impl.version>9.0.52</jsp.impl.version>
|
||||
<junit.version>5.9.1</junit.version>
|
||||
<kerb-simplekdc.version>2.0.3</kerb-simplekdc.version>
|
||||
<log4j2.version>2.21.1</log4j2.version>
|
||||
<logback.version>1.3.11</logback.version>
|
||||
<log4j2.version>2.22.0</log4j2.version>
|
||||
<logback.version>1.3.13</logback.version>
|
||||
<mariadb.version>3.0.8</mariadb.version>
|
||||
<mariadb.docker.version>10.3.6</mariadb.docker.version>
|
||||
<maven.resolver.version>1.9.16</maven.resolver.version>
|
||||
<maven.resolver.version>1.9.18</maven.resolver.version>
|
||||
<maven.version>3.9.0</maven.version>
|
||||
<mongodb.version>3.12.11</mongodb.version>
|
||||
<openpojo.version>0.9.1</openpojo.version>
|
||||
|
@ -120,11 +120,11 @@
|
|||
<springboot.version>2.1.1.RELEASE</springboot.version>
|
||||
<taglibs-standard-impl.version>1.2.5</taglibs-standard-impl.version>
|
||||
<taglibs-standard-spec.version>1.2.5</taglibs-standard-spec.version>
|
||||
<testcontainers.version>1.19.1</testcontainers.version>
|
||||
<testcontainers.version>1.19.3</testcontainers.version>
|
||||
<weld.version>3.1.9.Final</weld.version>
|
||||
<wildfly.common.version>1.6.0.Final</wildfly.common.version>
|
||||
<wildfly.common.version>1.7.0.Final</wildfly.common.version>
|
||||
<wildfly.elytron.version>2.2.2.Final</wildfly.elytron.version>
|
||||
<xmemcached.version>2.4.7</xmemcached.version>
|
||||
<xmemcached.version>2.4.8</xmemcached.version>
|
||||
|
||||
<!-- some maven plugins versions -->
|
||||
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
|
||||
|
@ -145,20 +145,20 @@
|
|||
<maven.dependency.plugin.version>3.6.1</maven.dependency.plugin.version>
|
||||
<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
|
||||
<maven.enforcer.plugin.version>3.4.1</maven.enforcer.plugin.version>
|
||||
<maven.exec.plugin.version>3.1.0</maven.exec.plugin.version>
|
||||
<maven.exec.plugin.version>3.1.1</maven.exec.plugin.version>
|
||||
<maven.gpg.plugin.version>3.1.0</maven.gpg.plugin.version>
|
||||
<maven.install.plugin.version>3.1.1</maven.install.plugin.version>
|
||||
<maven.invoker.plugin.version>3.6.0</maven.invoker.plugin.version>
|
||||
<groovy.version>4.0.6</groovy.version>
|
||||
<maven.jar.plugin.version>3.3.0</maven.jar.plugin.version>
|
||||
<maven.javadoc.plugin.version>3.6.0</maven.javadoc.plugin.version>
|
||||
<maven.plugin-tools.version>3.10.1</maven.plugin-tools.version>
|
||||
<maven-plugin.plugin.version>3.10.1</maven-plugin.plugin.version>
|
||||
<maven.javadoc.plugin.version>3.6.2</maven.javadoc.plugin.version>
|
||||
<maven.plugin-tools.version>3.10.2</maven.plugin-tools.version>
|
||||
<maven-plugin.plugin.version>3.10.2</maven-plugin.plugin.version>
|
||||
<maven.release.plugin.version>3.0.1</maven.release.plugin.version>
|
||||
<maven.remote-resources-plugin.version>3.1.0</maven.remote-resources-plugin.version>
|
||||
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
|
||||
<maven.shade.plugin.version>3.5.1</maven.shade.plugin.version>
|
||||
<maven.surefire.plugin.version>3.2.1</maven.surefire.plugin.version>
|
||||
<maven.surefire.plugin.version>3.2.2</maven.surefire.plugin.version>
|
||||
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>
|
||||
<maven.war.plugin.version>3.4.0</maven.war.plugin.version>
|
||||
<spotbugs.maven.plugin.version>4.7.2.0</spotbugs.maven.plugin.version>
|
||||
|
@ -2378,7 +2378,7 @@
|
|||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<cbi-plugins.version>1.4.2</cbi-plugins.version>
|
||||
<cbi-plugins.version>1.4.3</cbi-plugins.version>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue