This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 6d21d9dc Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.20 to 2.4.0
(#519)
6d21d9dc is described below
commit 6d21d9dc00f75bb9251a037b6f0fda4eea89309f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 11 16:24:05 2026 -0400
Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.20 to 2.4.0 (#519)
Bumps
[org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from
2.3.20 to 2.4.0.
- [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.20...v2.4.0)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-version: 2.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 d8de689e..9d7523eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
- <version>2.3.20</version>
+ <version>2.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>