File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
src/main/java/org/opengrok/indexer/web/messages Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
124
124
<dependency > <!-- TODO: remove! (moving Messages to web module) -->
125
125
<groupId >org.awaitility</groupId >
126
126
<artifactId >awaitility</artifactId >
127
- <version >3.1.0 </version >
127
+ <version >3.1.6 </version >
128
128
<scope >test</scope >
129
129
</dependency >
130
130
<dependency >
@@ -136,7 +136,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
136
136
<dependency >
137
137
<groupId >org.mockito</groupId >
138
138
<artifactId >mockito-core</artifactId >
139
- <version >2.19.0 </version >
139
+ <version >2.28.2 </version >
140
140
<scope >test</scope >
141
141
</dependency >
142
142
<dependency >
Original file line number Diff line number Diff line change 30
30
import com .fasterxml .jackson .databind .annotation .JsonSerialize ;
31
31
import com .fasterxml .jackson .databind .deser .std .StdDeserializer ;
32
32
import com .fasterxml .jackson .databind .ser .std .StdSerializer ;
33
- import org . hibernate . validator .constraints .NotBlank ;
34
- import org . hibernate . validator .constraints .NotEmpty ;
33
+ import javax . validation .constraints .NotBlank ;
34
+ import javax . validation .constraints .NotEmpty ;
35
35
import org .opengrok .indexer .web .Util ;
36
36
import org .opengrok .indexer .web .api .constraints .PositiveDuration ;
37
37
Original file line number Diff line number Diff line change 28
28
import com .fasterxml .jackson .databind .SerializerProvider ;
29
29
import com .fasterxml .jackson .databind .annotation .JsonSerialize ;
30
30
import com .fasterxml .jackson .databind .ser .std .StdSerializer ;
31
- import org . hibernate . validator .constraints .NotBlank ;
31
+ import javax . validation .constraints .NotBlank ;
32
32
33
33
import java .io .IOException ;
34
34
import java .text .DateFormat ;
Original file line number Diff line number Diff line change 140
140
<dependency >
141
141
<groupId >org.awaitility</groupId >
142
142
<artifactId >awaitility</artifactId >
143
- <version >3.1.0 </version >
143
+ <version >3.1.6 </version >
144
144
<scope >test</scope >
145
145
</dependency >
146
146
<dependency >
Original file line number Diff line number Diff line change 65
65
<compileSource >1.8</compileSource >
66
66
<compileTarget >1.8</compileTarget >
67
67
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
68
- <jersey .version>2.27 </jersey .version>
68
+ <jersey .version>2.29 </jersey .version>
69
69
<!-- Jackson version needs to match the version of Jackson Jersey depends on otherwise weird things will happen. -->
70
- <jackson .version>2.8.10 </jackson .version>
70
+ <jackson .version>2.9.9 </jackson .version>
71
71
<junit .version>5.4.2</junit .version>
72
72
<maven-surefire .version>2.22.2</maven-surefire .version>
73
73
</properties >
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >org.apache.commons</groupId >
49
49
<artifactId >commons-lang3</artifactId >
50
- <version >3.7 </version >
50
+ <version >3.9 </version >
51
51
</dependency >
52
52
53
53
<dependency >
72
72
<dependency >
73
73
<groupId >net.openhft</groupId >
74
74
<artifactId >chronicle-map</artifactId >
75
- <version >3.17.0 </version >
75
+ <version >3.17.4 </version >
76
76
<exclusions >
77
77
<exclusion >
78
78
<groupId >com.sun.java</groupId >
91
91
<dependency >
92
92
<groupId >org.awaitility</groupId >
93
93
<artifactId >awaitility</artifactId >
94
- <version >3.1.0 </version >
94
+ <version >3.1.6 </version >
95
95
<scope >test</scope >
96
96
</dependency >
97
97
You can’t perform that action at this time.
0 commit comments