Skip to content

Commit a6d7625

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump commons-codec:commons-codec from 1.20.0 to 1.21.0
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.20.0 to 1.21.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.20.0...rel/commons-codec-1.21.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd287c9 commit a6d7625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tycho-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
<dependency>
267267
<groupId>commons-codec</groupId>
268268
<artifactId>commons-codec</artifactId>
269-
<version>1.20.0</version>
269+
<version>1.21.0</version>
270270
</dependency>
271271

272272
<dependency>

tycho-metadata-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>commons-codec</groupId>
5858
<artifactId>commons-codec</artifactId>
59-
<version>1.20.0</version>
59+
<version>1.21.0</version>
6060
</dependency>
6161
</dependencies>
6262
</project>

0 commit comments

Comments
 (0)