Skip to content

Commit

Permalink
chore(deps): bump org.springframework:spring-jdbc from 5.3.23 to 6.1.3
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.1.3.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.1.3)

---
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] committed Jan 15, 2024
1 parent 882c219 commit 4029763
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.1.3")
implementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.15.3")

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

0 comments on commit 4029763

Please sign in to comment.