Skip to content

Commit

Permalink
feat(#1664): Upgrade jcabi-github version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Mar 29, 2023
1 parent 09c1e28 commit 4dfb177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-github</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/rultor/agents/Agents.java
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ public Agent agent(final Talk talk, final Profile profile)
new DropsDaemon(TimeUnit.DAYS.toMinutes(1L)),
new MkdirDaemon(),
new TimedAgent(new StartsDaemon(profile)),
// @checkstyle MagicNumber (1 line)
new KillsDaemon(TimeUnit.HOURS.toMinutes(3L)),
new TimedAgent(new StopsDaemon()),
new TimedAgent(new EndsDaemon()),
Expand Down

0 comments on commit 4dfb177

Please sign in to comment.