This repository was archived by the owner on Nov 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed
Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8+ - ' *.x'
89
910jobs :
1011 build-snapshot :
11- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v1
12+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v2
1213 with :
1314 gradleTasks : dist
1415 secrets :
Original file line number Diff line number Diff line change 77
88jobs :
99 build-pull-request :
10- uses : spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v1
10+ uses : spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v2
Original file line number Diff line number Diff line change 99 release :
1010 permissions :
1111 actions : write
12+ contents : write
13+ issues : write
1214
13- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v1
15+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v2
1416 with :
1517 buildToolArgs : dist
1618 secrets :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id ' eclipse'
88 id ' idea'
99 id ' checkstyle'
10- id ' org.ajoberstar.grgit' version ' 4.1 .1'
10+ id ' org.ajoberstar.grgit' version ' 5.2 .1'
1111 id ' io.spring.dependency-management' version ' 1.1.4'
1212}
1313
@@ -26,18 +26,18 @@ repositories {
2626}
2727
2828ext {
29- assertjVersion = ' 3.24.2 '
29+ assertjVersion = ' 3.25.1 '
3030 awaitilityVersion = ' 4.2.0'
3131 awsSdkVersion = ' 2.20.162'
3232 jacksonVersion = ' 2.15.3'
3333 junitVersion = ' 5.10.1'
34- log4jVersion = ' 2.21 .1'
34+ log4jVersion = ' 2.22 .1'
3535 servletApiVersion = ' 6.0.0'
36- springCloudAwsVersion = ' 3.0.3 '
37- springIntegrationVersion = ' 6.0.8 '
38- kinesisClientVersion = ' 2.5.3 '
39- kinesisProducerVersion = ' 0.15.8 '
40- testcontainersVersion = ' 1.19.1 '
36+ springCloudAwsVersion = ' 3.0.4 '
37+ springIntegrationVersion = ' 6.0.9 '
38+ kinesisClientVersion = ' 2.5.4 '
39+ kinesisProducerVersion = ' 0.15.9 '
40+ testcontainersVersion = ' 1.19.3 '
4141
4242 idPrefix = ' aws'
4343
You can’t perform that action at this time.
0 commit comments