[11.0.x] Bump the dev-dependencies group across 1 directory with 3 updates
Bumps the dev-dependencies group with 3 updates in the / directory: [commons-codec:commons-codec](https://github.com/apache/commons-codec), [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) and [org.mortbay.jetty:h2spec-maven-plugin](https://github.com/jetty-project/h2spec-maven-plugin). Updates `commons-codec:commons-codec` from 1.17.0 to 1.17.1 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.0...rel/commons-codec-1.17.1) Updates `org.codehaus.mojo:versions-maven-plugin` from 2.17.0 to 2.17.1 - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.17.0...2.17.1) Updates `org.mortbay.jetty:h2spec-maven-plugin` from 1.0.11 to 1.0.12 - [Release notes](https://github.com/jetty-project/h2spec-maven-plugin/releases) - [Commits](https://github.com/jetty-project/h2spec-maven-plugin/compare/h2spec-maven-plugin-1.0.11...h2spec-maven-plugin-1.0.12) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.mortbay.jetty:h2spec-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b3151e57be
commit
df96e03deb
6
pom.xml
6
pom.xml
|
@ -208,7 +208,7 @@
|
|||
<build-support.version>1.5</build-support.version>
|
||||
<buildnumber.maven.plugin.version>3.2.0</buildnumber.maven.plugin.version>
|
||||
<checkstyle.version>10.17.0</checkstyle.version>
|
||||
<commons-codec.version>1.17.0</commons-codec.version>
|
||||
<commons-codec.version>1.17.1</commons-codec.version>
|
||||
<commons-lang3.version>3.14.0</commons-lang3.version>
|
||||
<commons.compress.version>1.26.2</commons.compress.version>
|
||||
<commons.io.version>2.16.1</commons.io.version>
|
||||
|
@ -227,7 +227,7 @@
|
|||
<gson.version>2.11.0</gson.version>
|
||||
<guava.version>33.2.1-jre</guava.version>
|
||||
<guice.version>5.1.0</guice.version>
|
||||
<h2spec.maven.plugin.version>1.0.11</h2spec.maven.plugin.version>
|
||||
<h2spec.maven.plugin.version>1.0.12</h2spec.maven.plugin.version>
|
||||
<hamcrest.version>2.2</hamcrest.version>
|
||||
<hawtio.version>3.0.2</hawtio.version>
|
||||
<hazelcast.version>5.3.7</hazelcast.version>
|
||||
|
@ -349,7 +349,7 @@
|
|||
<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.8</testcontainers.version>
|
||||
<versions.maven.plugin.version>2.17.0</versions.maven.plugin.version>
|
||||
<versions.maven.plugin.version>2.17.1</versions.maven.plugin.version>
|
||||
<weld.version>4.0.3.Final</weld.version>
|
||||
<wildfly.common.version>1.7.0.Final</wildfly.common.version>
|
||||
<wildfly.elytron.version>2.5.0.Final</wildfly.elytron.version>
|
||||
|
|
Loading…
Reference in New Issue