From 5a224f6bd534e64598f1d6e9c66ee5f64caf09be Mon Sep 17 00:00:00 2001 From: Jocelyne Date: Tue, 1 Aug 2023 11:55:04 +0200 Subject: [PATCH] chore: Update to Exposed 0.42.0 version in exposed-bom --- exposed-bom/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exposed-bom/README.md b/exposed-bom/README.md index b910f1a233..5f3bb35874 100644 --- a/exposed-bom/README.md +++ b/exposed-bom/README.md @@ -17,7 +17,7 @@ Bill of Materials for all Exposed modules org.jetbrains.exposed exposed-bom - 0.41.1 + 0.42.0 pom import @@ -46,12 +46,12 @@ Bill of Materials for all Exposed modules # Gradle ```kotlin repositories { - // Versions after 0.33.1 - mavenCentral() + // Versions after 0.33.1 + mavenCentral() } dependencies { - implementation(platform("org.jetbrains.exposed:exposed-bom:0.41.1")) + implementation(platform("org.jetbrains.exposed:exposed-bom:0.42.0")) implementation("org.jetbrains.exposed", "exposed-core") implementation("org.jetbrains.exposed", "exposed-dao") implementation("org.jetbrains.exposed", "exposed-jdbc")