File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed
cf-java-logging-support-servlet Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >com.auth0</groupId >
49
49
<artifactId >java-jwt</artifactId >
50
- <version >3.7.0</version >
51
- <exclusions >
52
- <exclusion >
53
- <groupId >com.fasterxml.jackson.core</groupId >
54
- <artifactId >jackson-databind</artifactId >
55
- </exclusion >
56
- </exclusions >
57
- </dependency >
58
- <dependency >
59
- <groupId >com.fasterxml.jackson.core</groupId >
60
- <artifactId >jackson-databind</artifactId >
61
- <version >${jackson-jr.version} </version >
62
- </dependency >
63
- </dependencies >
50
+ <version >3.8.1</version >
51
+ </dependency >
52
+ </dependencies >
64
53
</project >
Original file line number Diff line number Diff line change 117
117
118
118
<properties >
119
119
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
120
- <jackson-jr .version>2.9.8 </jackson-jr .version>
120
+ <jackson-jr .version>2.9.9 </jackson-jr .version>
121
121
<slf4j .version>1.7.25</slf4j .version>
122
122
<logback .version>1.2.3</logback .version>
123
123
<log4j2 .version>2.8.2</log4j2 .version>
You can’t perform that action at this time.
0 commit comments