Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- jzy3d
- json
- font-awesome
  • Loading branch information
tferr committed Mar 7, 2021
1 parent d55dea2 commit a831dec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -127,14 +127,14 @@
<!-- Dependency versions for JitPack -->
<sciview.version>9c0918a</sciview.version>
<scenery.version>4e67655</scenery.version>
<jzy3d.version>4bb4999</jzy3d.version>
<jzy3d.version>1.0.3</jzy3d.version>

<jline.version>3.13.1</jline.version>
<jide-oss.version>3.6.18</jide-oss.version>
<imagej-plot-service.version>0.1.1</imagej-plot-service.version>
<okhttp.version>4.7.2</okhttp.version>
<font-awesome.version>5.13.0</font-awesome.version>
<json.version>20200518</json.version>
<font-awesome.version>5.15.2</font-awesome.version>
<json.version>20201115</json.version>

<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>deploy-to-scijava</releaseProfiles>
Expand Down Expand Up @@ -201,7 +201,7 @@
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
<groupId>com.github.jzy3d.jzy3d-api</groupId>
<groupId>org.jzy3d</groupId>
<artifactId>jzy3d-api</artifactId>
<version>${jzy3d.version}</version>
<exclusions>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/sc/fiji/snt/gui/FADerivedIcon.java
Expand Up @@ -53,9 +53,9 @@
public class FADerivedIcon implements Icon {

private static final String AWESOME_REGULAR =
"META-INF/resources/webjars/font-awesome/5.13.0/webfonts/fa-regular-400.ttf";
"META-INF/resources/webjars/font-awesome/5.15.2/webfonts/fa-regular-400.ttf";
private static final String AWESOME_SOLID =
"META-INF/resources/webjars/font-awesome/5.13.0/webfonts/fa-solid-900.ttf";
"META-INF/resources/webjars/font-awesome/5.15.2/webfonts/fa-solid-900.ttf";
private final Font font;
private final float size;
private final Paint color;
Expand Down

1 comment on commit a831dec

@imagesc-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/updater-depencies-broken-after-group-id-change/50024/1

Please sign in to comment.