Skip to content

Commit

Permalink
Bump the all group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin).


Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.10 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.10 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.10 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.0.10 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

Updates `org.jetbrains.kotlin.jvm` from 2.0.10 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wadoon committed Aug 26, 2024
1 parent 42234e2 commit c26d218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.text.SimpleDateFormat

plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.10" apply false
id "org.jetbrains.kotlin.jvm" version "2.0.20" apply false
id("org.jetbrains.dokka") version "1.9.20"
id "org.sonarqube" version "5.1.0.4882"
id "com.github.ben-manes.versions" version "0.51.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ subprojects {
apply plugin: 'maven-publish'
apply plugin: 'jacoco'

ext.kotlin_version = '2.0.10'
ext.kotlin_version = '2.0.20'

sourceCompatibility = 21
targetCompatibility = 21
Expand Down Expand Up @@ -120,7 +120,7 @@ subprojects {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'

testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '2.0.10'
testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '2.0.20'
testImplementation project(':utils-test')
}

Expand Down

0 comments on commit c26d218

Please sign in to comment.