You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -44,85 +44,85 @@
44
44
<dependency>
45
45
<groupId>org.bitcoinj</groupId>
46
46
<artifactId>bitcoinj-core</artifactId>
47
-
<version>0.13.3</version>
47
+
<version>0.15.1</version>
48
48
<scope>compile</scope>
49
49
</dependency>
50
50
<dependency>
51
51
<groupId>commons-codec</groupId>
52
52
<artifactId>commons-codec</artifactId>
53
-
<version>1.6</version>
53
+
<version>1.12</version>
54
54
</dependency>
55
55
<dependency>
56
56
<groupId>commons-logging</groupId>
57
57
<artifactId>commons-logging</artifactId>
58
-
<version>1.1.3</version>
58
+
<version>1.2</version>
59
59
</dependency>
60
60
<dependency>
61
61
<groupId>com.madgag.spongycastle</groupId>
62
62
<artifactId>core</artifactId>
63
-
<version>1.51.0.0</version>
63
+
<version>1.58.0.0</version>
64
64
</dependency>
65
65
<dependency>
66
66
<groupId>org.apache.httpcomponents</groupId>
67
67
<artifactId>fluent-hc</artifactId>
68
-
<version>4.3.1</version>
68
+
<version>4.5.8</version>
69
69
</dependency>
70
70
<dependency>
71
71
<groupId>org.apache.httpcomponents</groupId>
72
72
<artifactId>httpclient</artifactId>
73
-
<version>4.3.1</version>
73
+
<version>4.5.8</version>
74
74
</dependency>
75
75
<dependency>
76
76
<groupId>org.apache.httpcomponents</groupId>
77
77
<artifactId>httpclient-cache</artifactId>
78
-
<version>4.3.1</version>
78
+
<version>4.5.8</version>
79
79
</dependency>
80
80
<dependency>
81
81
<groupId>org.apache.httpcomponents</groupId>
82
82
<artifactId>httpcore</artifactId>
83
-
<version>4.3</version>
83
+
<version>4.4.11</version>
84
84
</dependency>
85
85
<dependency>
86
86
<groupId>org.apache.httpcomponents</groupId>
87
87
<artifactId>httpmime</artifactId>
88
-
<version>4.3.1</version>
88
+
<version>4.5.8</version>
89
89
</dependency>
90
90
<dependency>
91
91
<groupId>com.fasterxml.jackson.core</groupId>
92
92
<artifactId>jackson-annotations</artifactId>
93
-
<version>2.4.0</version>
93
+
<version>2.9.8</version>
94
94
</dependency>
95
95
<dependency>
96
96
<groupId>com.fasterxml.jackson.core</groupId>
97
97
<artifactId>jackson-core</artifactId>
98
-
<version>2.4.2</version>
98
+
<version>2.9.8</version>
99
99
</dependency>
100
100
<dependency>
101
101
<groupId>com.fasterxml.jackson.core</groupId>
102
102
<artifactId>jackson-databind</artifactId>
103
-
<version>2.4.2</version>
103
+
<version>2.9.8</version>
104
104
</dependency>
105
105
<dependency>
106
106
<groupId>org.slf4j</groupId>
107
107
<artifactId>slf4j-api</artifactId>
108
-
<version>1.7.7</version>
108
+
<version>1.8.0-beta4</version>
109
109
</dependency>
110
110
<dependency>
111
111
<groupId>org.slf4j</groupId>
112
112
<artifactId>slf4j-simple</artifactId>
113
-
<version>1.7.7</version>
113
+
<version>1.8.0-beta4</version>
114
114
</dependency>
115
115
<dependency>
116
116
<groupId>junit</groupId>
117
117
<artifactId>junit</artifactId>
118
-
<version>4.12</version>
118
+
<version>4.13-beta-2</version>
119
119
<scope>test</scope>
120
120
</dependency>
121
121
<!--fix dependencies introduced by incorrect sub directory inclusion of test in src folder Maven complains about duplicate dependency inclusion, but at least this enable editing the project in IntelliJ -->
0 commit comments