Skip to content

Commit

Permalink
chore(deps): update mend: high confidence minor and patch dependency …
Browse files Browse the repository at this point in the history
…updates
  • Loading branch information
mend-for-github.aaakk.us.kg[bot] authored May 29, 2024
1 parent 53a3368 commit 9e8584f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replace (
require (
github.com/equinix/terraform-provider-equinix v1.20.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.0
github.com/pulumi/pulumi/pkg/v3 v3.94.2
github.com/pulumi/pulumi/pkg/v3 v3.117.0
github.com/pulumi/pulumi/sdk/v3 v3.94.2
)

Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Pulumi.Equinix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions sdk/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("signing")
id("java-library")
id("maven-publish")
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
}

group = "com.equinix"
Expand Down Expand Up @@ -45,7 +45,7 @@ repositories {

dependencies {
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.pulumi:pulumi:0.9.8")
}

Expand Down

0 comments on commit 9e8584f

Please sign in to comment.