Skip to content

Commit

Permalink
Merge pull request #2382 from bardsoftware/dependabot/gradle/org.jooq…
Browse files Browse the repository at this point in the history
…-jooq-3.19.0

Bump org.jooq:jooq from 3.18.7 to 3.19.0
  • Loading branch information
dbarashev authored Dec 18, 2023
2 parents 8bc897f + 704bfa0 commit 8521e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.10.1'
testImplementation 'org.jooq:jooq:3.18.7'
testImplementation 'org.jooq:jooq:3.19.0'
testImplementation "com.h2database:h2:2.2.+"
testImplementation "org.easymock:easymock:5.2.0"

Expand Down
2 changes: 1 addition & 1 deletion ganttproject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation files('src/main/resources/resources')

implementation group: 'com.h2database', name: 'h2', version: '2.2.+'
implementation 'org.jooq:jooq:3.18.7'
implementation 'org.jooq:jooq:3.19.0'
jooqGenerator 'org.jooq:jooq-meta-extensions'

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2'
Expand Down

0 comments on commit 8521e68

Please sign in to comment.