|
49 | 49 | <maven.compiler.release>11</maven.compiler.release> |
50 | 50 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
51 | 51 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
52 | | - <lombok.version>1.18.34</lombok.version> |
53 | | - <checkerframework.version>3.48.1</checkerframework.version> |
| 52 | + <lombok.version>1.18.38</lombok.version> |
| 53 | + <checkerframework.version>3.49.2</checkerframework.version> |
54 | 54 | </properties> |
55 | 55 |
|
56 | 56 | <dependencies> |
|
76 | 76 | <dependency> |
77 | 77 | <groupId>org.junit.jupiter</groupId> |
78 | 78 | <artifactId>junit-jupiter</artifactId> |
79 | | - <version>5.11.2</version> |
| 79 | + <version>5.12.2</version> |
80 | 80 | <scope>test</scope> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.mockito</groupId> |
84 | 84 | <artifactId>mockito-junit-jupiter</artifactId> |
85 | | - <version>5.14.2</version> |
| 85 | + <version>5.17.0</version> |
86 | 86 | <scope>test</scope> |
87 | 87 | </dependency> |
88 | 88 | <dependency> |
89 | 89 | <groupId>nl.jqno.equalsverifier</groupId> |
90 | 90 | <artifactId>equalsverifier</artifactId> |
91 | | - <version>3.17.1</version> |
| 91 | + <version>3.19.3</version> |
92 | 92 | <scope>test</scope> |
93 | 93 | </dependency> |
94 | 94 | </dependencies> |
|
98 | 98 | <plugins> |
99 | 99 | <plugin> |
100 | 100 | <artifactId>maven-surefire-plugin</artifactId> |
101 | | - <version>3.5.1</version> <!-- JUnit 5 requirement --> |
| 101 | + <version>3.5.3</version> <!-- JUnit 5 requirement --> |
102 | 102 | </plugin> |
103 | 103 | </plugins> |
104 | 104 | </pluginManagement> |
105 | 105 | <plugins> |
106 | 106 | <plugin> |
107 | 107 | <groupId>org.apache.maven.plugins</groupId> |
108 | 108 | <artifactId>maven-compiler-plugin</artifactId> |
109 | | - <version>3.13.0</version> |
| 109 | + <version>3.14.0</version> |
110 | 110 | <configuration> |
111 | 111 | <fork>true</fork> <!-- Must fork or else JVM arguments are ignored. --> |
112 | 112 | <showDeprecation>true</showDeprecation> |
|
149 | 149 | <plugin> |
150 | 150 | <groupId>org.jacoco</groupId> |
151 | 151 | <artifactId>jacoco-maven-plugin</artifactId> |
152 | | - <version>0.8.12</version> |
| 152 | + <version>0.8.13</version> |
153 | 153 | <executions> |
154 | 154 | <execution> |
155 | 155 | <id>prepare-agent</id> |
|
0 commit comments