Skip to content

Commit

Permalink
Updated: dependencies based on vul report
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoxng committed Dec 12, 2024
1 parent 17a5bee commit b56c0cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.joget.scheduler</groupId>
<artifactId>scheduler</artifactId>
<packaging>bundle</packaging>
<version>8.0.0</version>
<version>8.0.1</version>
<name>scheduler</name>
<url>http://www.joget.org</url>
<build>
Expand Down Expand Up @@ -99,12 +99,12 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.3.2</version>
<version>2.4.0-rc2</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz-jobs</artifactId>
<version>2.3.2</version>
<version>2.4.0-rc2</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/joget/scheduler/SchedulerMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public String getName() {
}

public String getVersion() {
return "8.0.0";
return "8.0.1";
}

public String getLabel() {
Expand Down

0 comments on commit b56c0cc

Please sign in to comment.