From 912c8c6da9bbcc0638a44a7d97a4563d6d2d66fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:19:37 +0000 Subject: [PATCH 1/8] Bump okhttp from 4.9.1 to 4.9.3 Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8f58b895..32cc05f0e 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation "com.github.komputing.kethereum:rpc_min3:${KETHEREUM_VERSION}" implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}" - implementation "com.squareup.okhttp3:okhttp:4.9.1" + implementation "com.squareup.okhttp3:okhttp:4.9.3" implementation 'com.beust:klaxon:5.5' implementation 'com.squareup.moshi:moshi-kotlin:1.8.0' From 03a0ea836e2bd4f307e263ffa930084cbe74b93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 17:17:05 +0000 Subject: [PATCH 2/8] Bump moshi-kotlin from 1.8.0 to 1.13.0 Bumps [moshi-kotlin](https://github.com/square/moshi) from 1.8.0 to 1.13.0. - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.8.0...moshi-parent-1.13.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8f58b895..b625a9463 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:4.9.1" implementation 'com.beust:klaxon:5.5' - implementation 'com.squareup.moshi:moshi-kotlin:1.8.0' + implementation 'com.squareup.moshi:moshi-kotlin:1.13.0' testImplementation "org.jetbrains.kotlin:kotlin-test" testImplementation "org.jetbrains.kotlin:kotlin-test-junit" From 165a48b2e1f01f8cab396f3301ed0f11b0d4ca89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 17:15:04 +0000 Subject: [PATCH 3/8] Bump KOTLIN_VERSION from 1.5.10 to 1.6.10 Bumps `KOTLIN_VERSION` from 1.5.10 to 1.6.10. Updates `kotlin-gradle-plugin` from 1.5.10 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.10...v1.6.10) Updates `kotlin-stdlib` from 1.5.10 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.10...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8f58b895..755526aa6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - KOTLIN_VERSION = "1.5.10" + KOTLIN_VERSION = "1.6.10" KETHEREUM_VERSION = "0.83.6" } From d31627e094ce4d747cc740745c6d74227c0ddbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 17:13:39 +0000 Subject: [PATCH 4/8] Bump kotlinx-coroutines-core from 1.5.0 to 1.6.0 Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.0...1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8f58b895..3b8478404 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ task importMEW(type: JavaExec) { } dependencies { - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}" implementation "com.github.komputing.kethereum:erc20:${KETHEREUM_VERSION}" From 3183bb9a7f3ec4457f75c546b3479e3c7d832108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 17:21:24 +0000 Subject: [PATCH 5/8] Bump gradle-versions-plugin from 0.39.0 to v0.42.0 Bumps gradle-versions-plugin from 0.39.0 to v0.42.0. --- updated-dependencies: - dependency-name: com.github.ben-manes:gradle-versions-plugin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8f58b895..2c2ea488b 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}" - classpath 'com.github.ben-manes:gradle-versions-plugin:0.39.0' + classpath 'com.github.ben-manes:gradle-versions-plugin:v0.42.0' } } From 9595c91d30cca875b59671dea4aa21e606e6d73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 20:24:22 +0000 Subject: [PATCH 6/8] Bump KETHEREUM_VERSION from 0.83.6 to 0.85.7 Bumps `KETHEREUM_VERSION` from 0.83.6 to 0.85.7. Updates `erc20` from 0.83.6 to 0.85.7 Updates `erc55` from 0.83.6 to 0.85.7 Updates `erc1191` from 0.83.6 to 0.85.7 Updates `model` from 0.83.6 to 0.85.7 Updates `rpc` from 0.83.6 to 0.85.7 Updates `rpc_min3` from 0.83.6 to 0.85.7 Updates `crypto_impl_bouncycastle` from 0.83.6 to 0.85.7 --- updated-dependencies: - dependency-name: com.github.komputing.kethereum:erc20 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.komputing.kethereum:erc55 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.komputing.kethereum:erc1191 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.komputing.kethereum:model dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.komputing.kethereum:rpc dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.komputing.kethereum:rpc_min3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.komputing.kethereum:crypto_impl_bouncycastle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1ae965aa0..f3a84d813 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { KOTLIN_VERSION = "1.6.10" - KETHEREUM_VERSION = "0.83.6" + KETHEREUM_VERSION = "0.85.7" } repositories { From 909bd2940884c3889c95674d71f74c39abbefeeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 20:24:37 +0000 Subject: [PATCH 7/8] Bump klaxon from 5.5 to 5.6 Bumps [klaxon](https://github.com/cbeust/klaxon) from 5.5 to 5.6. - [Release notes](https://github.com/cbeust/klaxon/releases) - [Changelog](https://github.com/cbeust/klaxon/blob/master/RELEASE_NOTES.txt) - [Commits](https://github.com/cbeust/klaxon/compare/5.5...5.6) --- updated-dependencies: - dependency-name: com.beust:klaxon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5502b747b..43bc8861d 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:4.9.3" - implementation 'com.beust:klaxon:5.5' + implementation 'com.beust:klaxon:5.6' implementation 'com.squareup.moshi:moshi-kotlin:1.13.0' testImplementation "org.jetbrains.kotlin:kotlin-test" From 28dd6c1c101de7b6bdafd76e7e524b864e519129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:06:04 +0000 Subject: [PATCH 8/8] Bump KOTLIN_VERSION from 1.6.10 to 1.8.10 Bumps `KOTLIN_VERSION` from 1.6.10 to 1.8.10. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.6.10 to 1.8.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.8.10) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.6.10 to 1.8.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.8.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e5f8f28e0..27ef4767e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - KOTLIN_VERSION = "1.6.10" + KOTLIN_VERSION = "1.8.10" KETHEREUM_VERSION = "0.85.7" }