Skip to content

Commit

Permalink
chore: bump deps (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
hegeaal authored Mar 12, 2024
1 parent 36e6b7e commit 5f33a4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<maven.compiler.target>${java.release}</maven.compiler.target>
<maven.exec.skip>false</maven.exec.skip>

<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<testcontainers.version>1.19.3</testcontainers.version>
</properties>

Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.mockito.kotlin</groupId>
<artifactId>mockito-kotlin</artifactId>
<version>5.1.0</version>
<version>5.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.2</version>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -263,7 +263,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<argLine>${surefire.jacoco.args}</argLine>
Expand All @@ -277,7 +277,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<argLine>${failsafe.jacoco.args}</argLine>
<groups>integration</groups>
Expand Down

0 comments on commit 5f33a4f

Please sign in to comment.