Skip to content

Commit

Permalink
Combined PR (#33)
Browse files Browse the repository at this point in the history
* Bump rsyntaxtextarea from 3.3.0 to 3.3.1

Bumps [rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases)
- [Commits](bobbylight/RSyntaxTextArea@3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: com.fifesoft:rsyntaxtextarea
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump launch4j-maven-plugin from 2.2.0 to 2.3.0

Bumps [launch4j-maven-plugin](https://github.com/orphan-oss/launch4j-maven-plugin) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/orphan-oss/launch4j-maven-plugin/releases)
- [Commits](orphan-oss/launch4j-maven-plugin@launch4j-maven-plugin-2.2.0...launch4j-maven-plugin-2.3.0)

---
updated-dependencies:
- dependency-name: com.akathist.maven.plugins.launch4j:launch4j-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump plantuml from 1.2022.14 to 1.2023.0

Bumps plantuml from 1.2022.14 to 1.2023.0.

---
updated-dependencies:
- dependency-name: net.sourceforge.plantuml:plantuml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump maven-dependency-plugin from 3.4.0 to 3.5.0

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.4.0...maven-dependency-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Added project description

See orphan-oss/launch4j-maven-plugin#213

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nbauma109 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 15, 2023
1 parent 89b88ca commit 96a20bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>jd-gui-duo-parent</artifactId>
<version>2.0.74-SNAPSHOT</version>
<packaging>pom</packaging>
<description>A 2-in-1 JAVA decompiler based on JD-CORE v0 and v1</description>
<modules>
<module>api</module>
<module>services</module>
Expand Down Expand Up @@ -49,12 +50,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -84,7 +85,7 @@
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>com.github.nbauma109</groupId>
Expand Down Expand Up @@ -114,7 +115,7 @@
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>1.2022.14</version>
<version>1.2023.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 96a20bc

Please sign in to comment.