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 Sep 19, 2024
1 parent 53a3368 commit 08d8530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
6 changes: 3 additions & 3 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,8 +45,8 @@ repositories {

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

task sourcesJar(type: Jar) {
Expand Down

0 comments on commit 08d8530

Please sign in to comment.