@@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.
1212
1313<groupId >io.spine</groupId >
1414<artifactId >spine-bootstrap</artifactId >
15- <version >1.2 .0</version >
15+ <version >1.3 .0</version >
1616
1717<inceptionYear >2015</inceptionYear >
1818
@@ -46,37 +46,37 @@ all modules and does not describe the project structure per-subproject.
4646 <dependency >
4747 <groupId >com.google.protobuf</groupId >
4848 <artifactId >protobuf-gradle-plugin</artifactId >
49- <version >0.8.8 </version >
49+ <version >0.8.10 </version >
5050 <scope >compile</scope >
5151 </dependency >
5252 <dependency >
5353 <groupId >io.spine</groupId >
5454 <artifactId >spine-base</artifactId >
55- <version >1.2 .0</version >
55+ <version >1.3 .0</version >
5656 <scope >compile</scope >
5757 </dependency >
5858 <dependency >
5959 <groupId >io.spine.tools</groupId >
6060 <artifactId >spine-model-compiler</artifactId >
61- <version >1.2 .0</version >
61+ <version >1.3 .0</version >
6262 <scope >compile</scope >
6363 </dependency >
6464 <dependency >
6565 <groupId >io.spine.tools</groupId >
6666 <artifactId >spine-plugin-base</artifactId >
67- <version >1.2 .0</version >
67+ <version >1.3 .0</version >
6868 <scope >compile</scope >
6969 </dependency >
7070 <dependency >
7171 <groupId >io.spine.tools</groupId >
7272 <artifactId >spine-proto-js-plugin</artifactId >
73- <version >1.2 .0</version >
73+ <version >1.3 .0</version >
7474 <scope >compile</scope >
7575 </dependency >
7676 <dependency >
7777 <groupId >org.checkerframework</groupId >
7878 <artifactId >checker-qual</artifactId >
79- <version >2.9 .0</version >
79+ <version >3.0 .0</version >
8080 <scope >compile</scope >
8181 </dependency >
8282 <dependency >
@@ -106,13 +106,13 @@ all modules and does not describe the project structure per-subproject.
106106 <dependency >
107107 <groupId >io.spine</groupId >
108108 <artifactId >spine-testlib</artifactId >
109- <version >1.2 .0</version >
109+ <version >1.3 .0</version >
110110 <scope >test</scope >
111111 </dependency >
112112 <dependency >
113113 <groupId >io.spine.tools</groupId >
114114 <artifactId >spine-plugin-testlib</artifactId >
115- <version >1.2 .0</version >
115+ <version >1.3 .0</version >
116116 <scope >test</scope >
117117 </dependency >
118118 <dependency >
@@ -130,19 +130,19 @@ all modules and does not describe the project structure per-subproject.
130130 <dependency >
131131 <groupId >org.junit.jupiter</groupId >
132132 <artifactId >junit-jupiter-api</artifactId >
133- <version >5.5.1 </version >
133+ <version >5.5.2 </version >
134134 <scope >test</scope >
135135 </dependency >
136136 <dependency >
137137 <groupId >org.junit.jupiter</groupId >
138138 <artifactId >junit-jupiter-engine</artifactId >
139- <version >5.5.1 </version >
139+ <version >5.5.2 </version >
140140 <scope >test</scope >
141141 </dependency >
142142 <dependency >
143143 <groupId >org.junit.jupiter</groupId >
144144 <artifactId >junit-jupiter-params</artifactId >
145- <version >5.5.1 </version >
145+ <version >5.5.2 </version >
146146 <scope >test</scope >
147147 </dependency >
148148 <dependency >
@@ -158,22 +158,22 @@ all modules and does not describe the project structure per-subproject.
158158 <dependency >
159159 <groupId >io.spine.tools</groupId >
160160 <artifactId >spine-protoc-plugin</artifactId >
161- <version >1.2 .0</version >
161+ <version >1.3 .0</version >
162162 </dependency >
163163 <dependency >
164164 <groupId >net.sourceforge.pmd</groupId >
165165 <artifactId >pmd-java</artifactId >
166- <version >6.16 .0</version >
166+ <version >6.19 .0</version >
167167 </dependency >
168168 <dependency >
169169 <groupId >org.jacoco</groupId >
170170 <artifactId >org.jacoco.agent</artifactId >
171- <version >0.8.4 </version >
171+ <version >0.8.5 </version >
172172 </dependency >
173173 <dependency >
174174 <groupId >org.jacoco</groupId >
175175 <artifactId >org.jacoco.ant</artifactId >
176- <version >0.8.4 </version >
176+ <version >0.8.5 </version >
177177 </dependency >
178178</dependencies >
179179</project >
0 commit comments