Skip to content

Commit

Permalink
Merge pull request #137 from VerifAPS/dependabot/gradle/all-ca83aa6cdd
Browse files Browse the repository at this point in the history
Bump the all group with 5 updates
  • Loading branch information
wadoon authored May 13, 2024
2 parents 77af7c8 + d2febab commit c83b53a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.0-RC2" apply false
id "org.jetbrains.kotlin.jvm" version "2.0.0-RC3" apply false
id("org.jetbrains.dokka") version "1.9.20"
id "org.sonarqube" version "5.0.0.4638"
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.0-RC2'
ext.kotlin_version = '2.0.0-RC3'

sourceCompatibility = 21
targetCompatibility = 21
Expand Down Expand Up @@ -108,7 +108,7 @@ subprojects {
}

dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation group: 'org.jetbrains', name: 'annotations', version: '24.1.0'
Expand All @@ -120,7 +120,7 @@ subprojects {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

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

Expand Down

0 comments on commit c83b53a

Please sign in to comment.