Skip to content

Commit

Permalink
Updating Java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Dec 1, 2022
1 parent e94d95c commit 9b83650
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jnigen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
limitations under the License.
*/
buildscript {
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.7.21'
ext.junit_version = '5.8.2'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion jnigen/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
6 changes: 3 additions & 3 deletions jnigen/kprocessor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ project.ext.libraryDescription = "KSP annotation processor that generates Simple


dependencies {
implementation "com.google.devtools.ksp:symbol-processing-api:$kotlin_version-1.0.5"
implementation "com.google.devtools.ksp:symbol-processing-api:$kotlin_version-1.0.8"

testImplementation('com.github.tschuchortdev:kotlin-compile-testing:1.4.8')
testImplementation('com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.8')
testImplementation('com.github.tschuchortdev:kotlin-compile-testing:1.4.9')
testImplementation('com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.9')
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlin_version"
testImplementation "org.junit.jupiter:junit-jupiter-api:$junit_version"
testImplementation "org.hamcrest:hamcrest:2.2"
Expand Down
2 changes: 1 addition & 1 deletion jnigen/processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ targetCompatibility = JavaVersion.VERSION_1_8
dependencies {
compileOnly files("${System.properties['java.home']}/../lib/tools.jar")

testImplementation('com.github.tschuchortdev:kotlin-compile-testing:1.4.8')
testImplementation('com.github.tschuchortdev:kotlin-compile-testing:1.4.9')
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlin_version"
testImplementation "org.junit.jupiter:junit-jupiter-api:$junit_version"
testImplementation "org.hamcrest:hamcrest:2.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip

0 comments on commit 9b83650

Please sign in to comment.