Skip to content

Commit 5d670aa

Browse files
[12.1.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) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 229ffd4 commit 5d670aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
<build-support.version>1.5</build-support.version>
182182
<buildnumber.maven.plugin.version>3.2.1</buildnumber.maven.plugin.version>
183183
<checkstyle.version>10.26.1</checkstyle.version>
184-
<commons-codec.version>1.19.0</commons-codec.version>
185-
<commons-io.version>2.20.0</commons-io.version>
184+
<commons-codec.version>1.20.0</commons-codec.version>
185+
<commons-io.version>2.21.0</commons-io.version>
186186
<commons-lang3.version>3.19.0</commons-lang3.version>
187187
<commons.compress.version>1.28.0</commons.compress.version>
188188
<commons.io.version>2.16.1</commons.io.version>
@@ -477,12 +477,12 @@
477477
<dependency>
478478
<groupId>io.smallrye.common</groupId>
479479
<artifactId>smallrye-common-annotation</artifactId>
480-
<version>2.13.9</version>
480+
<version>2.14.0</version>
481481
</dependency>
482482
<dependency>
483483
<groupId>io.smallrye.common</groupId>
484484
<artifactId>smallrye-common-cpu</artifactId>
485-
<version>2.13.9</version>
485+
<version>2.14.0</version>
486486
</dependency>
487487
<dependency>
488488
<groupId>net.java.dev.jna</groupId>

0 commit comments

Comments
 (0)