Merge pull request #4087 from redisson/dependabot/maven/redisson-hibernate/com.h2database-h2-2.1.210

Bump h2 from 2.0.206 to 2.1.210 in /redisson-hibernate
pull/4091/head
Nikita Koksharov 3 years ago committed by GitHub
commit 4cd1300b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<version>2.0.206</version> <version>2.1.210</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

Loading…
Cancel
Save