Skip to content

Commit 140863d

Browse files
committed
Updated JSQLFormatter to latest version (1.0.0)
1 parent 827ba83 commit 140863d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,20 +268,20 @@
268268
<dependency>
269269
<groupId>com.fasterxml.jackson.core</groupId>
270270
<artifactId>jackson-core</artifactId>
271-
<version>2.13.3</version>
271+
<version>2.13.4</version>
272272
</dependency>
273273

274274
<dependency>
275275
<groupId>com.fasterxml.jackson.core</groupId>
276276
<artifactId>jackson-databind</artifactId>
277-
<version>2.13.3</version>
277+
<version>2.13.4</version>
278278
</dependency>
279279

280280
<!-- JSQLFormatter -->
281281
<dependency>
282282
<groupId>com.manticore-projects.jsqlformatter</groupId>
283283
<artifactId>jsqlformatter</artifactId>
284-
<version>0.1.11</version>
284+
<version>1.0.0</version>
285285
</dependency>
286286

287287
<!-- Vertical Blank SQL Formatter -->

0 commit comments

Comments
 (0)