Skip to content

Commit

Permalink
Bump org.jooq:jooq from 3.19.15 to 3.19.16
Browse files Browse the repository at this point in the history
Bumps org.jooq:jooq from 3.19.15 to 3.19.16.

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent cb9ba06 commit 64a04fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ganttproject-tester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation project(':ganttproject')
testImplementation project(':biz.ganttproject.impex.msproject2')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.jooq:jooq:3.19.15'
testImplementation 'org.jooq:jooq:3.19.16'
testImplementation "com.h2database:h2:2.3.+"
testImplementation "org.easymock:easymock:5.5.0"

Expand Down
6 changes: 3 additions & 3 deletions ganttproject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ dependencies {
implementation files('src/main/resources/resources')

implementation group: 'com.h2database', name: 'h2', version: '2.3.+'
implementation 'org.jooq:jooq:3.19.15'
jooqGenerator 'org.jooq:jooq-codegen-gradle:3.19.15'
jooqGenerator 'org.jooq:jooq-meta-extensions:3.19.15'
implementation 'org.jooq:jooq:3.19.16'
jooqGenerator 'org.jooq:jooq-codegen-gradle:3.19.16'
jooqGenerator 'org.jooq:jooq-meta-extensions:3.19.16'

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3'
implementation('net.harawata:appdirs:1.2.2') {
Expand Down

0 comments on commit 64a04fb

Please sign in to comment.