Skip to content

Commit

Permalink
Merge pull request #590 from ashitsalesforce/master
Browse files Browse the repository at this point in the history
pom updates for v57.0.1
  • Loading branch information
ashitsalesforce authored Jan 29, 2023
2 parents 9ce8c69 + bbfa913 commit 3553c79
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 @@ -4,7 +4,7 @@
<groupId>com.force</groupId>
<artifactId>dataloader</artifactId>
<packaging>jar</packaging>
<version>57.0.0</version>
<version>57.0.1</version>
<name>Data Loader</name>
<url>https://github.com/forcedotcom/dataloader</url>
<organization>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
<version>2.10.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.force.api/force-wsc -->
<dependency>
Expand Down Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.10.0</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -305,7 +305,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0-M8</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 3553c79

Please sign in to comment.