ktoml
ktoml copied to clipboard
Update all non-major dependencies (except core Kotlin)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.junit.jupiter:junit-jupiter-engine (source) | 5.12.2 -> 5.13.1 |
||||
| org.ajoberstar.grgit:grgit-core | 5.3.0 -> 5.3.2 |
||||
| com.squareup.okio:okio | 3.11.0 -> 3.13.0 |
Release Notes
ajoberstar/grgit (org.ajoberstar.grgit:grgit-core)
v5.3.2
Patch release to fix a vulnerable transitive dependency.
[!NOTE] This release is the same as 5.3.1.
Breaking Changes
None
Enhancements
None
Fixes
- Update dependencies to resolve JGit vulnerability
Deprecations
None
Compatibility
Tested on the following version:
| Java Version | Gradle Versions |
|---|---|
| 11 | 7.0.2, 7.6.4, 8.0.2, 8.14.2 |
| 17 | 7.3.3, 7.6.4, 8.0.2, 8.14.2, 9.0.0-milestone-9 |
| 21 | 8.4, 8.14.2, 9.0.0-milestone-9 |
square/okio (com.squareup.okio:okio)
v3.13.0
2025-06-13
- New:
okio.Socketinterface. This is a first step towards low-level streaming networking support for Kotlin/Multiplatform. This release provides two JVM-only implementations:asOkioSocket()adapts ajava.net.Socketto our new interface, andinMemorySocketPair()returns a pair of mutually-connected sockets. We also anticipate that this interface will be a useful abstraction for proxies and tunnels. - New: In-development snapshots are now published to the [Central Portal Snapshots repository].
v3.12.0
2025-05-27
- New: Support an optional end index when searching with
BufferedSource.indexOf(). - Fix: Don't do unnecessary work in
BufferedSource.rangeEquals(). - Upgrade: [Kotlin 2.1.21][kotlin_2_1_21].
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.