Skip to content

Commit afc5377

Browse files
committed
New versions of dependencies
1 parent e0d5b76 commit afc5377

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>nl.jqno.equalsverifier</groupId>
150150
<artifactId>equalsverifier</artifactId>
151-
<version>1.7.3</version>
151+
<version>1.7.5</version>
152152
<scope>test</scope>
153153
</dependency>
154154
<dependency>

schemacrawler-integrations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.thymeleaf</groupId>
4141
<artifactId>thymeleaf</artifactId>
42-
<version>2.1.4.RELEASE</version>
42+
<version>3.0.0.ALPHA01</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.jruby</groupId>
8383
<artifactId>jruby-complete</artifactId>
84-
<version>1.7.18</version>
84+
<version>9.0.1.0</version>
8585
<scope>provided</scope>
8686
</dependency>
8787
<dependency>

schemacrawler-postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.postgresql</groupId>
2727
<artifactId>postgresql</artifactId>
28-
<version>9.4-1201-jdbc41</version>
28+
<version>9.4-1202-jdbc42</version>
2929
</dependency>
3030
</dependencies>
3131
<build>

0 commit comments

Comments
 (0)