Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 29, 2023
1 parent c8153e0 commit c76d84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation("mysql:mysql-connector-java:8.0.33")
implementation("org.mariadb.jdbc:mariadb-java-client:3.3.0")
implementation("org.mariadb.jdbc:mariadb-java-client:3.3.1")
compileOnly("org.jetbrains", "annotations", "24.1.0")
implementation("org.xerial", "sqlite-jdbc", "3.44.1.0")
implementation("org.postgresql", "postgresql", "42.7.0")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
<!-- Unit Testing -->
<dependency>
Expand Down

0 comments on commit c76d84b

Please sign in to comment.