Skip to content

Commit

Permalink
Upgrade diagnostics tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 committed Mar 18, 2024
1 parent f1e2e2b commit 60a104a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/distribution/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<artifactId>disruptor</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.diagnostics</groupId>
<groupId>org.wso2.runtime.diagnostics</groupId>
<artifactId>runtime-diagnostics</artifactId>
</dependency>
</dependencies>
Expand Down Expand Up @@ -97,7 +97,7 @@
<outputDirectory>target</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.wso2.diagnostics</groupId>
<groupId>org.wso2.runtime.diagnostics</groupId>
<artifactId>runtime-diagnostics</artifactId>
<version>${diagnostics.tool.version}</version>
<type>zip</type>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@

<!-- Diagnostic Server Dependencies -->
<dependency>
<groupId>org.wso2.diagnostics</groupId>
<groupId>org.wso2.runtime.diagnostics</groupId>
<artifactId>runtime-diagnostics</artifactId>
<version>${diagnostics.tool.version}</version>
</dependency>
Expand Down Expand Up @@ -1456,7 +1456,7 @@
<config.mapper.version>1.0.2</config.mapper.version>

<!-- Diagnostic Tool Dependencies -->
<diagnostics.tool.version>1.0.4</diagnostics.tool.version>
<diagnostics.tool.version>1.0.11</diagnostics.tool.version>

<!-- Authenticator Properties -->
<identity.outbound.auth.oidc.version>5.11.34</identity.outbound.auth.oidc.version>
Expand Down

0 comments on commit 60a104a

Please sign in to comment.