Upgrade dependencies; prepare for release
This commit is contained in:
3
.github/workflows/ci-snapshot.yml
vendored
3
.github/workflows/ci-snapshot.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
16
build.gradle
16
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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user