Skip to content

Commit 6d8343e

Browse files
committed
Update dependencies
1 parent 711219f commit 6d8343e

2 files changed

Lines changed: 396 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<connection>scm:git:git://github.com/webcompere/model-assert.git</connection>
3434
<developerConnection>scm:git:git@github.com:webcompere/model-assert.git</developerConnection>
3535
<url>https://github.com/webcompere/model-assert/</url>
36-
<tag>model-assert-1.0.1</tag>
36+
<tag>model-assert-1.0.2</tag>
3737
</scm>
3838

3939
<properties>
@@ -53,13 +53,13 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
56-
<version>2.15.0-rc3</version>
56+
<version>2.16.1</version>
5757
</dependency>
5858

5959
<dependency>
6060
<groupId>com.fasterxml.jackson.dataformat</groupId>
6161
<artifactId>jackson-dataformat-yaml</artifactId>
62-
<version>2.15.0-rc3</version>
62+
<version>2.16.1</version>
6363
</dependency>
6464

6565
<!-- assertions can be expressed as hamcrest matchers for interoperability -->
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.mockito</groupId>
7575
<artifactId>mockito-core</artifactId>
76-
<version>3.11.0</version>
76+
<version>5.8.0</version>
7777
<scope>provided</scope>
7878
</dependency>
7979

@@ -89,30 +89,30 @@
8989
<dependency>
9090
<groupId>org.opentest4j</groupId>
9191
<artifactId>opentest4j</artifactId>
92-
<version>1.2.0</version>
92+
<version>1.3.0</version>
9393
</dependency>
9494

9595

9696
<!-- local test dependencies -->
9797
<dependency>
9898
<groupId>org.junit.jupiter</groupId>
9999
<artifactId>junit-jupiter</artifactId>
100-
<version>5.7.1</version>
100+
<version>5.10.1</version>
101101
<scope>test</scope>
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>org.mockito</groupId>
106106
<artifactId>mockito-junit-jupiter</artifactId>
107-
<version>3.11.0</version>
107+
<version>5.8.0</version>
108108
<scope>test</scope>
109109
</dependency>
110110

111111
<!-- https://mvnrepository.com/artifact/org.assertj/assertj-core -->
112112
<dependency>
113113
<groupId>org.assertj</groupId>
114114
<artifactId>assertj-core</artifactId>
115-
<version>3.19.0</version>
115+
<version>3.24.2</version>
116116
<scope>test</scope>
117117
</dependency>
118118

@@ -236,7 +236,7 @@
236236
<plugin>
237237
<groupId>org.jacoco</groupId>
238238
<artifactId>jacoco-maven-plugin</artifactId>
239-
<version>0.8.6</version>
239+
<version>0.8.11</version>
240240
<executions>
241241
<execution>
242242
<goals>

0 commit comments

Comments
 (0)