Skip to content

Commit

Permalink
Update dependency com.h2database:h2 to v2.2.220 [SECURITY] (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2023
1 parent 1933055 commit 59fdc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
testRuntimeOnly "org.objenesis:objenesis:3.3" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)

// dependencies used by examples in this project
testRuntimeOnly "com.h2database:h2:2.1.214"
testRuntimeOnly "com.h2database:h2:2.2.220"
implementation "org.apache.groovy:groovy-sql"
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version>
<version>2.2.220</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
Expand Down

0 comments on commit 59fdc3b

Please sign in to comment.