From 05e84152815bfe595e89945aae547f4b71124f23 Mon Sep 17 00:00:00 2001 From: "Andrey.Tarashevskiy" Date: Sat, 4 Sep 2021 01:12:35 +0300 Subject: [PATCH] Exposed 0.34.1 update --- Getting-Started.md | 14 +++++++------- LibDocumentation.md | 22 +++++++++++----------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index aca36f1..a5f5f0a 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -26,17 +26,17 @@ org.jetbrains.exposed exposed-core - 0.31.1 + 0.34.1 org.jetbrains.exposed exposed-dao - 0.31.1 + 0.34.1 org.jetbrains.exposed exposed-jdbc - 0.31.1 + 0.34.1 @@ -55,9 +55,9 @@ repositories { jcenter() } dependencies { - compile("org.jetbrains.exposed", "exposed-core", "0.31.1") - compile("org.jetbrains.exposed", "exposed-dao", "0.31.1") - compile("org.jetbrains.exposed", "exposed-jdbc", "0.31.1") + compile("org.jetbrains.exposed", "exposed-core", "0.34.1") + compile("org.jetbrains.exposed", "exposed-dao", "0.34.1") + compile("org.jetbrains.exposed", "exposed-jdbc", "0.34.1") } ``` @@ -75,7 +75,7 @@ dependencies { And the version in your `gradle.properties` ``` -exposedVersion=0.31.1 +exposedVersion=0.34.1 ``` - Note: There are another modules. Detailed information located in [[Modules Documentation|LibDocumentation]] section. diff --git a/LibDocumentation.md b/LibDocumentation.md index 984e5f5..db9b748 100644 --- a/LibDocumentation.md +++ b/LibDocumentation.md @@ -83,27 +83,27 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous org.jetbrains.exposed exposed-core - 0.31.1 + 0.34.1 org.jetbrains.exposed exposed-dao - 0.31.1 + 0.34.1 org.jetbrains.exposed exposed-jdbc - 0.31.1 + 0.34.1 org.jetbrains.exposed exposed-jodatime - 0.31.1 + 0.34.1 org.jetbrains.exposed exposed-java-time - 0.31.1 + 0.34.1 @@ -112,12 +112,12 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous #### Gradle Groovy ```groovy dependencies { - compile 'org.jetbrains.exposed:exposed-core:0.31.1' - compile 'org.jetbrains.exposed:exposed-dao:0.31.1' - compile 'org.jetbrains.exposed:exposed-jdbc:0.31.1' - compile 'org.jetbrains.exposed:exposed-jodatime:0.31.1' + compile 'org.jetbrains.exposed:exposed-core:0.34.1' + compile 'org.jetbrains.exposed:exposed-dao:0.34.1' + compile 'org.jetbrains.exposed:exposed-jdbc:0.34.1' + compile 'org.jetbrains.exposed:exposed-jodatime:0.34.1' // or - compile 'org.jetbrains.exposed:exposed-java-time:0.31.1' + compile 'org.jetbrains.exposed:exposed-java-time:0.34.1' } ``` #### Gradle Kotlin DSL @@ -135,7 +135,7 @@ dependencies { ``` and in `gradle.properties` ``` -exposedVersion=0.31.1 +exposedVersion=0.34.1 ``` ### JDBC driver and logging