Skip to content

Commit 5237545

Browse files
[12.0.x EE8] Bump the dev-dependencies group
Bumps the dev-dependencies group in /jetty-ee8 with 4 updates: [commons-codec:commons-codec](https://github.com/apache/commons-codec), [commons-io:commons-io](https://github.com/apache/commons-io), [io.smallrye.common:smallrye-common-annotation](https://github.com/smallrye/smallrye-common) and [io.smallrye.common:smallrye-common-cpu](https://github.com/smallrye/smallrye-common). Updates `commons-codec:commons-codec` from 1.19.0 to 1.20.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.20.0) Updates `commons-io:commons-io` from 2.20.0 to 2.21.0 - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0) Updates `io.smallrye.common:smallrye-common-annotation` from 2.13.9 to 2.14.0 - [Release notes](https://github.com/smallrye/smallrye-common/releases) - [Commits](smallrye/smallrye-common@2.13.9...2.14.0) Updates `io.smallrye.common:smallrye-common-cpu` from 2.13.9 to 2.14.0 - [Release notes](https://github.com/smallrye/smallrye-common/releases) - [Commits](smallrye/smallrye-common@2.13.9...2.14.0) Updates `io.smallrye.common:smallrye-common-cpu` from 2.13.9 to 2.14.0 - [Release notes](https://github.com/smallrye/smallrye-common/releases) - [Commits](smallrye/smallrye-common@2.13.9...2.14.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: io.smallrye.common:smallrye-common-annotation dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: io.smallrye.common:smallrye-common-cpu dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: io.smallrye.common:smallrye-common-cpu dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88cdde0 commit 5237545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
<buildnumber.maven.plugin.version>3.2.1</buildnumber.maven.plugin.version>
173173
<bundle.debug>false</bundle.debug>
174174
<checkstyle.version>10.26.1</checkstyle.version>
175-
<commons-codec.version>1.19.0</commons-codec.version>
176-
<commons-io.version>2.20.0</commons-io.version>
175+
<commons-codec.version>1.20.0</commons-codec.version>
176+
<commons-io.version>2.21.0</commons-io.version>
177177
<commons-lang3.version>3.19.0</commons-lang3.version>
178178
<commons.compress.version>1.28.0</commons.compress.version>
179179
<compiler.release>17</compiler.release>
@@ -313,7 +313,7 @@
313313
<settingsPath>src/it/settings.xml</settingsPath>
314314
<sisu.plexus.version>0.9.0.M4</sisu.plexus.version>
315315
<slf4j.version>2.0.17</slf4j.version>
316-
<smallrye-common.version>2.13.9</smallrye-common.version>
316+
<smallrye-common.version>2.14.0</smallrye-common.version>
317317
<spifly.version>1.3.7</spifly.version>
318318
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
319319
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>

0 commit comments

Comments
 (0)