Skip to content

Commit

Permalink
Auto-Update Dependencies
Browse files Browse the repository at this point in the history
Updated org.fuchss:matrix-bot-base:jar:0.3.0 to version 0.4.0
Updated org.jsoup:jsoup:jar:1.16.1 to version 1.16.2
Updating parent from 0.10.0 to 0.11.0
  • Loading branch information
actions-user committed Oct 24, 2023
1 parent 77fbb62 commit 32dd148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fuchss</groupId>
<artifactId>maven-parent</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</parent>

<groupId>org.fuchss.matrix</groupId>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.fuchss</groupId>
<artifactId>matrix-bot-base</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.16.1</version>
<version>1.16.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 32dd148

Please sign in to comment.