Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eduramiba committed Feb 27, 2017
1 parent 8dbd1a6 commit 7cb6c07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/DBDrivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4.1212.jre7</version>
<version>42.0.0.jre7</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
Expand Down
6 changes: 3 additions & 3 deletions modules/DesktopBranding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.getsentry.raven</groupId>
<artifactId>raven</artifactId>
<version>7.8.1</version>
<version>7.8.2</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -108,12 +108,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.22</version>
<version>1.7.23</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.22</version>
<version>1.7.23</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<netbeans.version>RELEASE82</netbeans.version>

<!-- Graphstore version -->
<graphstore.version>0.5.5</graphstore.version>
<graphstore.version>0.5.6</graphstore.version>

<!-- Localization ZIP version, from 'http:https://netbeans.org/project_downloads/nblocalization' -->
<gephi.platform.localization.version>1.1-NB80</gephi.platform.localization.version>
Expand Down Expand Up @@ -231,13 +231,13 @@

<gephi.maven-surefire-plugin.version>2.19.1</gephi.maven-surefire-plugin.version>

<gephi.build-helper-maven-plugin.version>1.12</gephi.build-helper-maven-plugin.version>
<gephi.build-helper-maven-plugin.version>3.0.0</gephi.build-helper-maven-plugin.version>

<gephi.nbm-maven-plugin.version>4.1</gephi.nbm-maven-plugin.version>

<gephi.wagon-maven-plugin.version>1.0</gephi.wagon-maven-plugin.version>

<gephi.nexus-staging-maven-plugin.version>1.6.7</gephi.nexus-staging-maven-plugin.version>
<gephi.nexus-staging-maven-plugin.version>1.6.8</gephi.nexus-staging-maven-plugin.version>

<gephi.site-maven-plugin.version>0.12</gephi.site-maven-plugin.version>

Expand Down

0 comments on commit 7cb6c07

Please sign in to comment.