Skip to content

Commit d1a913b

Browse files
authored
Merge pull request #756 from aws/dependabot/maven/com.h2database-h2-2.2.224
chore(deps-dev): bump com.h2database:h2 from 2.2.222 to 2.2.224
2 parents 028b179 + 9c181ec commit d1a913b

File tree

1 file changed

+1
-1
lines changed
  • aws-serverless-java-container-springboot3

1 file changed

+1
-1
lines changed

aws-serverless-java-container-springboot3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<dependency>
227227
<groupId>com.h2database</groupId>
228228
<artifactId>h2</artifactId>
229-
<version>2.2.222</version>
229+
<version>2.2.224</version>
230230
<scope>test</scope>
231231
</dependency>
232232

0 commit comments

Comments
 (0)
close