Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed Jan 22, 2025
2 parents c8f4f5b + fcaa00e commit 356c9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ganttproject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ dependencies {
implementation group: 'com.h2database', name: 'h2', version: '2.3.+'
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'
jooqGenerator 'org.jooq:jooq-meta-extensions:3.19.18'

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0'
implementation('net.harawata:appdirs:1.3.0') {
exclude group: 'net.java.dev.jna', module: 'jna'
}
Expand Down

0 comments on commit 356c9db

Please sign in to comment.