File tree Expand file tree Collapse file tree 6 files changed +12
-93
lines changed
openrewrite-spring-recipes
sbm-openrewrite/src/test/java/org/springframework/sbm Expand file tree Collapse file tree 6 files changed +12
-93
lines changed Original file line number Diff line number Diff line change 74
74
<dependency >
75
75
<groupId >com.fasterxml.jackson.core</groupId >
76
76
<artifactId >jackson-databind</artifactId >
77
- <version >${jackson.version} </version >
77
+ <version >${jackson-databind .version} </version >
78
78
</dependency >
79
79
<dependency >
80
80
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 105
105
<artifactId >mq-jms-spring-boot-starter</artifactId >
106
106
<version >2.6.4</version >
107
107
<scope >test</scope >
108
+ <exclusions >
109
+ <exclusion >
110
+ <groupId >org.json</groupId >
111
+ <artifactId >json</artifactId >
112
+ </exclusion >
113
+ </exclusions >
108
114
</dependency >
109
115
110
116
<!-- Override Jackson coming from spring boot -->
116
122
<dependency >
117
123
<groupId >com.fasterxml.jackson.core</groupId >
118
124
<artifactId >jackson-databind</artifactId >
119
- <version >${jackson.version} </version >
125
+ <version >${jackson-databind .version} </version >
120
126
</dependency >
121
127
<dependency >
122
128
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >com.fasterxml.jackson.core</groupId >
83
83
<artifactId >jackson-databind</artifactId >
84
- <version >${jackson.version} </version >
84
+ <version >${jackson-databind .version} </version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >com.fasterxml.jackson.core</groupId >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30
30
<maven .compiler.source>11</maven .compiler.source>
31
31
<openrewrite .version>7.16.3</openrewrite .version>
32
32
<openrewrite .spring.version>4.14.1</openrewrite .spring.version>
33
- <spring-boot .version>2.4.4 </spring-boot .version>
33
+ <spring-boot .version>2.5.12 </spring-boot .version>
34
34
<progressbar .version>0.9.0</progressbar .version>
35
35
<testcontainers .version>1.16.3</testcontainers .version>
36
36
<maven-invoker .version>3.0.1</maven-invoker .version>
39
39
<lombok .version>1.18.20</lombok .version>
40
40
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
41
41
<project .csvParser.outputEncoding>UTF-8</project .csvParser.outputEncoding>
42
- <jackson .version>2.12.2</jackson .version>
42
+ <jackson .version>2.12.6</jackson .version>
43
+ <jackson-databind .version>2.12.6.1</jackson-databind .version>
43
44
<generated-sources .dir>src/generated/java</generated-sources .dir>
44
45
</properties >
45
46
You can’t perform that action at this time.
0 commit comments