File tree Expand file tree Collapse file tree 3 files changed +21
-19
lines changed
src/main/resources/static/bower_components/bootstrap Expand file tree Collapse file tree 3 files changed +21
-19
lines changed Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
25
25
<java .version>1.8</java .version>
26
- <jena .version>4.0 .0</jena .version>
26
+ <jena .version>4.1 .0</jena .version>
27
27
<!-- BEGIN should correspond to https://repo1.maven.org/maven2/org/apache/jena/jena/3.9.0/jena-3.9.0.pom -->
28
28
<ver .jsonldjava>0.13.3</ver .jsonldjava>
29
- <ver .jackson>2.12.3 </ver .jackson>
29
+ <ver .jackson>2.12.4 </ver .jackson>
30
30
<!-- END -->
31
31
</properties >
32
32
70
70
<dependency >
71
71
<groupId >org.yaml</groupId >
72
72
<artifactId >snakeyaml</artifactId >
73
- <version >1.28 </version >
73
+ <version >1.29 </version >
74
74
</dependency >
75
75
<dependency >
76
76
<groupId >com.github.jabbalaci</groupId >
106
106
<dependency >
107
107
<groupId >org.eclipse.jgit</groupId >
108
108
<artifactId >org.eclipse.jgit</artifactId >
109
- <version >5.11.1.202105131744 -r</version >
109
+ <version >5.12.0.202106070339 -r</version >
110
110
</dependency >
111
111
<dependency >
112
112
<groupId >org.mockito</groupId >
117
117
<dependency >
118
118
<groupId >org.apache.commons</groupId >
119
119
<artifactId >commons-compress</artifactId >
120
- <version >1.20 </version >
120
+ <version >1.21 </version >
121
121
</dependency >
122
122
</dependencies >
123
123
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ source 'https://rubygems.org'
2
2
3
3
group :development , :test do
4
4
gem 'jekyll' , '~> 3.9.0'
5
- gem 'jekyll-sitemap' , '~> 0.11 .0'
5
+ gem 'jekyll-sitemap' , '~> 0.12 .0'
6
6
end
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.4.0 )
4
+ addressable (2.8.0 )
5
+ public_suffix (>= 2.0.2 , < 5.0 )
5
6
colorator (1.1.0 )
6
- concurrent-ruby (1.1.7 )
7
+ concurrent-ruby (1.1.9 )
7
8
em-websocket (0.5.2 )
8
9
eventmachine (>= 0.12.9 )
9
10
http_parser.rb (~> 0.6.0 )
10
11
eventmachine (1.2.7 )
11
12
eventmachine (1.2.7-x64-mingw32 )
12
- ffi (1.13.1 )
13
- ffi (1.13.1 -x64-mingw32 )
13
+ ffi (1.15.3 )
14
+ ffi (1.15.3 -x64-mingw32 )
14
15
forwardable-extended (2.6.0 )
15
16
http_parser.rb (0.6.0 )
16
17
i18n (0.9.5 )
17
18
concurrent-ruby (~> 1.0 )
18
- jekyll (3.9.0 )
19
+ jekyll (3.9.1 )
19
20
addressable (~> 2.4 )
20
21
colorator (~> 1.0 )
21
22
em-websocket (~> 0.5 )
30
31
safe_yaml (~> 1.0 )
31
32
jekyll-sass-converter (1.5.2 )
32
33
sass (~> 3.4 )
33
- jekyll-sitemap (0.11 .0 )
34
- addressable (~> 2.4.0 )
34
+ jekyll-sitemap (0.12 .0 )
35
+ jekyll (~> 3.3 )
35
36
jekyll-watch (2.2.1 )
36
37
listen (~> 3.0 )
37
- kramdown (2.3.0 )
38
+ kramdown (2.3.1 )
38
39
rexml
39
40
liquid (4.0.3 )
40
- listen (3.3.3 )
41
+ listen (3.5.1 )
41
42
rb-fsevent (~> 0.10 , >= 0.10.3 )
42
43
rb-inotify (~> 0.9 , >= 0.9.10 )
43
44
mercenary (0.3.6 )
44
45
pathutil (0.16.2 )
45
46
forwardable-extended (~> 2.6 )
46
- rb-fsevent (0.10.4 )
47
+ public_suffix (4.0.6 )
48
+ rb-fsevent (0.11.0 )
47
49
rb-inotify (0.10.1 )
48
50
ffi (~> 1.0 )
49
- rexml (3.2.4 )
50
- rouge (3.25 .0 )
51
+ rexml (3.2.5 )
52
+ rouge (3.26 .0 )
51
53
safe_yaml (1.0.5 )
52
54
sass (3.7.4 )
53
55
sass-listen (~> 4.0.0 )
@@ -61,7 +63,7 @@ PLATFORMS
61
63
62
64
DEPENDENCIES
63
65
jekyll (~> 3.9.0 )
64
- jekyll-sitemap (~> 0.11 .0 )
66
+ jekyll-sitemap (~> 0.12 .0 )
65
67
66
68
BUNDLED WITH
67
69
1.17.3
You can’t perform that action at this time.
0 commit comments