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")