added progress as a future replacement of accept
This commit is contained in:
@ -22,7 +22,7 @@ apply plugin: 'java'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
group = 'de.jottyfan'
|
||||
version = '2024.03.16c'
|
||||
version = '2024.10.23'
|
||||
|
||||
description = """COJooq"""
|
||||
|
||||
@ -47,7 +47,7 @@ dependencies {
|
||||
import org.jooq.meta.jaxb.Logging
|
||||
|
||||
jooq {
|
||||
version = '3.19.6'
|
||||
version = '3.19.14'
|
||||
edition = nu.studer.gradle.jooq.JooqEdition.OSS
|
||||
configurations {
|
||||
camporganizer {
|
||||
|
Reference in New Issue
Block a user