Skip to content

Commit

Permalink
Upgrade to the latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Mar 21, 2024
1 parent cf12660 commit 1a99d1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
OSSRH_STAGING_PROFILE_NAME: ${{ secrets.OSSRH_STAGING_PROFILE_NAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# SPRING_RELEASE_SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
SPRING_RELEASE_SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'checkstyle'
id 'org.ajoberstar.grgit' version '5.2.1'
id 'org.ajoberstar.grgit' version '5.2.2'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand All @@ -26,18 +26,18 @@ repositories {
}

ext {
assertjVersion = '3.25.1'
awaitilityVersion = '4.2.0'
assertjVersion = '3.25.3'
awaitilityVersion = '4.2.1'
awsSdkVersion = '2.20.162'
jacksonVersion = '2.15.3'
jacksonVersion = '2.15.4'
junitVersion = '5.10.1'
log4jVersion = '2.22.1'
log4jVersion = '2.23.1'
servletApiVersion = '6.0.0'
springCloudAwsVersion = '3.0.4'
springIntegrationVersion = '6.0.9'
kinesisClientVersion = '2.5.4'
kinesisProducerVersion = '0.15.9'
testcontainersVersion = '1.19.3'
kinesisClientVersion = '2.5.6'
kinesisProducerVersion = '0.15.10'
testcontainersVersion = '1.19.7'

idPrefix = 'aws'

Expand Down

0 comments on commit 1a99d1d

Please sign in to comment.