Skip to content

Commit

Permalink
Merge pull request #136 from antpas14/dependabot/maven/dependabot-upd…
Browse files Browse the repository at this point in the history
…ates-1d543c9018

Bump the dependabot-updates group with 4 updates
  • Loading branch information
antpas14 authored Jan 20, 2024
2 parents c1babb0 + 7cf6d08 commit 877051b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -54,7 +54,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<goals>
Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.16.1</version>
<version>1.16.2</version>
</dependency>
<dependency>
<groupId>org.gcnc</groupId>
Expand All @@ -90,7 +90,7 @@
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
<version>3.5.10</version>
<version>3.5.11</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 877051b

Please sign in to comment.