@@ -81,52 +81,52 @@ The Maven Central repository is enabled by default for Maven users.
81
81
<dependency >
82
82
<groupId >org.jetbrains.exposed</groupId >
83
83
<artifactId >exposed-core</artifactId >
84
- <version >0.50.0 </version >
84
+ <version >0.50.1 </version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >org.jetbrains.exposed</groupId >
88
88
<artifactId >exposed-crypt</artifactId >
89
- <version >0.50.0 </version >
89
+ <version >0.50.1 </version >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >org.jetbrains.exposed</groupId >
93
93
<artifactId >exposed-dao</artifactId >
94
- <version >0.50.0 </version >
94
+ <version >0.50.1 </version >
95
95
</dependency >
96
96
<dependency >
97
97
<groupId >org.jetbrains.exposed</groupId >
98
98
<artifactId >exposed-java-time</artifactId >
99
- <version >0.50.0 </version >
99
+ <version >0.50.1 </version >
100
100
</dependency >
101
101
<dependency >
102
102
<groupId >org.jetbrains.exposed</groupId >
103
103
<artifactId >exposed-jdbc</artifactId >
104
- <version >0.50.0 </version >
104
+ <version >0.50.1 </version >
105
105
</dependency >
106
106
<dependency >
107
107
<groupId >org.jetbrains.exposed</groupId >
108
108
<artifactId >exposed-jodatime</artifactId >
109
- <version >0.50.0 </version >
109
+ <version >0.50.1 </version >
110
110
</dependency >
111
111
<dependency >
112
112
<groupId >org.jetbrains.exposed</groupId >
113
113
<artifactId >exposed-json</artifactId >
114
- <version >0.50.0 </version >
114
+ <version >0.50.1 </version >
115
115
</dependency >
116
116
<dependency >
117
117
<groupId >org.jetbrains.exposed</groupId >
118
118
<artifactId >exposed-kotlin-datetime</artifactId >
119
- <version >0.50.0 </version >
119
+ <version >0.50.1 </version >
120
120
</dependency >
121
121
<dependency >
122
122
<groupId >org.jetbrains.exposed</groupId >
123
123
<artifactId >exposed-money</artifactId >
124
- <version >0.50.0 </version >
124
+ <version >0.50.1 </version >
125
125
</dependency >
126
126
<dependency >
127
127
<groupId >org.jetbrains.exposed</groupId >
128
128
<artifactId >exposed-spring-boot-starter</artifactId >
129
- <version >0.50.0 </version >
129
+ <version >0.50.1 </version >
130
130
</dependency >
131
131
</dependencies >
132
132
@@ -136,20 +136,20 @@ The Maven Central repository is enabled by default for Maven users.
136
136
137
137
``` groovy
138
138
dependencies {
139
- implementation 'org.jetbrains.exposed:exposed-core:0.50.0 '
140
- implementation 'org.jetbrains.exposed:exposed-crypt:0.50.0 '
141
- implementation 'org.jetbrains.exposed:exposed-dao:0.50.0 '
142
- implementation 'org.jetbrains.exposed:exposed-jdbc:0.50.0 '
139
+ implementation 'org.jetbrains.exposed:exposed-core:0.50.1 '
140
+ implementation 'org.jetbrains.exposed:exposed-crypt:0.50.1 '
141
+ implementation 'org.jetbrains.exposed:exposed-dao:0.50.1 '
142
+ implementation 'org.jetbrains.exposed:exposed-jdbc:0.50.1 '
143
143
144
- implementation 'org.jetbrains.exposed:exposed-jodatime:0.50.0 '
144
+ implementation 'org.jetbrains.exposed:exposed-jodatime:0.50.1 '
145
145
// or
146
- implementation 'org.jetbrains.exposed:exposed-java-time:0.50.0 '
146
+ implementation 'org.jetbrains.exposed:exposed-java-time:0.50.1 '
147
147
// or
148
- implementation 'org.jetbrains.exposed:exposed-kotlin-datetime:0.50.0 '
148
+ implementation 'org.jetbrains.exposed:exposed-kotlin-datetime:0.50.1 '
149
149
150
- implementation 'org.jetbrains.exposed:exposed-json:0.50.0 '
151
- implementation 'org.jetbrains.exposed:exposed-money:0.50.0 '
152
- implementation 'org.jetbrains.exposed:exposed-spring-boot-starter:0.50.0 '
150
+ implementation 'org.jetbrains.exposed:exposed-json:0.50.1 '
151
+ implementation 'org.jetbrains.exposed:exposed-money:0.50.1 '
152
+ implementation 'org.jetbrains.exposed:exposed-spring-boot-starter:0.50.1 '
153
153
}
154
154
```
155
155
@@ -180,7 +180,7 @@ dependencies {
180
180
and in ` gradle.properties `
181
181
182
182
```
183
- exposedVersion=0.50.0
183
+ exposedVersion=0.50.1
184
184
```
185
185
186
186
## Samples
0 commit comments