Skip to content

Commit

Permalink
Merge pull request #2274 from openturing/dependabot/maven/0.3.10/java…
Browse files Browse the repository at this point in the history
…-a362db46dd

Bump the java group with 3 updates
  • Loading branch information
alegauss authored Feb 11, 2025
2 parents da298ab + dc3abc4 commit 2f77b20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions turing-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>co.elastic.clients</groupId>
<artifactId>elasticsearch-java</artifactId>
<version>8.17.1</version>
<version>8.17.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -167,7 +167,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion turing-db/db-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion turing-sprinklr/sprinklr-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
<url>https://jitpack.io</url>
</repository>
</repositories>
</project>
</project>

0 comments on commit 2f77b20

Please sign in to comment.