Commit Graph

447 Commits

Author SHA1 Message Date
dependabot[bot] 837578b462 Bump jackson-core from 2.12.5 to 2.13.0
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.5 to 2.13.0.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.5...jackson-core-2.13.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-01 18:51:14 +01:00
dependabot[bot] 0e2b8a8cbb Bump postgresql from 42.2.23 to 42.2.24
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.2.24.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.24/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.23...REL42.2.24)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-24 00:07:16 +01:00
FireMasterK 29fb9b02a2
Add support for extracting replies and update NPE. 2021-09-22 15:18:24 +01:00
dependabot[bot] 40caec2809 Bump caffeine from 3.0.3 to 3.0.4
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.3...v3.0.4)

---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 22:36:43 +01:00
dependabot[bot] 27d9277e64 Bump fastutil-core from 8.5.5 to 8.5.6
Bumps [fastutil-core](https://github.com/vigna/fastutil) from 8.5.5 to 8.5.6.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/compare/8.5.5...8.5.6)

---
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-16 14:22:58 +01:00
dependabot[bot] 5b4dd0f3ae Bump activej-boot from 4.3 to 4.3.1
Bumps [activej-boot](https://github.com/activej/activej) from 4.3 to 4.3.1.
- [Release notes](https://github.com/activej/activej/releases)
- [Commits](https://github.com/activej/activej/compare/v4.3...v4.3.1)

---
updated-dependencies:
- dependency-name: io.activej:activej-boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 19:16:47 +05:30
dependabot[bot] 737a1f324a Bump activej-launchers-http from 4.3 to 4.3.1
Bumps activej-launchers-http from 4.3 to 4.3.1.

---
updated-dependencies:
- dependency-name: io.activej:activej-launchers-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 19:16:32 +05:30
dependabot[bot] 935f6db137 Bump activej-common from 4.3 to 4.3.1
Bumps activej-common from 4.3 to 4.3.1.

---
updated-dependencies:
- dependency-name: io.activej:activej-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 19:16:11 +05:30
dependabot[bot] 055e192580 Bump activej-specializer from 4.3 to 4.3.1
Bumps activej-specializer from 4.3 to 4.3.1.

---
updated-dependencies:
- dependency-name: io.activej:activej-specializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 19:15:34 +05:30
dependabot[bot] 86775aeb34 Bump activej-http from 4.3 to 4.3.1
Bumps activej-http from 4.3 to 4.3.1.

---
updated-dependencies:
- dependency-name: io.activej:activej-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 19:15:19 +05:30
dependabot[bot] 24139b7157 Bump fastutil-core from 8.5.4 to 8.5.5
Bumps [fastutil-core](https://github.com/vigna/fastutil) from 8.5.4 to 8.5.5.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/compare/8.5.4...8.5.5)

---
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-07 20:13:26 +05:30
FireMasterK 2c466bb2a4
Update NewPipeExtractor. 2021-09-04 02:05:27 +05:30
FireMasterK b2c9ffa789
Update NewPipeExtractor and extract more info. 2021-09-03 22:01:26 +05:30
dependabot[bot] 86827d6a2c Bump jackson-annotations from 2.12.4 to 2.12.5
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.12.4 to 2.12.5.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-27 19:55:03 +05:30
dependabot[bot] 99aa437855 Bump jackson-core from 2.12.4 to 2.12.5
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.4 to 2.12.5.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.4...jackson-core-2.12.5)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-27 19:54:33 +05:30
dependabot[bot] 2b6e3f13e0 Bump jackson-databind from 2.12.4 to 2.12.5
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.4 to 2.12.5.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-27 19:54:15 +05:30
FireMasterK 90d04f9e4f
Implement uploaderVerified for feed response. 2021-08-17 22:59:15 +05:30
dependabot[bot] 27f4977f41 Bump spring-security-crypto from 5.5.1 to 5.5.2
Bumps [spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.5.1...5.5.2)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-17 18:44:05 +05:30
dependabot[bot] aa7ab64d94 Bump jsoup from 1.14.1 to 1.14.2
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.14.1...jsoup-1.14.2)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 19:53:01 +05:30
FireMasterK 7cd01807fd
Update NewPipeExtractor. 2021-08-03 23:12:42 +05:30
FireMasterK 3bc9d05fc4
Update NPE fork and fix comments. 2021-07-30 00:51:37 +05:30
FireMasterK cedb862c20
Update NPE fork. 2021-07-29 03:42:45 +05:30
FireMasterK b29ba8aa76
Change to personal NPE fork to fix age-restricted videos. 2021-07-29 03:34:41 +05:30
FireMasterK 9020c28aee
Update NewPipeExtractor. 2021-07-22 15:40:07 +05:30
dependabot[bot] 06993e5022 Bump postgresql from 42.2.19 to 42.2.23
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.19 to 42.2.23.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.23/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.19...REL42.2.23)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 19:21:43 +05:30
FireMasterK 00efb456e5
Use HikariCP v5 2021-07-18 19:11:45 +05:30
dependabot[bot] e626142c9c Bump commons-io from 2.10.0 to 2.11.0
Bumps commons-io from 2.10.0 to 2.11.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17 05:27:26 +05:30
dependabot[bot] 4b046e7b54 Bump jsoup from 1.13.1 to 1.14.1
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.13.1 to 1.14.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.13.1...jsoup-1.14.1)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17 05:27:09 +05:30
FireMasterK dfca88952a
Use Hibernate as a database (#32)
* Basic hibernate structure.

* Commit stash.

* Improve a lot of things.

* Implement Feed, PubSub, query optimizations.

* Update video views on channel visits.

* Allow mass importing subscriptions.

* Allow configuring database in config.properties.

* Major multi-threading and pubsub improvements.

* PubSub query improvements and fix for postgres.

* Revert docker-compose change.

* Disable showing sql statements.
2021-07-17 04:10:46 +05:30
dependabot[bot] 5ab5635fc4 Bump jackson-core from 2.12.3 to 2.12.4
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.3...jackson-core-2.12.4)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 19:14:00 +05:30
dependabot[bot] 411b28d77e Bump jackson-databind from 2.12.3 to 2.12.4
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 19:13:26 +05:30
dependabot[bot] 9df803e1c3 Bump jackson-annotations from 2.12.3 to 2.12.4
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 18:41:32 +05:30
dependabot[bot] 1ae1680089 Bump rome from 1.15.0 to 1.16.0
Bumps [rome](https://github.com/rometools/rome) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/rometools/rome/releases)
- [Commits](https://github.com/rometools/rome/compare/1.15.0...1.16.0)

---
updated-dependencies:
- dependency-name: com.rometools:rome
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 18:40:49 +05:30
dependabot[bot] 526c3eb1ec Bump caffeine from 3.0.2 to 3.0.3
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 19:27:02 +05:30
FireMasterK 5c43fde3de
Update NPE fork. 2021-06-29 18:58:12 +05:30
dependabot[bot] 73b527a288 Bump commons-io from 2.9.0 to 2.10.0
Bumps commons-io from 2.9.0 to 2.10.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 14:57:02 +05:30
dependabot[bot] 82acd7a2c3 Bump bcprov-jdk15on from 1.68 to 1.69
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.68 to 1.69.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 12:43:13 +05:30
FireMasterK dd26643ba8
Temporarily test TiA4f8R's fork. (#71)
This should theoretically fix the music video issues.
2021-06-04 00:56:57 +05:30
dependabot[bot] 97bd92e1fb Bump activej-boot from 4.2 to 4.3
Bumps [activej-boot](https://github.com/activej/activej) from 4.2 to 4.3.
- [Release notes](https://github.com/activej/activej/releases)
- [Commits](https://github.com/activej/activej/compare/v4.2...v4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:47:49 +05:30
dependabot[bot] 52679f300f Bump activej-common from 4.2 to 4.3
Bumps activej-common from 4.2 to 4.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:25:26 +05:30
dependabot[bot] 1ca10f8dd5 Bump activej-specializer from 4.2 to 4.3
Bumps activej-specializer from 4.2 to 4.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:25:10 +05:30
dependabot[bot] b38d7a3fdc Bump activej-http from 4.2 to 4.3
Bumps activej-http from 4.2 to 4.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:16:20 +05:30
dependabot[bot] 739067a8c7 Bump activej-launchers-http from 4.2 to 4.3
Bumps activej-launchers-http from 4.2 to 4.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:16:04 +05:30
FireMasterK 6e70d9fd1d
Use dev npe version. (#65) 2021-05-31 03:29:27 +05:30
dependabot[bot] ec9548d17b Bump bcprov-jdk15on from 1.67 to 1.68
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.67 to 1.68.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 15:21:25 +05:30
FireMasterK 7edb267373
Gradle QOL improvements.
So that eclipse doesn't complain.
2021-05-28 02:22:55 +05:30
FireMasterK c111d9447c
Update NPE. (#62) 2021-05-27 23:40:28 +05:30
dependabot[bot] bdfd867740 Bump commons-io from 2.8.0 to 2.9.0
Bumps commons-io from 2.8.0 to 2.9.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 13:47:37 +05:30
dependabot[bot] 98dfda8824 Bump caffeine from 3.0.1 to 3.0.2
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 12:06:24 +00:00
dependabot[bot] 7fa5981d4a Bump NewPipeExtractor from dev-SNAPSHOT to v0.21.2
Bumps [NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor) from dev-SNAPSHOT to v0.21.2.
- [Release notes](https://github.com/TeamNewPipe/NewPipeExtractor/releases)
- [Commits](https://github.com/TeamNewPipe/NewPipeExtractor/commits/v0.21.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 06:45:59 +00:00
dependabot[bot] a71ff6df3b Bump caffeine from 2.8.6 to 3.0.1
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.8.6 to 3.0.1.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v2.8.6...v3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 06:45:18 +00:00
dependabot[bot] b51af0752d Bump activej-common from 4.1.1 to 4.2
Bumps activej-common from 4.1.1 to 4.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-27 08:27:33 +00:00
dependabot[bot] 94a387fd70 Bump com.github.johnrengelman.shadow from 6.1.0 to 7.0.0
Bumps com.github.johnrengelman.shadow from 6.1.0 to 7.0.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-27 07:37:13 +00:00
dependabot[bot] 1e7072571e Bump activej-http from 4.1.1 to 4.2
Bumps activej-http from 4.1.1 to 4.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-27 06:51:49 +00:00
dependabot[bot] f42561255d Bump activej-specializer from 4.1.1 to 4.2
Bumps activej-specializer from 4.1.1 to 4.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 10:41:27 +00:00
dependabot[bot] c4074079b8 Bump activej-launchers-http from 4.1.1 to 4.2
Bumps activej-launchers-http from 4.1.1 to 4.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 08:31:15 +00:00
dependabot[bot] 4537381151 Bump activej-boot from 4.1.1 to 4.2
Bumps [activej-boot](https://github.com/activej/activej) from 4.1.1 to 4.2.
- [Release notes](https://github.com/activej/activej/releases)
- [Commits](https://github.com/activej/activej/compare/v4.1.1...v4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 08:31:09 +00:00
dependabot[bot] 1e612cbb04 Bump activej-launchers-http from 4.1 to 4.1.1
Bumps activej-launchers-http from 4.1 to 4.1.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-21 08:39:27 +00:00
dependabot[bot] 4024aa787b Bump activej-http from 4.1 to 4.1.1
Bumps activej-http from 4.1 to 4.1.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-21 08:37:51 +00:00
dependabot[bot] c9aef881ba Bump activej-common from 4.1 to 4.1.1
Bumps activej-common from 4.1 to 4.1.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-21 08:35:36 +00:00
dependabot[bot] ee9166849f Bump activej-boot from 4.1 to 4.1.1
Bumps [activej-boot](https://github.com/activej/activej) from 4.1 to 4.1.1.
- [Release notes](https://github.com/activej/activej/releases)
- [Commits](https://github.com/activej/activej/compare/v4.1...v4.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-20 12:24:13 +00:00
dependabot[bot] 23c735bdb6 Bump activej-specializer from 4.1 to 4.1.1
Bumps activej-specializer from 4.1 to 4.1.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-15 06:50:50 +00:00
dependabot[bot] 04a38b4887 Bump jackson-annotations from 2.12.2 to 2.12.3
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 08:55:48 +00:00
dependabot[bot] 10ba8af99e Bump jackson-databind from 2.12.2 to 2.12.3
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 08:14:35 +00:00
dependabot[bot] 7b887dd005 Bump jackson-core from 2.12.2 to 2.12.3
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.2...jackson-core-2.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 08:14:11 +00:00
FireMasterK efc28a8994
ActiveJ migration. (#30)
* Initial ActiveJ migration.

* Add multi-threading.
2021-03-29 19:29:10 +05:30
dependabot[bot] cb4378c9f8 Bump fastutil from 8.5.2 to 8.5.3
Bumps [fastutil](https://github.com/vigna/fastutil) from 8.5.2 to 8.5.3.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/compare/8.5.2...8.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 09:54:17 +00:00
dependabot[bot] 7469a33b6d Bump jna-platform from 5.7.0 to 5.8.0
Bumps [jna-platform](https://github.com/java-native-access/jna) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/java-native-access/jna/releases)
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](https://github.com/java-native-access/jna/compare/5.7.0...5.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 11:45:26 +00:00
dependabot[bot] 042568797e Bump reactor-netty from 1.0.4 to 1.0.5
Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](https://github.com/reactor/reactor-netty/compare/v1.0.4...v1.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16 07:51:10 +00:00
dependabot[bot] 5d9511a696 Bump json from 20201115 to 20210307
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20201115 to 20210307.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 13:52:18 +00:00
FireMasterK a0759b4722
Add in-memory anti-captcha implementation. 2021-03-04 19:44:52 +05:30
dependabot[bot] 167f7791a9 Bump jackson-databind from 2.12.1 to 2.12.2
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 08:06:27 +00:00
dependabot[bot] c68663dcac Bump jackson-core from 2.12.1 to 2.12.2
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.1...jackson-core-2.12.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 07:45:25 +00:00
dependabot[bot] 0c77b40dc0 Bump jackson-annotations from 2.12.1 to 2.12.2
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 06:47:12 +00:00
dependabot[bot] 8c982b602f Bump mongodb-driver-sync from 4.2.1 to 4.2.2
Bumps [mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.2.1...r4.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 07:44:19 +00:00
dependabot[bot] 5725fff53c Bump commons-lang3 from 3.11 to 3.12.0
Bumps commons-lang3 from 3.11 to 3.12.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 06:46:21 +00:00
FireMasterK 05ac540b02
Fix missing dep. 2021-02-24 15:24:56 +05:30
FireMasterK dd2ee203bb
Commit changes. 2021-02-24 15:22:29 +05:30
dependabot[bot] 947d6d5787 Bump mongodb-driver-sync from 4.2.0 to 4.2.1
Bumps [mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.2.0...r4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-19 12:31:35 +05:30
dependabot[bot] c995760746 Bump reactor-netty from 1.0.3 to 1.0.4
Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](https://github.com/reactor/reactor-netty/compare/v1.0.3...v1.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-16 13:40:57 +05:30
bopol d0e8a7bbd0
specify java version in build.gradle (#15) 2021-02-05 21:36:05 +05:30
dependabot[bot] d632d6bfc8 Bump fastutil from 8.5.1 to 8.5.2
Bumps [fastutil](https://github.com/vigna/fastutil) from 8.5.1 to 8.5.2.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/compare/8.5.1...8.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 06:56:28 +00:00
dependabot[bot] 3cc746598c Bump fastutil from 8.4.4 to 8.5.1
Bumps [fastutil](https://github.com/vigna/fastutil) from 8.4.4 to 8.5.1.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/compare/8.4.4...8.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-01 10:07:02 +00:00
dependabot[bot] 6d8ccdb728 Bump mongodb-driver-sync from 4.1.1 to 4.2.0
Bumps [mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.1.1...r4.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-25 08:03:17 +00:00
dependabot[bot] 687fa092f9 Bump reactor-netty from 1.0.2 to 1.0.3
Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](https://github.com/reactor/reactor-netty/compare/v1.0.2...v1.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-12 07:12:57 +00:00
dependabot[bot] 0db05a0ebd Bump jackson-annotations from 2.12.0 to 2.12.1
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-11 12:16:01 +00:00
dependabot[bot] f4a8a23888 Bump jackson-databind from 2.12.0 to 2.12.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-11 12:10:43 +00:00
dependabot[bot] 9bdb394e9f Bump jackson-core from 2.12.0 to 2.12.1
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.0...jackson-core-2.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-11 12:10:16 +00:00
dependabot[bot] 99030dbeb8 Bump json from 20200518 to 20201115
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20201115.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 07:15:17 +00:00
dependabot[bot] 3ead9acb6e Bump jackson-annotations from 2.6.3 to 2.12.0
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.6.3 to 2.12.0.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 07:15:05 +00:00
dependabot[bot] c9da6d894e Bump fastutil from 8.4.2 to 8.4.4
Bumps [fastutil](https://github.com/vigna/fastutil) from 8.4.2 to 8.4.4.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/compare/8.4.2...8.4.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 07:06:28 +00:00
dependabot[bot] 683f2bcb27 Bump bcprov-jdk15on from 1.66 to 1.67
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.66 to 1.67.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 07:06:15 +00:00
dependabot[bot] b537979d36 Bump jackson-core from 2.6.3 to 2.12.0
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.6.3 to 2.12.0.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.6.3...jackson-core-2.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 07:05:58 +00:00
dependabot[bot] 97a9a39aab Bump reactor-netty from 1.0.1 to 1.0.2
Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](https://github.com/reactor/reactor-netty/compare/v1.0.1...v1.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 07:05:40 +00:00
dependabot[bot] 134769c276 Bump jackson-databind from 2.6.3 to 2.12.0
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.6.3 to 2.12.0.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 07:05:23 +00:00
FireMasterK 208deffbd1
add playlists and small changes. 2021-01-04 11:17:28 +05:30
FireMasterK 41395b47d0
Initial commit. 2020-11-13 02:49:45 +05:30