Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthepsy committed Oct 4, 2021
1 parent f7671a7 commit 8152d52
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 33 deletions.
4 changes: 4 additions & 0 deletions erlang-squid/pom.xml
Expand Up @@ -39,6 +39,10 @@
<artifactId>fest-assert</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
17 changes: 6 additions & 11 deletions pom.xml
Expand Up @@ -70,7 +70,7 @@
<properties>
<_rootdir>${project.basedir}</_rootdir>
<sonar.version>9.0.0.45539</sonar.version>
<sslr.version>1.21</sslr.version>
<sslr.version>1.24.0.633</sslr.version>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<sonar.projectKey>evolution-gaming_sonar-erlang</sonar.projectKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
Expand Down Expand Up @@ -148,9 +148,9 @@
</dependency>
<!-- other -->
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -162,11 +162,6 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<!-- unit tests -->
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
Expand All @@ -176,7 +171,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand All @@ -197,7 +192,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.6</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -214,7 +209,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version>
<version>0.8.7</version>
<executions>
<execution>
<id>default-prepare-agent</id>
Expand Down
25 changes: 3 additions & 22 deletions sonar-erlang-plugin/pom.xml
Expand Up @@ -51,30 +51,11 @@
<artifactId>sonar-plugin-api-impl</artifactId>
<scope>test</scope>
</dependency>
<!-- 3 shadow dependencies at https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/build.gradle -->
<dependency>
<groupId>org.codehaus.staxmate</groupId>
<artifactId>staxmate</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>4.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-lgpl</artifactId>
<version>4.4.1</version>
<scope>provided</scope>
</dependency>
<!-- other -->
<dependency>
<groupId>org.erlang.otp</groupId>
<artifactId>jinterface</artifactId>
<version>1.5.6</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand All @@ -83,7 +64,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.11.2</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand All @@ -108,7 +89,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.17.2</version>
<version>3.21.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8152d52

Please sign in to comment.