Skip to content

Commit 9ef1277

Browse files
committed
Update dependencies
1 parent 50e4b2d commit 9ef1277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>org.assertj</groupId>
127127
<artifactId>assertj-core</artifactId>
128-
<version>3.9.1</version>
128+
<version>3.10.0</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
@@ -137,13 +137,13 @@
137137
<dependency>
138138
<groupId>org.hsqldb</groupId>
139139
<artifactId>hsqldb</artifactId>
140-
<version>2.4.0</version>
140+
<version>2.4.1</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.springframework</groupId>
145145
<artifactId>spring-jdbc</artifactId>
146-
<version>5.0.5.RELEASE</version>
146+
<version>5.0.6.RELEASE</version>
147147
<scope>test</scope>
148148
</dependency>
149149
<dependency>

0 commit comments

Comments
 (0)