Skip to content

Commit

Permalink
Merge pull request #5428 from microsoft/baywet-patch-1
Browse files Browse the repository at this point in the history
fix: jakarta version
  • Loading branch information
baywet authored Sep 18, 2024
2 parents 28b082d + fee9f95 commit 9348dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/kiota/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
},
{
"Name": "jakarta.annotation:jakarta.annotation-api",
"Version": "2.0.0",
"Version": "2.1.1",
"Type": "Additional",
"MaximumVersion": "2.0.0",
"MaximumVersion": "2.1.1",
"QueryName": "jakarta/annotation.jakarta|annotation-api"
}
],
Expand Down Expand Up @@ -373,4 +373,4 @@
"DependencyInstallCommand": "dotnet add package {0} --version {1}"
}
}
}
}

0 comments on commit 9348dcd

Please sign in to comment.