Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2024
1 parent 17ee03c commit f9ce918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.34'
runtimeOnly 'org.mariadb:r2dbc-mariadb:1.2.1'
runtimeOnly 'io.r2dbc:r2dbc-h2:1.0.0.RELEASE'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.4.0'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.4.1'
runtimeOnly 'com.h2database:h2:2.2.224'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final'
Expand Down

0 comments on commit f9ce918

Please sign in to comment.