From 8e1f0e49ad5f38935ba8a6407b6199f59ffbde6b Mon Sep 17 00:00:00 2001 From: Vadim Homchik Date: Mon, 30 Oct 2023 09:04:09 +0100 Subject: [PATCH 1/5] Bump armeria to 1.26.1 --- README.md | 4 ++-- build.gradle | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ec2fd2d..6e46ce6 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ com.github.vh maritima - 0.26.0 + 0.26.1 ``` ### Gradle ```groovy -implementation 'com.github.vh:maritima:0.26.0' +implementation 'com.github.vh:maritima:0.26.1' ``` ## Usage diff --git a/build.gradle b/build.gradle index 0af4c92..dbea2ae 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - armeria_version = '1.26.0' + armeria_version = '1.26.1' guice_version = '6.0.0' protobuf_version = '3.24.4' grpc_version = '1.59.0' @@ -18,7 +18,7 @@ plugins { } group 'com.github.vh' -version '0.26.0' +version '0.26.1' repositories { mavenCentral() @@ -131,8 +131,8 @@ publishing { def snapshotsUrl = "https://oss.sonatype.org/content/repositories/snapshots/" url = version.toString().endsWith("SNAPSHOT") ? snapshotsUrl : releasesUrl credentials { - username = "$username" - password = "$password" + username = "vh" + password = "&vh123" } } } From 17e4bb748937cf12f59ca02136d934d3b207da56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:58:00 +0000 Subject: [PATCH 2/5] Bump protobuf_version from 3.24.4 to 3.25.0 Bumps `protobuf_version` from 3.24.4 to 3.25.0. Updates `com.google.protobuf:protobuf-java-util` from 3.24.4 to 3.25.0 Updates `com.google.protobuf:protoc` from 3.24.4 to 3.25.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.24.4...v3.25.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protoc 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 dbea2ae..5c42d8f 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { armeria_version = '1.26.1' guice_version = '6.0.0' - protobuf_version = '3.24.4' + protobuf_version = '3.25.0' grpc_version = '1.59.0' jackson_version = '2.15.3' jjwt_version = '0.12.3' From 7dbdef258b4d9e2a6cc68ad2567945a9b5fd4dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:03:28 +0000 Subject: [PATCH 3/5] Bump junit_version from 5.10.0 to 5.10.1 Bumps `junit_version` from 5.10.0 to 5.10.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine 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 dbea2ae..7fe4035 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { grpc_version = '1.59.0' jackson_version = '2.15.3' jjwt_version = '0.12.3' - junit_version = '5.10.0' + junit_version = '5.10.1' } } From 1a2d5651123c69cd578c52189bade3541c589130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:03:32 +0000 Subject: [PATCH 4/5] Bump org.junit.platform:junit-platform-runner from 1.9.3 to 1.10.1 Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) from 1.9.3 to 1.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-runner 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 dbea2ae..7656bf6 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jackson_version") testImplementation("org.junit.jupiter:junit-jupiter-api:$junit_version") - testImplementation("org.junit.platform:junit-platform-runner:1.9.3") + testImplementation("org.junit.platform:junit-platform-runner:1.10.1") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junit_version") } From a98ea6b89fda2cee605631fa4f7f33abd91f3590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:12:37 +0000 Subject: [PATCH 5/5] Bump armeria_version from 1.26.1 to 1.27.0 Bumps `armeria_version` from 1.26.1 to 1.27.0. Updates `com.linecorp.armeria:armeria` from 1.26.1 to 1.27.0 - [Release notes](https://github.com/line/armeria/releases) - [Changelog](https://github.com/line/armeria/blob/main/.post-release-msg) - [Commits](https://github.com/line/armeria/compare/armeria-1.26.1...armeria-1.27.0) Updates `com.linecorp.armeria:armeria-grpc` from 1.26.1 to 1.27.0 - [Release notes](https://github.com/line/armeria/releases) - [Changelog](https://github.com/line/armeria/blob/main/.post-release-msg) - [Commits](https://github.com/line/armeria/compare/armeria-1.26.1...armeria-1.27.0) Updates `com.linecorp.armeria:armeria-logback` from 1.26.1 to 1.27.0 - [Release notes](https://github.com/line/armeria/releases) - [Changelog](https://github.com/line/armeria/blob/main/.post-release-msg) - [Commits](https://github.com/line/armeria/compare/armeria-1.26.1...armeria-1.27.0) --- updated-dependencies: - dependency-name: com.linecorp.armeria:armeria dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.linecorp.armeria:armeria-grpc dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.linecorp.armeria:armeria-logback 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 4341091..99e78d1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - armeria_version = '1.26.1' + armeria_version = '1.27.0' guice_version = '6.0.0' protobuf_version = '3.25.0' grpc_version = '1.59.0'