Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/jackson.version-2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nkramer44 authored Dec 1, 2023
2 parents 4f20155 + ce25081 commit 2c8cb95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>1.4.11</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down Expand Up @@ -197,7 +197,7 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-api</artifactId>
<version>3.3.1</version>
<version>3.3.4</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down Expand Up @@ -292,7 +292,7 @@
<jackson.version>2.15.2</jackson.version>
<feign.version>12.3</feign.version>
<slf4j.version>1.7.36</slf4j.version>
<junit-jupiter.version>5.9.3</junit-jupiter.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<guava.version>32.1.1-jre</guava.version>
</properties>

Expand Down Expand Up @@ -489,7 +489,7 @@
<!-- org.apache.maven.plugins:maven-surefire-plugin -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.1.2</version>
<configuration>
<argLine>${argLine}</argLine>
<reuseForks>true</reuseForks>
Expand Down

0 comments on commit 2c8cb95

Please sign in to comment.