Skip to content

Commit

Permalink
Bump mysql:mysql-connector-java from 8.0.32 to 8.0.33 in /modules/spock
Browse files Browse the repository at this point in the history
Bumps mysql:mysql-connector-java from 8.0.32 to 8.0.33.

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2023
1 parent 3616ebf commit 073091b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'

testRuntimeOnly 'org.postgresql:postgresql:42.6.0'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.32'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.9.2'
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.9.2'

Expand Down

0 comments on commit 073091b

Please sign in to comment.