Skip to content

Commit 1533357

Browse files
bactgoneall
authored andcommitted
Update dependencies to latest patch version
- Update dependencies and plugins to latest patch version - Use same version of maven-source-plugin in plugins and in "release" profile Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent d5f15aa commit 1533357

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-source-plugin</artifactId>
78-
<version>3.2.1</version>
78+
<version>3.3.1</version>
7979
<executions>
8080
<execution>
8181
<id>attach-sources</id>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>junit</groupId>
114114
<artifactId>junit</artifactId>
115-
<version>4.13.1</version>
115+
<version>4.13.2</version>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.slf4j</groupId>
125125
<artifactId>slf4j-api</artifactId>
126-
<version>2.0.3</version>
126+
<version>2.0.17</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.apache.commons</groupId>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.jsoup</groupId>
135135
<artifactId>jsoup</artifactId>
136-
<version>1.15.3</version>
136+
<version>1.15.4</version>
137137
</dependency>
138138
</dependencies>
139139
<build>
@@ -234,7 +234,7 @@
234234
<plugin>
235235
<groupId>org.apache.maven.plugins</groupId>
236236
<artifactId>maven-source-plugin</artifactId>
237-
<version>3.3.0</version>
237+
<version>3.3.1</version>
238238
<executions>
239239
<execution>
240240
<id>attach-sources</id>

0 commit comments

Comments
 (0)