@@ -71,52 +71,52 @@ The Maven Central repository is enabled by default for Maven users.
71
71
<dependency >
72
72
<groupId >org.jetbrains.exposed</groupId >
73
73
<artifactId >exposed-core</artifactId >
74
- <version >0.48 .0</version >
74
+ <version >0.49 .0</version >
75
75
</dependency >
76
76
<dependency >
77
77
<groupId >org.jetbrains.exposed</groupId >
78
78
<artifactId >exposed-crypt</artifactId >
79
- <version >0.48 .0</version >
79
+ <version >0.49 .0</version >
80
80
</dependency >
81
81
<dependency >
82
82
<groupId >org.jetbrains.exposed</groupId >
83
83
<artifactId >exposed-dao</artifactId >
84
- <version >0.48 .0</version >
84
+ <version >0.49 .0</version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >org.jetbrains.exposed</groupId >
88
88
<artifactId >exposed-java-time</artifactId >
89
- <version >0.48 .0</version >
89
+ <version >0.49 .0</version >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >org.jetbrains.exposed</groupId >
93
93
<artifactId >exposed-jdbc</artifactId >
94
- <version >0.48 .0</version >
94
+ <version >0.49 .0</version >
95
95
</dependency >
96
96
<dependency >
97
97
<groupId >org.jetbrains.exposed</groupId >
98
98
<artifactId >exposed-jodatime</artifactId >
99
- <version >0.48 .0</version >
99
+ <version >0.49 .0</version >
100
100
</dependency >
101
101
<dependency >
102
102
<groupId >org.jetbrains.exposed</groupId >
103
103
<artifactId >exposed-json</artifactId >
104
- <version >0.48 .0</version >
104
+ <version >0.49 .0</version >
105
105
</dependency >
106
106
<dependency >
107
107
<groupId >org.jetbrains.exposed</groupId >
108
108
<artifactId >exposed-kotlin-datetime</artifactId >
109
- <version >0.48 .0</version >
109
+ <version >0.49 .0</version >
110
110
</dependency >
111
111
<dependency >
112
112
<groupId >org.jetbrains.exposed</groupId >
113
113
<artifactId >exposed-money</artifactId >
114
- <version >0.48 .0</version >
114
+ <version >0.49 .0</version >
115
115
</dependency >
116
116
<dependency >
117
117
<groupId >org.jetbrains.exposed</groupId >
118
118
<artifactId >exposed-spring-boot-starter</artifactId >
119
- <version >0.48 .0</version >
119
+ <version >0.49 .0</version >
120
120
</dependency >
121
121
</dependencies >
122
122
@@ -126,20 +126,20 @@ The Maven Central repository is enabled by default for Maven users.
126
126
127
127
``` groovy
128
128
dependencies {
129
- implementation 'org.jetbrains.exposed:exposed-core:0.48 .0'
130
- implementation 'org.jetbrains.exposed:exposed-crypt:0.48 .0'
131
- implementation 'org.jetbrains.exposed:exposed-dao:0.48 .0'
132
- implementation 'org.jetbrains.exposed:exposed-jdbc:0.48 .0'
129
+ implementation 'org.jetbrains.exposed:exposed-core:0.49 .0'
130
+ implementation 'org.jetbrains.exposed:exposed-crypt:0.49 .0'
131
+ implementation 'org.jetbrains.exposed:exposed-dao:0.49 .0'
132
+ implementation 'org.jetbrains.exposed:exposed-jdbc:0.49 .0'
133
133
134
- implementation 'org.jetbrains.exposed:exposed-jodatime:0.48 .0'
134
+ implementation 'org.jetbrains.exposed:exposed-jodatime:0.49 .0'
135
135
// or
136
- implementation 'org.jetbrains.exposed:exposed-java-time:0.48 .0'
136
+ implementation 'org.jetbrains.exposed:exposed-java-time:0.49 .0'
137
137
// or
138
- implementation 'org.jetbrains.exposed:exposed-kotlin-datetime:0.48 .0'
138
+ implementation 'org.jetbrains.exposed:exposed-kotlin-datetime:0.49 .0'
139
139
140
- implementation 'org.jetbrains.exposed:exposed-json:0.48 .0'
141
- implementation 'org.jetbrains.exposed:exposed-money:0.48 .0'
142
- implementation 'org.jetbrains.exposed:exposed-spring-boot-starter:0.48 .0'
140
+ implementation 'org.jetbrains.exposed:exposed-json:0.49 .0'
141
+ implementation 'org.jetbrains.exposed:exposed-money:0.49 .0'
142
+ implementation 'org.jetbrains.exposed:exposed-spring-boot-starter:0.49 .0'
143
143
}
144
144
```
145
145
@@ -170,7 +170,7 @@ dependencies {
170
170
and in ` gradle.properties `
171
171
172
172
```
173
- exposedVersion=0.48 .0
173
+ exposedVersion=0.49 .0
174
174
```
175
175
176
176
## Samples
0 commit comments