Skip to content

Commit

Permalink
chore(Java): bump conversion library (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony authored Oct 8, 2024
1 parent d683eef commit 43c26ce
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build/*
test/**/Output/*
/package-lock.json
/node_modules
*.log

# Python docs build Artifacts
build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {

// Dafny dependencies
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.smithy.dafny:conversion:0.1.1")

// sdk dependencies
implementation(platform("software.amazon.awssdk:bom:2.26.3"))
Expand Down
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repositories {

dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.smithy.dafny:conversion:0.1.1")
implementation("software.amazon.cryptography:StandardLibrary:1.0-SNAPSHOT")
implementation("org.bouncycastle:bcprov-jdk18on:1.72")
}
Expand Down
2 changes: 1 addition & 1 deletion ComAmazonawsDynamodb/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repositories {
dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.cryptography:StandardLibrary:1.0-SNAPSHOT")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.smithy.dafny:conversion:0.1.1")
implementation(platform("software.amazon.awssdk:bom:2.26.3"))
implementation("software.amazon.awssdk:dynamodb")
}
Expand Down
2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repositories {

dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.smithy.dafny:conversion:0.1.1")
implementation("software.amazon.cryptography:StandardLibrary:1.0-SNAPSHOT")
implementation(platform("software.amazon.awssdk:bom:2.26.3"))
implementation("software.amazon.awssdk:kms")
Expand Down
2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repositories {

dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.smithy.dafny:conversion:0.1.1")
}
publishing {
publications.create<MavenPublication>("mavenLocal") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repositories {

dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.smithy.dafny:conversion:0.1.1")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.7.0-SNAPSHOT")
implementation(platform("software.amazon.awssdk:bom:2.25.1"))
implementation("software.amazon.awssdk:dynamodb")
Expand Down

0 comments on commit 43c26ce

Please sign in to comment.