Skip to content

Commit 4732ce4

Browse files
committed
Update more dependencies
Some of these were missed because they're not direct dependencies, but they were picked up immediately by dependabot.
1 parent 1d1ad57 commit 4732ce4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-checkstyle-plugin</artifactId>
44-
<version>3.2.1</version>
44+
<version>3.6.0</version>
4545
<configuration>
4646
<!-- https://github.com/checkstyle/checkstyle/issues/8240 -->
4747
<excludes>**/module-info.java</excludes>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
<rest-assured.version>5.5.1</rest-assured.version>
3838
<hamcrest.version>3.0</hamcrest.version>
3939
<httpclient.version>4.5.14</httpclient.version>
40-
<jackson.version>2.18.2</jackson.version>
40+
<jackson.version>2.18.3</jackson.version>
4141
<mp.rest-client-api.version>4.0</mp.rest-client-api.version>
4242
<jakarta.xml.bind-api.version>3.0.1</jakarta.xml.bind-api.version>
4343
<jakarta.validation-api.version>3.0.2</jakarta.validation-api.version>
4444
<!-- We can use the 3.x TCK BOM even though we use the 2.x parent because we're targetting Java 11 -->
45-
<version.microprofile.tck.bom>3.2</version.microprofile.tck.bom>
45+
<version.microprofile.tck.bom>3.4</version.microprofile.tck.bom>
4646
</properties>
4747

4848
<developers>

0 commit comments

Comments
 (0)