File tree 8 files changed +24
-11
lines changed
8 files changed +24
-11
lines changed Original file line number Diff line number Diff line change 27
27
OSSRH_STAGING_PROFILE_NAME : ${{ secrets.OSSRH_STAGING_PROFILE_NAME }}
28
28
GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
29
29
GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
30
- SPRING_RELEASE_SLACK_WEBHOOK_URL : ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
30
+ SPRING_RELEASE_CHAT_WEBHOOK_URL : ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
id ' idea'
9
9
id ' checkstyle'
10
10
id ' org.ajoberstar.grgit' version ' 5.2.2'
11
- id ' io.spring.dependency-management' version ' 1.1.4 '
11
+ id ' io.spring.dependency-management' version ' 1.1.6 '
12
12
}
13
13
14
14
description = ' Spring Integration AWS Support'
@@ -26,18 +26,18 @@ repositories {
26
26
}
27
27
28
28
ext {
29
- assertjVersion = ' 3.25 .3'
29
+ assertjVersion = ' 3.26 .3'
30
30
awaitilityVersion = ' 4.2.1'
31
31
awsSdkVersion = ' 2.20.162'
32
32
jacksonVersion = ' 2.15.4'
33
- junitVersion = ' 5.10.2 '
33
+ junitVersion = ' 5.10.3 '
34
34
log4jVersion = ' 2.23.1'
35
35
servletApiVersion = ' 6.0.0'
36
36
springCloudAwsVersion = ' 3.0.4'
37
37
springIntegrationVersion = ' 6.0.9'
38
38
kinesisClientVersion = ' 2.5.8'
39
39
kinesisProducerVersion = ' 0.15.10'
40
- testcontainersVersion = ' 1.19.7 '
40
+ testcontainersVersion = ' 1.19.8 '
41
41
42
42
idPrefix = ' aws'
43
43
Original file line number Diff line number Diff line change 1
1
version =3.0.8-SNAPSHOT
2
+ org.gradle.daemon =true
2
3
org.gradle.caching =true
3
4
org.gradle.parallel =true
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3
+ distributionSha256Sum =d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
#
18
+ # SPDX-License-Identifier: Apache-2.0
19
+ #
18
20
19
21
# #############################################################################
20
22
#
55
57
# Darwin, MinGW, and NonStop.
56
58
#
57
59
# (3) This script is generated from the Groovy template
58
- # https://github.com/gradle/gradle/blob/HEAD/subprojects/ plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
60
+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/ plugins-application /src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
59
61
# within the Gradle project.
60
62
#
61
63
# You can find Gradle at https://github.com/gradle/gradle/.
84
86
# shellcheck disable=SC2034
85
87
APP_BASE_NAME=${0##*/ }
86
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87
- APP_HOME=$( cd " ${APP_HOME:- ./ } " > /dev/null && pwd -P ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
+ ' " $PWD " ) || exit
88
91
89
92
# Use the maximum available, or set MAX_FD != -1 to use that value.
90
93
MAX_FD=maximum
Original file line number Diff line number Diff line change 13
13
@ rem See the License for the specific language governing permissions and
14
14
@ rem limitations under the License.
15
15
@ rem
16
+ @ rem SPDX-License-Identifier: Apache-2.0
17
+ @ rem
16
18
17
19
@ if " %DEBUG% " == " " @ echo off
18
20
@ rem ##########################################################################
Original file line number Diff line number Diff line change
1
+ pluginManagement {
2
+ repositories {
3
+ gradlePluginPortal()
4
+ mavenCentral()
5
+ }
6
+ }
7
+
1
8
plugins {
2
- id ' com.gradle.develocity' version ' 3.17.2 '
3
- id ' io.spring.ge .conventions' version ' 0.0.17 '
9
+ id ' com.gradle.develocity' version ' 3.17.5 '
10
+ id ' io.spring.develocity .conventions' version ' 0.0.19 '
4
11
}
5
12
6
13
rootProject. name = ' spring-integration-aws'
You can’t perform that action at this time.
0 commit comments