Skip to content

Commit

Permalink
chore: upgrade depdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 9, 2024
1 parent de71d29 commit 6287a47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
id "com.adarshr.test-logger" version "4.0.0"
id "com.github.johnrengelman.shadow" version "8.1.1"
id 'ru.vyarus.java-lib' version '2.4.0'
id 'ru.vyarus.github-info' version '1.5.0'
id 'ru.vyarus.github-info' version '2.0.0'
id 'signing'
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
id "com.github.ben-manes.versions" version "0.51.0"
id 'net.researchgate.release' version '3.0.2'
}
Expand Down Expand Up @@ -56,10 +56,10 @@ dependencies {
// AWS libs: versions are managed by the Micronaut BOM
api platform("io.micronaut.platform:micronaut-platform:$micronautVersion")
api 'software.amazon.awssdk:cloudwatchlogs'
api 'software.amazon.awssdk:batch:2.25.14' // we can remove this after micronaut bump as long as it contains the RegisterJobDefinitionRequest.ecsProperties exists
api 'software.amazon.awssdk:batch'
api 'software.amazon.awssdk:s3'
api 'software.amazon.awssdk:s3-transfer-manager'
api 'software.amazon.awssdk.crt:aws-crt:0.29.10' //used by s3-transfer-manager
api 'software.amazon.awssdk.crt:aws-crt:0.29.14' //used by s3-transfer-manager
api 'software.amazon.awssdk:apache-client'
api 'software.amazon.awssdk:dynamodb'
api 'software.amazon.awssdk:sns'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.16.0-SNAPSHOT
kestraVersion=[0.16,)
micronautVersion=4.3.4
lombokVersion=1.18.30
micronautVersion=4.3.7
lombokVersion=1.18.32

0 comments on commit 6287a47

Please sign in to comment.