|
33 | 33 | <connection>scm:git:git://github.com/webcompere/model-assert.git</connection> |
34 | 34 | <developerConnection>scm:git:git@github.com:webcompere/model-assert.git</developerConnection> |
35 | 35 | <url>https://github.com/webcompere/model-assert/</url> |
36 | | - <tag>model-assert-1.0.1</tag> |
| 36 | + <tag>model-assert-1.0.2</tag> |
37 | 37 | </scm> |
38 | 38 |
|
39 | 39 | <properties> |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>com.fasterxml.jackson.core</groupId> |
55 | 55 | <artifactId>jackson-databind</artifactId> |
56 | | - <version>2.15.0-rc3</version> |
| 56 | + <version>2.16.1</version> |
57 | 57 | </dependency> |
58 | 58 |
|
59 | 59 | <dependency> |
60 | 60 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
61 | 61 | <artifactId>jackson-dataformat-yaml</artifactId> |
62 | | - <version>2.15.0-rc3</version> |
| 62 | + <version>2.16.1</version> |
63 | 63 | </dependency> |
64 | 64 |
|
65 | 65 | <!-- assertions can be expressed as hamcrest matchers for interoperability --> |
|
73 | 73 | <dependency> |
74 | 74 | <groupId>org.mockito</groupId> |
75 | 75 | <artifactId>mockito-core</artifactId> |
76 | | - <version>3.11.0</version> |
| 76 | + <version>5.8.0</version> |
77 | 77 | <scope>provided</scope> |
78 | 78 | </dependency> |
79 | 79 |
|
|
89 | 89 | <dependency> |
90 | 90 | <groupId>org.opentest4j</groupId> |
91 | 91 | <artifactId>opentest4j</artifactId> |
92 | | - <version>1.2.0</version> |
| 92 | + <version>1.3.0</version> |
93 | 93 | </dependency> |
94 | 94 |
|
95 | 95 |
|
96 | 96 | <!-- local test dependencies --> |
97 | 97 | <dependency> |
98 | 98 | <groupId>org.junit.jupiter</groupId> |
99 | 99 | <artifactId>junit-jupiter</artifactId> |
100 | | - <version>5.7.1</version> |
| 100 | + <version>5.10.1</version> |
101 | 101 | <scope>test</scope> |
102 | 102 | </dependency> |
103 | 103 |
|
104 | 104 | <dependency> |
105 | 105 | <groupId>org.mockito</groupId> |
106 | 106 | <artifactId>mockito-junit-jupiter</artifactId> |
107 | | - <version>3.11.0</version> |
| 107 | + <version>5.8.0</version> |
108 | 108 | <scope>test</scope> |
109 | 109 | </dependency> |
110 | 110 |
|
111 | 111 | <!-- https://mvnrepository.com/artifact/org.assertj/assertj-core --> |
112 | 112 | <dependency> |
113 | 113 | <groupId>org.assertj</groupId> |
114 | 114 | <artifactId>assertj-core</artifactId> |
115 | | - <version>3.19.0</version> |
| 115 | + <version>3.24.2</version> |
116 | 116 | <scope>test</scope> |
117 | 117 | </dependency> |
118 | 118 |
|
|
236 | 236 | <plugin> |
237 | 237 | <groupId>org.jacoco</groupId> |
238 | 238 | <artifactId>jacoco-maven-plugin</artifactId> |
239 | | - <version>0.8.6</version> |
| 239 | + <version>0.8.11</version> |
240 | 240 | <executions> |
241 | 241 | <execution> |
242 | 242 | <goals> |
|
0 commit comments