Skip to content

Commit

Permalink
Use latest version of Java Library when creating new Java SDK Projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rokos committed Jun 12, 2024
1 parent 3a2dd0c commit ebc930f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks.named<Jar>("jar") {
}

dependencies {
implementation("com.vmware.aria.operations:integration-sdk-adapter-library:1.0.1")
implementation("com.vmware.aria.operations:integration-sdk-adapter-library:1.0.4")
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks.named<Jar>("jar") {
}

dependencies {
implementation("com.vmware.aria.operations:integration-sdk-adapter-library:1.0.1")
implementation("com.vmware.aria.operations:integration-sdk-adapter-library:1.0.4")
implementation("com.github.oshi:oshi-core:6.4.6")
}

Expand Down

0 comments on commit ebc930f

Please sign in to comment.