mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
Exposed 0.39.2 release
This commit is contained in:
@@ -17,17 +17,17 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.exposed</groupId>
|
<groupId>org.jetbrains.exposed</groupId>
|
||||||
<artifactId>exposed-core</artifactId>
|
<artifactId>exposed-core</artifactId>
|
||||||
<version>0.39.1</version>
|
<version>0.39.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.exposed</groupId>
|
<groupId>org.jetbrains.exposed</groupId>
|
||||||
<artifactId>exposed-dao</artifactId>
|
<artifactId>exposed-dao</artifactId>
|
||||||
<version>0.39.1</version>
|
<version>0.39.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.exposed</groupId>
|
<groupId>org.jetbrains.exposed</groupId>
|
||||||
<artifactId>exposed-jdbc</artifactId>
|
<artifactId>exposed-jdbc</artifactId>
|
||||||
<version>0.39.1</version>
|
<version>0.39.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
@@ -76,27 +76,27 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.exposed</groupId>
|
<groupId>org.jetbrains.exposed</groupId>
|
||||||
<artifactId>exposed-core</artifactId>
|
<artifactId>exposed-core</artifactId>
|
||||||
<version>0.39.1</version>
|
<version>0.39.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.exposed</groupId>
|
<groupId>org.jetbrains.exposed</groupId>
|
||||||
<artifactId>exposed-dao</artifactId>
|
<artifactId>exposed-dao</artifactId>
|
||||||
<version>0.39.1</version>
|
<version>0.39.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.exposed</groupId>
|
<groupId>org.jetbrains.exposed</groupId>
|
||||||
<artifactId>exposed-jdbc</artifactId>
|
<artifactId>exposed-jdbc</artifactId>
|
||||||
<version>0.39.1</version>
|
<version>0.39.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.exposed</groupId>
|
<groupId>org.jetbrains.exposed</groupId>
|
||||||
<artifactId>exposed-jodatime</artifactId>
|
<artifactId>exposed-jodatime</artifactId>
|
||||||
<version>0.39.1</version>
|
<version>0.39.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.exposed</groupId>
|
<groupId>org.jetbrains.exposed</groupId>
|
||||||
<artifactId>exposed-java-time</artifactId>
|
<artifactId>exposed-java-time</artifactId>
|
||||||
<version>0.39.1</version>
|
<version>0.39.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
@@ -105,12 +105,12 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous
|
|||||||
#### Gradle Groovy
|
#### Gradle Groovy
|
||||||
```groovy
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.jetbrains.exposed:exposed-core:0.39.1'
|
implementation 'org.jetbrains.exposed:exposed-core:0.39.2'
|
||||||
implementation 'org.jetbrains.exposed:exposed-dao:0.39.1'
|
implementation 'org.jetbrains.exposed:exposed-dao:0.39.2'
|
||||||
implementation 'org.jetbrains.exposed:exposed-jdbc:0.39.1'
|
implementation 'org.jetbrains.exposed:exposed-jdbc:0.39.2'
|
||||||
implementation 'org.jetbrains.exposed:exposed-jodatime:0.39.1'
|
implementation 'org.jetbrains.exposed:exposed-jodatime:0.39.2'
|
||||||
// or
|
// or
|
||||||
implementation 'org.jetbrains.exposed:exposed-java-time:0.39.1'
|
implementation 'org.jetbrains.exposed:exposed-java-time:0.39.2'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
#### Gradle Kotlin DSL
|
#### Gradle Kotlin DSL
|
||||||
@@ -128,7 +128,7 @@ dependencies {
|
|||||||
```
|
```
|
||||||
and in `gradle.properties`
|
and in `gradle.properties`
|
||||||
```
|
```
|
||||||
exposedVersion=0.39.1
|
exposedVersion=0.39.2
|
||||||
```
|
```
|
||||||
|
|
||||||
### JDBC driver and logging
|
### JDBC driver and logging
|
||||||
|
|||||||
Reference in New Issue
Block a user