Skip to content

Commit 4a0e8cf

Browse files
Bump org.springframework:spring-jdbc from 6.1.2 to 6.1.3 (#249)
Bumps [org.springframework:spring-jdbc](https://github.com/spring-projects/spring-framework) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.2...v6.1.3) --- updated-dependencies: - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92bd5e9 commit 4a0e8cf

File tree

2 files changed

+2
-2
lines changed
  • querydsl-examples/querydsl-example-sql-spring
  • querydsl-sql-spring

2 files changed

+2
-2
lines changed

querydsl-examples/querydsl-example-sql-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
<spring.version>6.1.2</spring.version>
16+
<spring.version>6.1.3</spring.version>
1717

1818
<!-- to match spring JDK version -->
1919
<main.java.version>17</main.java.version>

querydsl-sql-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>SQL Spring support for Querydsl</description>
1414

1515
<properties>
16-
<spring.version>6.1.2</spring.version>
16+
<spring.version>6.1.3</spring.version>
1717
<!-- to match spring SDK version -->
1818
<main.java.version>17</main.java.version>
1919
</properties>

0 commit comments

Comments
 (0)