Skip to content

Commit

Permalink
Merge pull request #10 from taboola/upgrade-profiler-to-282
Browse files Browse the repository at this point in the history
upgrade profiler to 282
  • Loading branch information
tomsisso authored Jul 15, 2022
2 parents e0f320b + 9dfea9e commit 8bf8c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.taboola</groupId>
<artifactId>async-profiler-actuator-endpoint</artifactId>
<version>2.0.0</version>
<version>2.0.0_${async.profiler.version}</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Async Profiler Actuator Endpoint</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<com.taboola.spring.version>4.3.23.RELEASE</com.taboola.spring.version>
<com.taboola.spring.boot.version>1.5.20.RELEASE</com.taboola.spring.boot.version>
<com.taboola.lombok.version>1.18.10</com.taboola.lombok.version>
<async.profiler.version>2.7</async.profiler.version>
<async.profiler.version>2.8.2</async.profiler.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<skip.bootstrap>false</skip.bootstrap>
Expand Down

0 comments on commit 8bf8c8c

Please sign in to comment.