Skip to content

Commit

Permalink
Update RSTA and other Maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Jan 17, 2023
1 parent 7fe65ac commit 26790c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

<!-- Dependency versions -->
<applejavaext.version>1.4</applejavaext.version>
<picocli.version>4.6.3</picocli.version>
<picocli.version>4.7.0</picocli.version>
<procyon.version>0.6.0</procyon.version>
<rsyntaxtextarea.version>3.3.0</rsyntaxtextarea.version>
<rsyntaxtextarea.version>3.3.2</rsyntaxtextarea.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -245,7 +245,7 @@
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<versionRange>[3.0.1,)</versionRange>
<versionRange>[3.1.0,)</versionRange>
<goals>
<goal>install-file</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/us/deathmarine/luyten/MainMenuBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ private void buildHelpMenu(JMenu helpMenu) {
link.setCursor(new Cursor(Cursor.HAND_CURSOR));
link.addMouseListener(new LinkListener(rsyntax, link));
pane.add(link);
pane.add(new JLabel("Version: 3.3.0"));
pane.add(new JLabel("Version: 3.3.2"));
pane.add(new JLabel("(c) 2023 Robert Futrell"));

String picocli = "https://github.com/remkop/picocli";
Expand Down

0 comments on commit 26790c2

Please sign in to comment.