Skip to content

Commit

Permalink
Bump up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Dec 28, 2023
1 parent e747b76 commit 10168bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<maven.compile.encoding>UTF-8</maven.compile.encoding>

<powermock.version>1.7.3</powermock.version>
<powermock.version>1.7.4</powermock.version>
<commons-io.version>2.14.0</commons-io.version>

<test.integration.pattern>**/*IntegrationTest*.java</test.integration.pattern>
Expand Down Expand Up @@ -227,7 +227,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.16.0-rc1</version>
<version>2.16.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -275,7 +275,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 10168bf

Please sign in to comment.