spring-projects / spring-projects/spring-security

Dependency management upgrades Kotlin to RC version

Open
#9,978 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

in: build type: bug
Dominant language
Java
Stars
9.6k
Forks
6.3k
Avg merge
2d 11h
Merged PRs (30d)
52

Description

Describe the bug
While performing the release of 5.5.1, the ./gradlew updateDependencies upgraded kotlinVersion to 1.5.20-RC (an RC version).

To Reproduce
Run ./gradlew updateDependencies on the 5.5.x branch.

Expected behavior
The kotlinVersion should have been upgraded to 1.5.10.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Run ./gradlew updateDependencies on the 5.5.x branch and inspect where it obtains and writes kotlinVersion. Check why the command selects 1.5.20-RC instead of the expected 1.5.10, then verify that dependency updates retain the stable version.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.