|
12 | 12 | <artifactId>fn-spring-cloud-function</artifactId> |
13 | 13 |
|
14 | 14 | <properties> |
15 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 | | - <spring.cloud.function.version>1.0.0.M6</spring.cloud.function.version> |
| 15 | + <spring.cloud.function.version>1.0.0.RELEASE</spring.cloud.function.version> |
17 | 16 | </properties> |
18 | 17 |
|
19 | 18 | <dependencies> |
20 | 19 |
|
21 | 20 | <dependency> |
22 | 21 | <groupId>com.fnproject.fn</groupId> |
23 | 22 | <artifactId>api</artifactId> |
24 | | - <version>${project.version}</version> |
25 | 23 | </dependency> |
26 | 24 |
|
27 | 25 | <dependency> |
|
33 | 31 | <dependency> |
34 | 32 | <groupId>io.projectreactor</groupId> |
35 | 33 | <artifactId>reactor-core</artifactId> |
36 | | - <version>3.0.7.RELEASE</version> |
| 34 | + <version>3.2.0.M3</version> |
37 | 35 | </dependency> |
38 | 36 |
|
39 | 37 | <dependency> |
40 | 38 | <groupId>net.jodah</groupId> |
41 | 39 | <artifactId>typetools</artifactId> |
42 | | - <version>0.5.0</version> |
43 | 40 | </dependency> |
44 | 41 |
|
45 | 42 | <dependency> |
46 | 43 | <groupId>com.fnproject.fn</groupId> |
47 | 44 | <artifactId>testing-core</artifactId> |
48 | | - <version>${project.version}</version> |
49 | 45 | <scope>test</scope> |
50 | 46 | </dependency> |
51 | 47 | <dependency> |
52 | 48 | <groupId>com.fnproject.fn</groupId> |
53 | 49 | <artifactId>testing-junit4</artifactId> |
54 | | - <version>${project.version}</version> |
55 | 50 | <scope>test</scope> |
56 | 51 | </dependency> |
57 | | - |
58 | 52 | <dependency> |
59 | 53 | <groupId>org.mockito</groupId> |
60 | 54 | <artifactId>mockito-core</artifactId> |
61 | | - <version>${mockito.version}</version> |
62 | 55 | <scope>test</scope> |
63 | 56 | </dependency> |
64 | 57 |
|
65 | 58 | <dependency> |
66 | 59 | <groupId>org.assertj</groupId> |
67 | 60 | <artifactId>assertj-core</artifactId> |
68 | | - <version>${assertj-core.version}</version> |
69 | 61 | <scope>test</scope> |
70 | 62 | </dependency> |
71 | 63 |
|
72 | 64 | <dependency> |
73 | 65 | <groupId>junit</groupId> |
74 | 66 | <artifactId>junit</artifactId> |
75 | | - <version>${junit.version}</version> |
76 | 67 | <scope>test</scope> |
77 | 68 | </dependency> |
78 | 69 |
|
79 | 70 | <dependency> |
80 | 71 | <groupId>commons-logging</groupId> |
81 | 72 | <artifactId>commons-logging</artifactId> |
82 | | - <version>1.1.1</version> |
83 | 73 | <scope>test</scope> |
84 | 74 | </dependency> |
85 | 75 |
|
86 | 76 | <dependency> |
87 | 77 | <groupId>com.github.stefanbirkner</groupId> |
88 | 78 | <artifactId>system-rules</artifactId> |
89 | | - <version>1.16.0</version> |
| 79 | + <version>1.18.0</version> |
90 | 80 | <scope>test</scope> |
91 | 81 | </dependency> |
92 | 82 |
|
|
0 commit comments