Skip to content

Commit 732b31f

Browse files
Upgrade 3rd party dependencies
1 parent 60f8643 commit 732b31f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

cf-java-logging-support-servlet/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@
4747
<dependency>
4848
<groupId>com.auth0</groupId>
4949
<artifactId>java-jwt</artifactId>
50-
<version>3.8.3</version>
50+
<version>3.18.2</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-databind</artifactId>
55-
<version>2.10.5.1</version>
55+
<version>2.13.0</version>
5656
</dependency>
5757

5858
<!-- testing -->
5959
<dependency>
6060
<groupId>org.eclipse.jetty</groupId>
6161
<artifactId>jetty-server</artifactId>
62-
<version>9.4.41.v20210516</version>
62+
<version>9.4.44.v20210927</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.eclipse.jetty</groupId>
6767
<artifactId>jetty-servlet</artifactId>
68-
<version>9.4.35.v20201120</version>
68+
<version>9.4.44.v20210927</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@
166166

167167
<properties>
168168
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
169-
<jackson-jr.version>2.10.1</jackson-jr.version>
170-
<slf4j.version>1.7.30</slf4j.version>
171-
<logback.version>1.2.3</logback.version>
172-
<log4j2.version>2.15.0</log4j2.version>
169+
<jackson-jr.version>2.13.0</jackson-jr.version>
170+
<slf4j.version>1.7.32</slf4j.version>
171+
<logback.version>1.2.7</logback.version>
172+
<log4j2.version>2.16.0</log4j2.version>
173173
<buildnumber.plugin.version>1.4</buildnumber.plugin.version>
174174
<source.plugin.version>3.2.1</source.plugin.version>
175175
<jar.plugin.version>3.1.0</jar.plugin.version>

sample-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
21-
<spring.boot.version>2.5.3</spring.boot.version>
21+
<spring.boot.version>2.6.1</spring.boot.version>
2222
<keytool.plugin.version>1.5</keytool.plugin.version>
2323
<keystore.token.store_password>0bzhBRNUXBR5
2424
</keystore.token.store_password>

0 commit comments

Comments
 (0)