Skip to content

Commit

Permalink
OPIK-1036: Updated backend dependencies part 2 (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrescrz authored Feb 17, 2025
1 parent cc5ab0b commit ecaa90e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/opik-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.10</version>
<version>0.9.14</version>
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
Expand Down Expand Up @@ -246,7 +246,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.7.0</version>
<version>3.7.3</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -381,7 +381,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.44.1</version>
<version>2.44.2</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down

0 comments on commit ecaa90e

Please sign in to comment.