1
0
mirror of https://github.com/russ-p/sqlbuilder.git synced 2025-12-14 09:14:23 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
1c86d3fafa Bump h2 from 1.4.194 to 2.1.210
Bumps [h2](https://github.com/h2database/h2database) from 1.4.194 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.194...version-2.1.210)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 23:27:40 +00:00
8f23030c2c Merge pull request #1 from russ-p/dependabot/maven/junit-junit-4.13.1
All checks were successful
continuous-integration/drone/push Build is passing
Bump junit from 4.12 to 4.13.1
2021-08-15 13:14:29 +03:00
dependabot[bot]
00c72a9cfe Bump junit from 4.12 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 14:54:21 +00:00

View File

@@ -20,13 +20,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.194</version>
<version>2.1.210</version>
<scope>test</scope>
</dependency>
</dependencies>