Skip to content

Commit

Permalink
Bump jooq from 3.12.4 to 3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed May 18, 2020
1 parent 80ec97c commit d326af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ NOTE: References to user stories are in the form Iteration/Story-Number.
.Added

.Changed
- Bumped detekt, gradle-wrapper
- Bumped detekt, gradle-wrapper, jOOQ

//.Deprecated
//
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Lib.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Lib {
private const val wicketBootstrapVersion = "2.0.13"
private const val jasperReportVersion = "6.12.2"
private const val krisVersion = "0.2.4"
const val jooqVersion = "3.12.4"
const val jooqVersion = "3.13.2"

private const val kotlinLoggingVersion = "1.7.9"

Expand Down

0 comments on commit d326af7

Please sign in to comment.