File tree 4 files changed +14
-11
lines changed
4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
+ - ' *.x'
8
9
9
10
jobs :
10
11
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
12
13
with :
13
14
gradleTasks : dist
14
15
secrets :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
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 9
9
release :
10
10
permissions :
11
11
actions : write
12
+ contents : write
13
+ issues : write
12
14
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
14
16
with :
15
17
buildToolArgs : dist
16
18
secrets :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
id ' eclipse'
8
8
id ' idea'
9
9
id ' checkstyle'
10
- id ' org.ajoberstar.grgit' version ' 4.1 .1'
10
+ id ' org.ajoberstar.grgit' version ' 5.2 .1'
11
11
id ' io.spring.dependency-management' version ' 1.1.4'
12
12
}
13
13
@@ -26,18 +26,18 @@ repositories {
26
26
}
27
27
28
28
ext {
29
- assertjVersion = ' 3.24.2 '
29
+ assertjVersion = ' 3.25.1 '
30
30
awaitilityVersion = ' 4.2.0'
31
31
awsSdkVersion = ' 2.20.162'
32
32
jacksonVersion = ' 2.15.3'
33
33
junitVersion = ' 5.10.1'
34
- log4jVersion = ' 2.21 .1'
34
+ log4jVersion = ' 2.22 .1'
35
35
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 '
41
41
42
42
idPrefix = ' aws'
43
43
You can’t perform that action at this time.
0 commit comments