From 75cb9ef5a24b8e34c2b73e402d5561f543999c8c Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 5 Jan 2024 16:12:03 -0500 Subject: [PATCH] Upgrade dependencies; prepare for release --- .github/workflows/ci-snapshot.yml | 3 ++- .github/workflows/pr-build.yml | 2 +- .github/workflows/release.yml | 4 +++- build.gradle | 16 ++++++++-------- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index cb8bd44..e7a078c 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -5,10 +5,11 @@ on: push: branches: - main + - '*.x' jobs: build-snapshot: - uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v1 + uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v2 with: gradleTasks: dist secrets: diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 945b2f9..7382106 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -7,4 +7,4 @@ on: jobs: build-pull-request: - uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v1 + uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d42647..3253813 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,10 @@ jobs: release: permissions: actions: write + contents: write + issues: write - uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v1 + uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v2 with: buildToolArgs: dist secrets: diff --git a/build.gradle b/build.gradle index 3e1f0cb..70c7107 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'eclipse' id 'idea' id 'checkstyle' - id 'org.ajoberstar.grgit' version '4.1.1' + id 'org.ajoberstar.grgit' version '5.2.1' id 'io.spring.dependency-management' version '1.1.4' } @@ -26,18 +26,18 @@ repositories { } ext { - assertjVersion = '3.24.2' + assertjVersion = '3.25.1' awaitilityVersion = '4.2.0' awsSdkVersion = '2.20.162' jacksonVersion = '2.15.3' junitVersion = '5.10.1' - log4jVersion = '2.21.1' + log4jVersion = '2.22.1' servletApiVersion = '6.0.0' - springCloudAwsVersion = '3.0.3' - springIntegrationVersion = '6.0.8' - kinesisClientVersion = '2.5.3' - kinesisProducerVersion = '0.15.8' - testcontainersVersion = '1.19.1' + springCloudAwsVersion = '3.0.4' + springIntegrationVersion = '6.0.9' + kinesisClientVersion = '2.5.4' + kinesisProducerVersion = '0.15.9' + testcontainersVersion = '1.19.3' idPrefix = 'aws'