Skip to content

Commit

Permalink
Bump the maven group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 3 updates: [org.springframework:spring-context](https://github.com/spring-projects/spring-framework), [com.h2database:h2](https://github.com/h2database/h2database) and [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc).


Updates `org.springframework:spring-context` from 5.3.39 to 6.1.14
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.39...v6.1.14)

Updates `com.h2database:h2` from 1.4.200 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-1.4.200...version-2.2.220)

Updates `org.xerial:sqlite-jdbc` from 3.34.0 to 3.41.2.2
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.34.0...3.41.2.2)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:development
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent bc0cfb7 commit 481112b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.39</version>
<version>6.1.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>2.2.220</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.34.0</version>
<version>3.41.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 481112b

Please sign in to comment.