This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 379c7da2 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.0 to 2.3.20
(#497)
379c7da2 is described below
commit 379c7da2d317e742ea00f97038ca6a8fe412c64d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 22:45:37 2026 -0400
Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.0 to 2.3.20 (#497)
Bumps
[org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from
2.3.0 to 2.3.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.0...v2.3.20)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-version: 2.3.20
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 90934fd3..2075b014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,7 +408,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
- <version>2.3.0</version>
+ <version>2.3.20</version>
<scope>test</scope>
</dependency>
</dependencies>