Skip to content

Commit 9a301b1

Browse files
committed
Updated test dependencies
1 parent dca383d commit 9a301b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<maven.compiler.source>1.8</maven.compiler.source>
3939
<maven.compiler.target>1.8</maven.compiler.target>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41-
<scala.version>3.3.1</scala.version>
41+
<scala.version>3.3.7</scala.version>
4242
<scala.compat.version>3</scala.compat.version>
4343
</properties>
4444
<dependencies>
@@ -74,37 +74,37 @@
7474
<dependency>
7575
<groupId>org.junit.jupiter</groupId>
7676
<artifactId>junit-jupiter</artifactId>
77-
<version>5.10.1</version>
77+
<version>5.14.1</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.typesafe.slick</groupId>
8282
<artifactId>slick_${scala.compat.version}</artifactId>
83-
<version>3.5.0-M5</version>
83+
<version>3.6.1</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.slf4j</groupId>
8888
<artifactId>slf4j-nop</artifactId>
89-
<version>2.0.9</version>
89+
<version>2.0.17</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.springframework</groupId>
9494
<artifactId>spring-jdbc</artifactId>
95-
<version>5.3.31</version>
95+
<version>5.3.39</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.hibernate.orm</groupId>
100100
<artifactId>hibernate-vector</artifactId>
101-
<version>6.4.0.Final</version>
101+
<version>6.6.38.Final</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.postgresql</groupId>
106106
<artifactId>r2dbc-postgresql</artifactId>
107-
<version>1.0.3.RELEASE</version>
107+
<version>1.1.1.RELEASE</version>
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>

0 commit comments

Comments
 (0)