diff --git a/jbang-catalog.json b/jbang-catalog.json index feb93f6..fa0cb1b 100644 --- a/jbang-catalog.json +++ b/jbang-catalog.json @@ -9,13 +9,13 @@ ], "java": "16" }, - "applicationinsights-agent": { - "script-ref": "com.microsoft.azure:applicationinsights-agent:3.1.1", - "description": "Azure application insights agent\nRun with `jbang --javaagent applicationinsights-agent@microsoft \u003cyourapp\u003e`. Needs connection string setup - see https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent for details." + "appinsights-agent": { + "script-ref": "com.microsoft.azure:applicationinsights-agent:3.2.3", + "description": "Azure Application Insights Agent 3.2.3\nRun with `jbang --javaagent appinsights-agent@microsoft \u003cyourapp\u003e`. Needs connection string setup - see https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent for details." }, "playwright": { "script-ref": "https://github.com/microsoft/playwright-java/blob/master/scripts/playwright.java", - "description": "Playwright lets you automate Chromium, Firefox and Webkit with a single API. \nWith this cli you can install, trace, generate pdf and screenshots and more.\nExample on how to record and run a script:\n```\n jbang playwright@microsoft/playwright-java codegen -o Example.java`\n jbang --deps com.microsoft.playwright:playwright:RELEASE Example.java\n```" + "description": "Playwright lets you automate Chromium, Firefox and Webkit with a single API. \nWith this cli you can install, trace, generate pdf and screenshots and more.\nExample on how to record and run a script:\n```\n jbang playwright@microsoft codegen -o Example.java`\n jbang --deps com.microsoft.playwright:playwright:RELEASE Example.java\n```" } }, "templates": {}