Skip to content

Commit

Permalink
Bump org.springframework:spring-jdbc from 5.3.23 to 6.0.12
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-jdbc](https://github.com/spring-projects/spring-framework) from 5.3.23 to 6.0.12.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.0.12)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 4d587fc commit c465f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcv-db-jdbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation(group = "org.postgresql", name = "postgresql", version = "${project.extra["postgres.version"]}")
implementation(group = "com.microsoft.sqlserver", name = "mssql-jdbc", version = "${project.extra["mssql.version"]}")
implementation(group = "mysql", name = "mysql-connector-java", version = "${project.extra["mysql.version"]}")
implementation(group = "org.springframework", name = "spring-jdbc", version = "5.3.23")
implementation(group = "org.springframework", name = "spring-jdbc", version = "6.0.12")
implementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.14.2")

testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "${project.extra["junit.version"]}")
Expand Down

0 comments on commit c465f67

Please sign in to comment.