Skip to content

Commit f9bbe16

Browse files
Bump dependencies
1 parent d13a1da commit f9bbe16

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
<dependency>
7272
<groupId>org.slf4j</groupId>
7373
<artifactId>slf4j-api</artifactId>
74-
<version>1.7.30</version>
74+
<version>2.0.6</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.slf4j</groupId>
7878
<artifactId>slf4j-simple</artifactId>
79-
<version>2.0.0-alpha7</version>
79+
<version>2.0.6</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
@@ -87,12 +87,12 @@
8787
<dependency>
8888
<groupId>org.apache.httpcomponents</groupId>
8989
<artifactId>httpclient</artifactId>
90-
<version>4.5.13</version>
90+
<version>4.5.14</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.fasterxml.jackson.core</groupId>
9494
<artifactId>jackson-databind</artifactId>
95-
<version>2.13.3</version>
95+
<version>2.14.2</version>
9696
</dependency>
9797
</dependencies>
9898

@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-enforcer-plugin</artifactId>
110-
<version>3.1.0</version>
110+
<version>3.2.1</version>
111111
<executions>
112112
<execution>
113113
<id>enforce-maven</id>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-javadoc-plugin</artifactId>
143-
<version>3.4.0</version>
143+
<version>3.4.1</version>
144144
<executions>
145145
<execution>
146146
<id>attach-javadocs</id>
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>org.apache.maven.plugins</groupId>
187187
<artifactId>maven-release-plugin</artifactId>
188-
<version>3.0.0-M6</version>
188+
<version>3.0.0-M7</version>
189189
<configuration>
190190
<tagNameFormat>@{project.version}</tagNameFormat>
191191
</configuration>

0 commit comments

Comments
 (0)