Skip to content

Commit

Permalink
Bump library versions from dependabot (#44)
Browse files Browse the repository at this point in the history
* Bump library versions from dependabot

* Fix workflow from running twice
shayaantx authored Dec 11, 2021
1 parent 3d566a4 commit 2d59a74
Showing 4 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ on:
branches:
- '**'
- '!development'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,22 +9,22 @@ Made this simple multi chat-client bot to access radarr, sonarr, and lidarr with

<br/>

## Currently Supported API's
## Currently, Supported API's

- [x] Radarr (v3)
- [x] Sonarr (v3)
- [x] Lidarr (v1)
- [x] ~~Radarr (v2) - no longer supported~~
- [ ] ~~Sonarr (v2) - no plans to support~~

## Currently Supported Chat Client's
## Currently, Supported Chat Client's

- [x] Discord
- [x] Slack
- [x] Telegram
- [x] Matrix

## Currently Supported Feature's
## Currently, Supported Feature's

- [x] Add movie by search string or tmdb id
- [x] Add show by search string or tvdb id
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.9</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
@@ -46,17 +46,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.1-jre</version>
<version>29.0-jre</version>
</dependency>
<dependency>
<groupId>com.github.seratch</groupId>
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.10
5.1.11

0 comments on commit 2d59a74

Please sign in to comment.