Skip to content

Commit

Permalink
build(deps): bump org.springframework:spring-jdbc in /trace-etl
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.29 to 6.1.14.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.29...v6.1.14)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 66402b2 commit 4c5dc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.3.29</version>
<version>6.1.14</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion trace-etl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<lombok.version>1.18.30</lombok.version>
<!--java20 is comparing the reasonable versions of Spring Boot and Spring. issue#19-->
<springboot.version>2.7.15</springboot.version>
<spring.version>5.3.29</spring.version>
<spring.version>6.1.14</spring.version>
<!-- Replace it with the absolute path of your own trace-etl project. issue#19-->
<maven.jcommonDirectory>~</maven.jcommonDirectory>
</properties>
Expand Down

0 comments on commit 4c5dc7b

Please sign in to comment.