Skip to content

Commit 89bdf49

Browse files
committed
chore: Upgrade Kotlin to 2.2.21
1 parent 67c4a96 commit 89bdf49

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and in the [Pact-JVM wiki](https://github.com/pact-foundation/pact-jvm/wiki). [S
4848

4949
| Branch | Specification | JDK | Kotlin Version | Latest Version | Notes |
5050
|-----------------------------------------------------------------------------------|---------------|-----------------------|----------------|----------------|-------|
51-
| [4.7.x](https://github.com/pact-foundation/pact-jvm/blob/v4.7.x/README.md) | V4 + plugins | 17+ (tested up to 23) | 2.2.0 | 4.7.0-beta.0 | |
51+
| [4.7.x](https://github.com/pact-foundation/pact-jvm/blob/v4.7.x/README.md) | V4 + plugins | 17+ (tested up to 23) | 2.2.21 | 4.7.0-beta.0 | |
5252
| [4.6.x](https://github.com/pact-foundation/pact-jvm/blob/v4.6.x/README.md) master | V4 + plugins | 17+ (tested up to 18) | 1.8.22 | 4.6.15 | |
5353
| [4.5.x](https://github.com/pact-foundation/pact-jvm/blob/v4.5.x/README.md) | V4 + plugins | 11+/17+(1) | 1.7.20 | 4.5.13 | |
5454
| [4.1.x](https://github.com/pact-foundation/pact-jvm/blob/v4.1.x/README.md) | V3 | 8-12 | 1.3.72 | 4.1.43 | |

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0'
13+
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21'
1414
implementation 'io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8'
1515
implementation 'org.jetbrains.dokka:dokka-gradle-plugin:1.9.20'
1616
implementation 'org.apache.commons:commons-text:1.14.0'

buildSrc/src/main/groovy/au.com.dius.pact.kotlin-common-conventions.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141

4242
implementation 'commons-codec:commons-codec:1.19.0'
4343
implementation 'commons-io:commons-io:2.19.0'
44-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.0'
44+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.21'
4545
implementation 'org.apache.commons:commons-lang3:3.19.0'
4646
implementation 'org.apache.commons:commons-text:1.14.0'
4747
implementation 'org.apache.commons:commons-collections4:4.5.0'
@@ -75,11 +75,11 @@ dependencies {
7575
}
7676

7777
// Align versions of all Kotlin components
78-
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.2.0')
78+
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.2.21')
7979

8080
// Use the Kotlin JDK 8 standard library.
81-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.0'
82-
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.2.0'
81+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.21'
82+
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.2.21'
8383

8484
codenarc('org.codenarc:CodeNarc:3.6.0-groovy-4.0')
8585
codenarc('org.apache.groovy:groovy:4.0.29')

0 commit comments

Comments
 (0)