X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=odlparent%2Fpom.xml;h=8ba2a4fe85f7d37d0b094415322621dbdafee5d2;hb=fb5e6891c5ccf4584a19239c75c7fe0ad45b26dd;hp=862fc168e3e0b7daf99b7c1ce8fbc2093d51d763;hpb=9878449260869ef27769e3c5c1b3402ee2d7442b;p=odlparent.git diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 862fc168e..8ba2a4fe8 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4-SNAPSHOT + 13.0.8-SNAPSHOT ../odlparent-lite @@ -38,11 +38,11 @@ opendaylight.snapshot - 4.4.3 + 4.4.4 - 1.75 + 1.77 @@ -100,7 +100,7 @@ org.opendaylight.odlparent odlparent-artifacts - 13.0.4-SNAPSHOT + 13.0.8-SNAPSHOT import pom @@ -123,7 +123,7 @@ com.puppycrawl.tools checkstyle - 10.12.1 + 10.12.5 @@ -131,14 +131,14 @@ org.junit junit-bom - 5.10.0 + 5.10.1 pom import org.mockito mockito-bom - 5.4.0 + 5.7.0 pom import @@ -184,7 +184,7 @@ value annotations - 2.9.3 + 2.10.0 true @@ -204,19 +204,19 @@ ch.qos.logback logback-core - 1.2.11 + 1.2.12 ch.qos.logback logback-classic - 1.2.11 + 1.2.12 org.apache.logging.log4j log4j-bom - 2.17.1 + 2.17.2 import pom @@ -225,7 +225,7 @@ com.google.guava guava - 32.1.1-jre + 32.1.3-jre @@ -238,7 +238,7 @@ com.google.guava guava-testlib - 32.1.1-jre + 32.1.3-jre test @@ -251,12 +251,12 @@ org.checkerframework checker-qual - 3.36.0 + 3.40.0 com.google.errorprone error_prone_annotations - 2.19.1 + 2.23.0 @@ -267,12 +267,12 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.13.0 org.apache.commons commons-text - 1.10.0 + 1.11.0 @@ -284,7 +284,7 @@ org.glassfish.jersey jersey-bom - 2.40 + 2.41 pom import @@ -320,13 +320,13 @@ org.codehaus.woodstox stax2-api - 4.2.1 + 4.2.2 com.fasterxml.woodstox @@ -336,7 +336,7 @@ com.fasterxml.jackson jackson-bom - 2.15.2 + 2.15.3 import pom @@ -344,7 +344,7 @@ com.github.spotbugs spotbugs-annotations - 4.7.3 + 4.8.1 true @@ -368,7 +368,7 @@ commons-io commons-io - 2.13.0 + 2.15.0 @@ -376,7 +376,7 @@ io.netty netty-bom - 4.1.96.Final + 4.1.101.Final pom import @@ -466,7 +466,7 @@ org.osgi org.osgi.service.jdbc - 1.0.1 + 1.1.0 provided @@ -594,19 +594,19 @@ org.ops4j.pax.url pax-url-link - 2.6.12 + 2.6.14 test org.ops4j.pax.url pax-url-aether - 2.6.12 + 2.6.14 test org.ops4j.pax.url pax-url-wrap - 2.6.12 + 2.6.14 @@ -646,6 +646,12 @@ assertj-core 3.24.2 test + + + net.bytebuddy + byte-buddy + + org.assertj @@ -659,14 +665,14 @@ org.gaul modernizer-maven-annotations - 2.6.0 + 2.7.0 provided org.eclipse.jetty jetty-bom - 9.4.50.v20221201 + 9.4.52.v20230823 import pom @@ -699,7 +705,7 @@ org.antlr antlr4-runtime - 4.13.0 + 4.13.1 @@ -715,7 +721,7 @@ io.dropwizard.metrics metrics-bom - 4.2.19 + 4.2.22 import pom @@ -824,18 +830,18 @@ We do not need to specify the groupId. --> maven-checkstyle-plugin - 3.3.0 + 3.3.1 com.puppycrawl.tools checkstyle - 10.12.1 + 10.12.5 org.opendaylight.odlparent checkstyle - 13.0.4-SNAPSHOT + 13.0.8-SNAPSHOT com.github.sevntu-checkstyle @@ -919,7 +925,7 @@ org.immutables value - 2.9.3 + 2.10.0 org.kohsuke.metainf-services @@ -932,7 +938,7 @@ maven-failsafe-plugin - 3.1.2 + 3.2.2 maven-invoker-plugin @@ -952,7 +958,7 @@ org.opendaylight.odlparent odl-license - 13.0.4-SNAPSHOT + 13.0.8-SNAPSHOT license ${project.build.outputDirectory} LICENSE @@ -978,7 +984,7 @@ maven-plugin-plugin - 3.8.2 + 3.10.2 @@ -987,7 +993,7 @@ maven-shade-plugin - 3.5.0 + 3.5.1 maven-source-plugin @@ -1004,7 +1010,7 @@ maven-surefire-plugin - 3.1.2 + 3.2.2 ${maven.test.redirectTestOutputToFile} false @@ -1067,7 +1073,7 @@ org.gaul modernizer-maven-plugin - 2.6.0 + 2.7.0 ${odlparent.modernizer.target} ${odlparent.modernizer.enforce} @@ -1115,17 +1121,17 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.3.5 + 4.8.1.0 com.github.spotbugs spotbugs - 4.7.3 + 4.8.1 org.opendaylight.odlparent spotbugs - 13.0.4-SNAPSHOT + 13.0.8-SNAPSHOT @@ -1182,7 +1188,7 @@ org.codehaus.mojo properties-maven-plugin - 1.2.0 + 1.2.1 org.eclipse.m2e @@ -1334,7 +1340,7 @@ org.antlr antlr4-maven-plugin - 4.13.0 + 4.13.1 @@ -1450,7 +1456,7 @@ org.opendaylight.odlparent copy-files-plugin - 13.0.4-SNAPSHOT + 13.0.8-SNAPSHOT prepare-package