Skip to content

Commit

Permalink
Merge branch 'develop' into docs/faq-differ-kotlin-jdsl-and-jooq-quer…
Browse files Browse the repository at this point in the history
…ydsl
  • Loading branch information
progress0407 committed Mar 17, 2024
2 parents b6699e8 + 9b81d68 commit c19c652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs.example.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ eclipselink2 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa",
eclipselink4 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", version = "4.0.2" }

# vertx
vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.5.4" }
vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.5.5" }
agroal-pool = { module = "io.agroal:agroal-pool", version = "2.3" }

h2 = { module = "com.h2database:h2", version = "2.2.224" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jdsl-commitlint-node-package",
"devDependencies": {
"@commitlint/cli": "19.1.0",
"@commitlint/cli": "19.2.0",
"@commitlint/config-conventional": "19.1.0"
}
}

0 comments on commit c19c652

Please sign in to comment.