Skip to content

Commit

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

Bump org.jooq:jooq from 3.19.11 to 3.19.13
  • Loading branch information
dbarashev authored Oct 8, 2024
2 parents 7960e60 + 6c7f6fa commit b179cb6
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.11.2'
testImplementation 'org.jooq:jooq:3.19.11'
testImplementation 'org.jooq:jooq:3.19.13'
testImplementation "com.h2database:h2:2.3.+"
testImplementation "org.easymock:easymock:5.4.0"

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

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

Expand Down

0 comments on commit b179cb6

Please sign in to comment.