Skip to content

Commit

Permalink
Bump h2 from 1.3.168 to 2.1.210
Browse files Browse the repository at this point in the history
Bumps [h2](https://github.com/h2database/h2database) from 1.3.168 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.1.210)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2022
1 parent c815af2 commit 07efaab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cttv-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.173</version>
<version>2.1.210</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion intact-db-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.192</version>
<version>2.1.210</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion intact-mi-cluster-score/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>2.1.210</version>
</dependency>

<!-- Other -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.168</version>
<version>2.1.210</version>
</dependency>

<!-- plugin dependencies -->
Expand Down

0 comments on commit 07efaab

Please sign in to comment.