Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump h2 from 1.4.196 to 2.0.206 in /kotlin-javaee-cdi-h2
Bumps [h2](https://github.com/h2database/h2database) from 1.4.196 to 2.0.206. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-1.4.196...version-2.0.206) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2022
commit 69fca411915d223665e1168c16b153237d6ca12c
2 changes: 1 addition & 1 deletion kotlin-javaee-cdi-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<kotlin.version>1.2.10</kotlin.version>
<slf4j.version>1.7.25</slf4j.version>
<h2.version>1.4.196</h2.version>
<h2.version>2.0.206</h2.version>
<hibernate.core.version>4.2.18.Final</hibernate.core.version>
</properties>

Expand Down