From 34da03557e8f6c570890492599d50ebdbbee0b82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 21:22:42 +0000 Subject: [PATCH 1/4] chore(deps): bump okhttp from 4.7.1 to 4.7.2 Bumps [okhttp](https://github.com/square/okhttp) from 4.7.1 to 4.7.2. - [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.7.1...parent-4.7.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a76f97a31..5dcf1d099 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { ext.bouncycastleVersion = '1.65' ext.rxjavaVersion = '2.2.19' ext.gsonVersion = '2.8.6' - ext.okhttpVersion = '4.7.1' + ext.okhttpVersion = '4.7.2' ext.loggingOkhttpVersion = '4.7.1' ext.slf4jVersion = '1.7.30' ext.guavaVersion = '29.0-jre' From 4a3b59e872479c0e7153c1d052768a2d67b8e61c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 21:23:03 +0000 Subject: [PATCH 2/4] chore(deps): bump logging-interceptor from 4.7.1 to 4.7.2 Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.7.1 to 4.7.2. - [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.7.1...parent-4.7.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a76f97a31..ad49b6ce1 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { ext.rxjavaVersion = '2.2.19' ext.gsonVersion = '2.8.6' ext.okhttpVersion = '4.7.1' - ext.loggingOkhttpVersion = '4.7.1' + ext.loggingOkhttpVersion = '4.7.2' ext.slf4jVersion = '1.7.30' ext.guavaVersion = '29.0-jre' From 3e783745d341fdcb5a1185b1d644d2513e85b24e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 21:26:04 +0000 Subject: [PATCH 3/4] chore(deps): bump bcprov-jdk15on from 1.65 to 1.65.01 Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.65 to 1.65.01. - [Release notes](https://github.com/bcgit/bc-java/releases) - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c0d139715..bd3c799af 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { - ext.bouncycastleVersion = '1.65' + ext.bouncycastleVersion = '1.65.01' ext.rxjavaVersion = '2.2.19' ext.gsonVersion = '2.8.6' ext.okhttpVersion = '4.7.2' From 1c89f4c61bcdbc8c84cf7e7aa794644432be66ef Mon Sep 17 00:00:00 2001 From: duanyytop Date: Mon, 22 Jun 2020 16:58:47 +0800 Subject: [PATCH 4/4] chore: Bump version to v0.33.0 --- CHANGELOG.md | 4 ++++ build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d78dce00b..424354423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [v0.33.0](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.32.0...v0.33.0) (2020-6-22) + +Bump version to v0.33.0 + # [v0.32.0](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.31.0...v0.32.0) (2020-5-26) ### Feature diff --git a/build.gradle b/build.gradle index bd3c799af..0232abea4 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ allprojects { targetCompatibility = 1.8 group 'org.nervos.ckb' - version '0.32.0' + version '0.33.0' apply plugin: 'java' @@ -113,7 +113,7 @@ configure(subprojects.findAll { it.name != 'tests' }) { publications { mavenJava(MavenPublication) { groupId 'org.nervos.ckb' - version '0.32.0' + version '0.33.0' from components.java } }