Skip to content

Commit

Permalink
Upgrade dependencies (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi authored May 3, 2023
1 parent 6e2f5f3 commit eb1f48b
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 @@ -109,7 +109,7 @@
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>requests_${scala.compat.version}</artifactId>
<version>0.7.1</version>
<version>0.8.0</version>
</dependency>

<dependency>
Expand All @@ -121,7 +121,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.10.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -232,7 +232,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand All @@ -241,7 +241,7 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
<version>2.0.2</version>
<version>2.2.0</version>
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
Expand Down Expand Up @@ -283,7 +283,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.6.3</version>
<version>4.8.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit eb1f48b

Please sign in to comment.