Skip to content

Commit

Permalink
Update dependency com.h2database:h2 to v2.3.230
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent 64bc449 commit 22ede89
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 @@ -33,7 +33,7 @@ dependencies {
testRuntimeOnly "org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)

// dependencies used by examples in this project
testRuntimeOnly "com.h2database:h2:2.2.224"
testRuntimeOnly "com.h2database:h2:2.3.230"
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 @@ -116,7 +116,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.224</version>
<version>2.3.230</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
Expand Down

0 comments on commit 22ede89

Please sign in to comment.