Skip to content

Commit

Permalink
Merge branch '1.14.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Feb 4, 2025
2 parents 0627e9b + a799e95 commit cba6048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .kotlin/errors/errors-1738680423083.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kotlin version: 2.0.21
error message: The daemon has terminated unexpectedly on startup attempt #1 with error code: 0. The daemon process output:
1. Kotlin compile daemon is ready

6 changes: 2 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jetty12 = "12.0.6"
jersey3 = "3.1.10"
jmh = "1.37"
# 3.14.x is the newest version of OSS jOOQ that supports Java 8
jooqOld = "3.14.16"
# latest version of jOOQ to run tests against
jooqNew = "3.19.18"
jsr107 = "1.1.1"
Expand All @@ -55,7 +54,6 @@ junit = "5.11.4"
kafka = "2.8.2"
kafka-junit = "4.2.10"
latency-utils = "2.0.3"
logback12 = "1.2.13"
logback-latest = "1.5.16"
log4j = "2.24.3"
maven-resolver = "1.9.22"
Expand Down Expand Up @@ -159,7 +157,7 @@ jersey3Hk2 = { module = "org.glassfish.jersey.inject:jersey-hk2", version.ref =
jersey3TestFrameworkJdkHttp = { module = "org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http", version.ref = "jersey3" }
jmhCore = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
jmhAnnotationProcessor = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
jooq = { module = "org.jooq:jooq", version.ref = "jooqOld" }
jooq = { module = "org.jooq:jooq", version = "3.14.16" }
jooqLatest = { module = "org.jooq:jooq", version.ref = "jooqNew" }
jsonPath = { module = "com.jayway.jsonpath:json-path", version = "2.9.0" }
jsr107 = { module = "org.jsr107.ri:cache-ri-impl", version.ref = "jsr107" }
Expand All @@ -174,7 +172,7 @@ kafkaJunit = { module = "com.github.charithe:kafka-junit", version.ref = "kafka-
kotlinxCoroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.3" }
latencyUtils = { module = "org.latencyutils:LatencyUtils", version.ref = "latency-utils" }
lmaxDisruptor = "com.lmax:disruptor:3.4.4"
logback12 = { module = "ch.qos.logback:logback-classic", version.ref = "logback12" }
logback12 = { module = "ch.qos.logback:logback-classic", version = "1.2.13" }
logbackLatest = {module = "ch.qos.logback:logback-classic", version.ref = "logback-latest" }
log4j = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
mavenResolverConnectorBasic = { module = "org.apache.maven.resolver:maven-resolver-connector-basic", version.ref = "maven-resolver" }
Expand Down

0 comments on commit cba6048

Please sign in to comment.