|
14 | 14 | <maven.compiler.target>1.8</maven.compiler.target>
|
15 | 15 | <maven.compiler.source>1.8</maven.compiler.source>
|
16 | 16 | <jersey.version>2.29</jersey.version>
|
17 |
| - <spring.version>5.1.5.RELEASE</spring.version> |
| 17 | + <spring.version>5.3.18</spring.version> |
18 | 18 | </properties>
|
19 | 19 | <dependencies>
|
20 | 20 | <dependency>
|
21 | 21 | <groupId>nginx-clojure</groupId>
|
22 | 22 | <artifactId>nginx-jersey</artifactId>
|
23 |
| - <version>0.1.6</version> |
| 23 | + <version>0.1.8</version> |
24 | 24 | </dependency>
|
25 | 25 | <dependency>
|
26 | 26 | <groupId>org.glassfish.jersey.core</groupId>
|
|
47 | 47 | <artifactId>spring-context</artifactId>
|
48 | 48 | <version>${spring.version}</version>
|
49 | 49 | </dependency>
|
| 50 | + <dependency> |
| 51 | + <groupId>org.springframework</groupId> |
| 52 | + <artifactId>spring-beans</artifactId> |
| 53 | + <version>${spring.version}</version> |
| 54 | + </dependency> |
| 55 | + <dependency> |
| 56 | + <groupId>org.springframework</groupId> |
| 57 | + <artifactId>spring-web</artifactId> |
| 58 | + <version>${spring.version}</version> |
| 59 | + </dependency> |
| 60 | + <dependency> |
| 61 | + <groupId>org.springframework</groupId> |
| 62 | + <artifactId>spring-aop</artifactId> |
| 63 | + <version>${spring.version}</version> |
| 64 | + </dependency> |
50 | 65 | <dependency>
|
51 | 66 | <groupId>jakarta.servlet</groupId>
|
52 | 67 | <artifactId>jakarta.servlet-api</artifactId>
|
|
61 | 76 | <dependency>
|
62 | 77 | <groupId>nginx-clojure</groupId>
|
63 | 78 | <artifactId>nginx-clojure-embed</artifactId>
|
64 |
| - <version>0.5.1</version> |
| 79 | + <version>0.5.3</version> |
65 | 80 | <scope>test</scope>
|
66 | 81 | </dependency>
|
67 | 82 | <dependency>
|
|
0 commit comments