Skip to content

Commit

Permalink
Bump spring-jdbc from 5.3.15 to 5.3.19 (#3234)
Browse files Browse the repository at this point in the history
Bumps [spring-jdbc](https://github.com/spring-projects/spring-framework) from 5.3.15 to 5.3.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.15...v5.3.19)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2022
1 parent 909fbe2 commit ec02c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion querydsl-examples/querydsl-example-sql-spring/pom.xml
Expand Up @@ -16,7 +16,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>5.3.15</spring.version>
<spring.version>5.3.19</spring.version>
<h2.version>1.3.170</h2.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-sql-spring/pom.xml
Expand Up @@ -16,7 +16,7 @@


<properties>
<spring.version>5.3.15</spring.version>
<spring.version>5.3.19</spring.version>
</properties>

<dependencies>
Expand Down

0 comments on commit ec02c61

Please sign in to comment.