-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.sql2o:sql2o from 1.6.0 to 1.8.0 (#501)
* Bump org.sql2o:sql2o from 1.6.0 to 1.8.0 Bumps [org.sql2o:sql2o](https://github.com/aaberg/sql2o) from 1.6.0 to 1.8.0. - [Release notes](https://github.com/aaberg/sql2o/releases) - [Commits](aaberg/sql2o@sql2o-parent-1.6.0...1.8.0) --- updated-dependencies: - dependency-name: org.sql2o:sql2o dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fiks for sql2o 1.8.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sondre Eikanger Kvalø <[email protected]>
- Loading branch information
1 parent
9e10949
commit 9b5e1e6
Showing
3 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
embedded-db-junit/src/test/java/org/zapodot/junit/db/TestElement.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.zapodot.junit.db; | ||
|
||
public class TestElement { | ||
public Long id; | ||
|
||
public String name; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters