This repository was archived by the owner on Nov 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2929 OSSRH_STAGING_PROFILE_NAME : ${{ secrets.OSSRH_STAGING_PROFILE_NAME }}
3030 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
3131 GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
32- # SPRING_RELEASE_SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
32+ SPRING_RELEASE_SLACK_WEBHOOK_URL : ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
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 ' 5.2.1 '
10+ id ' org.ajoberstar.grgit' version ' 5.2.2 '
1111 id ' io.spring.dependency-management' version ' 1.1.4'
1212}
1313
@@ -26,18 +26,18 @@ repositories {
2626}
2727
2828ext {
29- assertjVersion = ' 3.25.1 '
30- awaitilityVersion = ' 4.2.0 '
29+ assertjVersion = ' 3.25.3 '
30+ awaitilityVersion = ' 4.2.1 '
3131 awsSdkVersion = ' 2.20.162'
32- jacksonVersion = ' 2.15.3 '
32+ jacksonVersion = ' 2.15.4 '
3333 junitVersion = ' 5.10.1'
34- log4jVersion = ' 2.22 .1'
34+ log4jVersion = ' 2.23 .1'
3535 servletApiVersion = ' 6.0.0'
3636 springCloudAwsVersion = ' 3.0.4'
3737 springIntegrationVersion = ' 6.0.9'
38- kinesisClientVersion = ' 2.5.4 '
39- kinesisProducerVersion = ' 0.15.9 '
40- testcontainersVersion = ' 1.19.3 '
38+ kinesisClientVersion = ' 2.5.6 '
39+ kinesisProducerVersion = ' 0.15.10 '
40+ testcontainersVersion = ' 1.19.7 '
4141
4242 idPrefix = ' aws'
4343
You can’t perform that action at this time.
0 commit comments