@@ -77,24 +77,30 @@ dependencyResolutionManagement {
77
77
library(" kotlinx-serialization-json" , " org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" )
78
78
library(" kotlinx-datetime" , " org.jetbrains.kotlinx:kotlinx-datetime:0.4.0" )
79
79
80
- library(" google-cloud-secretmanager" , " com.google.cloud:google-cloud-secretmanager:2.20 .0" )
80
+ library(" google-cloud-secretmanager" , " com.google.cloud:google-cloud-secretmanager:2.22 .0" )
81
81
library(" hadoop-common" , " org.apache.hadoop:hadoop-common:2.10.2" )
82
82
library(" tomlj" , " org.tomlj:tomlj:1.1.0" )
83
83
library(" embedded-consul" , " com.pszymczyk.consul:embedded-consul:2.2.1" )
84
- library(" snakeyaml" , " org.yaml:snakeyaml:2.0 " )
84
+ library(" snakeyaml" , " org.yaml:snakeyaml:2.1 " )
85
85
library(" kaml" , " com.charleskorn.kaml:kaml:0.42.0" )
86
86
87
87
library(" slf4j-api" , " org.slf4j:slf4j-api:2.0.7" )
88
- library(" regions" , " software.amazon.awssdk:regions:2.20.98" )
89
- library(" secretsmanager" , " software.amazon.awssdk:secretsmanager:2.20.98" )
88
+
89
+ val aws2 = " 2.20.98"
90
+ library(" regions" , " software.amazon.awssdk:regions:$aws2 " )
91
+ library(" secretsmanager" , " software.amazon.awssdk:secretsmanager:$aws2 " )
92
+
90
93
library(" postgresql" , " org.postgresql:postgresql:42.6.0" )
91
- library(" jackson-core" , " com.fasterxml.jackson.core:jackson-core:2.15.2" )
92
- library(" jackson-databind" , " com.fasterxml.jackson.core:jackson-databind:2.15.2" )
93
94
94
- library(" testcontainers-postgresql" , " org.testcontainers:postgresql:1.18.3" )
95
- library(" testcontainers-mysql" , " org.testcontainers:mysql:1.18.3" )
96
- library(" testcontainers-localstack" , " org.testcontainers:localstack:1.18.3" )
97
- library(" testcontainers-vault" , " org.testcontainers:vault:1.18.3" )
95
+ val jackson = " 2.15.2"
96
+ library(" jackson-core" , " com.fasterxml.jackson.core:jackson-core:$jackson " )
97
+ library(" jackson-databind" , " com.fasterxml.jackson.core:jackson-databind:$jackson " )
98
+
99
+ val testcontainers = " 1.18.3"
100
+ library(" testcontainers-postgresql" , " org.testcontainers:postgresql:$testcontainers " )
101
+ library(" testcontainers-mysql" , " org.testcontainers:mysql:$testcontainers " )
102
+ library(" testcontainers-localstack" , " org.testcontainers:localstack:$testcontainers " )
103
+ library(" testcontainers-vault" , " org.testcontainers:vault:$testcontainers " )
98
104
99
105
library(" azure-identity" , " com.azure:azure-identity:1.9.2" )
100
106
library(" azure-security-keyvault-secrets" , " com.azure:azure-security-keyvault-secrets:4.6.4" )
0 commit comments