Skip to content

Commit

Permalink
Libs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Apr 13, 2022
1 parent 05798f0 commit 00de8d6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions buildSrc/src/main/kotlin/org/jetbrains/exposed/gradle/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ package org.jetbrains.exposed.gradle

object Versions {
const val kotlin = "1.6.20"
const val kotlinCoroutines = "1.6.0"
const val kotlinCoroutines = "1.6.1"

const val slf4j = "1.7.30"
const val log4j2 = "2.14.1"
const val slf4j = "1.7.36"
const val log4j2 = "2.17.2"

/** JDBC drivers **/
const val h2 = "1.4.199"
const val h2_v2 = "2.1.210"
const val mariaDB_v2 = "2.7.4"
const val h2_v2 = "2.1.212"
const val mariaDB_v2 = "2.7.5"
const val mariaDB_v3 = "3.0.4"
const val mysql51 = "5.1.49"
const val mysql80 = "8.0.27"
const val mysql80 = "8.0.28"
const val oracle12 = "12.2.0.1"
const val postgre = "42.3.1"
const val postgre = "42.3.3"
const val postgreNG = "0.8.9"
const val sqlLite3 = "3.36.0.3"
const val sqlserver = "8.4.1.jre8"

/** Spring **/
const val springFramework = "5.3.13"
const val springBoot = "2.6.1"
const val springFramework = "5.3.18"
const val springBoot = "2.6.6"

/** Test Dependencies **/
const val testContainers = "1.15.3"
const val testContainers = "1.16.3"
const val otjPgEmbedded = "0.13.4"
}

0 comments on commit 00de8d6

Please sign in to comment.