Skip to content

Commit

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

Bump org.jooq:jooq from 3.19.7 to 3.19.8
  • Loading branch information
dbarashev committed May 2, 2024
2 parents 876efb9 + de317b5 commit adda5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2'
testImplementation 'org.jooq:jooq:3.19.7'
testImplementation 'org.jooq:jooq:3.19.8'
testImplementation "com.h2database:h2:2.2.+"
testImplementation "org.easymock:easymock:5.2.0"

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

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

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
implementation 'net.harawata:appdirs:1.2.2'
Expand Down

0 comments on commit adda5ed

Please sign in to comment.