Skip to content

Commit

Permalink
build: bump com.mysql:mysql-connector-j to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Feb 5, 2024
1 parent 67cda3a commit c35d339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {

implementation 'io.kubernetes:client-java:18.0.1'

implementation 'com.mysql:mysql-connector-j:8.0.33'
implementation 'com.mysql:mysql-connector-j:8.2.0'
runtimeOnly 'com.h2database:h2:2.2.220'

implementation 'com.hierynomus:sshj:0.35.0'
Expand Down

0 comments on commit c35d339

Please sign in to comment.