Compare commits

...

4 Commits

Author SHA1 Message Date
Vyacheslav N. Boyko 5aff3ae5d2
Merge pull request #19 from bvn13/dependabot/maven/org.jsoup-jsoup-1.15.3
Bump jsoup from 1.14.2 to 1.15.3
2023-03-29 15:42:11 +03:00
Vyacheslav N. Boyko b92de3f3ab
Merge pull request #21 from bvn13/dependabot/maven/org.postgresql-postgresql-42.3.8
Bump postgresql from 42.3.3 to 42.3.8
2023-03-29 15:41:49 +03:00
dependabot[bot] 31162b5dfa
Bump postgresql from 42.3.3 to 42.3.8
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.8.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.3.8)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 22:29:34 +00:00
dependabot[bot] ef489781a2
Bump jsoup from 1.14.2 to 1.15.3
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.15.3.
- [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.2...jsoup-1.15.3)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 22:46:25 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.3.8</version>
</dependency>
<!--MySQL-->
<dependency>
@ -129,7 +129,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.2</version>
<version>1.15.3</version>
</dependency>
<!--Mapper-->