Skip to content

Commit 1b3212b

Browse files
Bump the maven group across 1 directory with 2 updates
Bumps the maven group with 2 updates in the /Example02_Java directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) and [org.jsoup:jsoup](https://github.com/jhy/jsoup). Updates `org.postgresql:postgresql` from 42.2.5 to 42.3.9 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.2.5...REL42.3.9) Updates `org.jsoup:jsoup` from 1.8.3 to 1.15.3 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/jsoup-1.15.3/CHANGES) - [Commits](jhy/jsoup@jsoup-1.8.3...jsoup-1.15.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production dependency-group: maven - dependency-name: org.jsoup:jsoup dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05a656d commit 1b3212b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example02_Java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
<dependency>
3434
<groupId>org.postgresql</groupId>
3535
<artifactId>postgresql</artifactId>
36-
<version>42.2.5</version>
36+
<version>42.3.9</version>
3737
</dependency>
3838

3939
<!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
4040
<dependency>
4141
<groupId>org.jsoup</groupId>
4242
<artifactId>jsoup</artifactId>
43-
<version>1.8.3</version>
43+
<version>1.15.3</version>
4444
</dependency>
4545

4646
<dependency>

0 commit comments

Comments
 (0)