File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
extensions/vertx-http/runtime
independent-projects/bootstrap Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ updates:
178178 - dependency-name : org.jboss.jdeparser:jdeparser
179179 - dependency-name : com.github.javaparser:javaparser-core
180180 - dependency-name : com.h2database:h2
181- - dependency-name : io.github. crac:org- crac
181+ - dependency-name : org. crac:crac
182182 - dependency-name : com.dajudge.kindcontainer:kindcontainer
183183 - dependency-name : jakarta.*:*
184184 - dependency-name : org.eclipse.*:*
Original file line number Diff line number Diff line change 209209 <strimzi-oauth .nimbus.version>10.3</strimzi-oauth .nimbus.version>
210210 <jose4j .version>0.9.6</jose4j .version>
211211 <java-buildpack-client .version>0.0.14</java-buildpack-client .version>
212- <org- crac .version>0.1.3</ org- crac .version>
212+ <crac .version>1.5.0</ crac .version>
213213 <sshd-common .version>2.12.1</sshd-common .version>
214214 <mime4j .version>0.8.12</mime4j .version>
215215 <mutiny-zero .version>1.1.1</mutiny-zero .version>
66006600 <version >${project.version} </version >
66016601 </dependency >
66026602 <dependency >
6603- <groupId >io.github .crac</groupId >
6604- <artifactId >org- crac</artifactId >
6605- <version >${org- crac.version} </version >
6603+ <groupId >org .crac</groupId >
6604+ <artifactId >crac</artifactId >
6605+ <version >${crac.version} </version >
66066606 </dependency >
66076607 <dependency >
66086608 <groupId >com.dajudge.kindcontainer</groupId >
Original file line number Diff line number Diff line change 254254 <runnerParentFirstArtifact >io.smallrye.common:smallrye-common-net</runnerParentFirstArtifact >
255255 <runnerParentFirstArtifact >io.smallrye.common:smallrye-common-os</runnerParentFirstArtifact >
256256 <runnerParentFirstArtifact >io.smallrye.common:smallrye-common-ref</runnerParentFirstArtifact >
257- <!-- QuarkusEntryPoint needs org- crac class definition -->
258- <runnerParentFirstArtifact >io.github. crac:org- crac</runnerParentFirstArtifact >
257+ <!-- QuarkusEntryPoint needs crac class definition -->
258+ <runnerParentFirstArtifact >org. crac:crac</runnerParentFirstArtifact >
259259 <!-- Make use of byteman frictionless -->
260260 <runnerParentFirstArtifact >org.jboss.byteman:byteman</runnerParentFirstArtifact >
261261 </runnerParentFirstArtifacts >
Original file line number Diff line number Diff line change 6666 </exclusions >
6767 </dependency >
6868 <dependency >
69- <groupId >io.github .crac</groupId >
70- <artifactId >org- crac</artifactId >
69+ <groupId >org .crac</groupId >
70+ <artifactId >crac</artifactId >
7171 </dependency >
7272 <!-- needed when quarkus.http.compressors contains "br" see https://github.com/quarkusio/quarkus/issues/43556 -->
7373 <dependency >
Original file line number Diff line number Diff line change 471471 </exclusions >
472472 </dependency >
473473 <dependency >
474- <groupId >io.github .crac</groupId >
475- <artifactId >org- crac</artifactId >
476- <version >${org- crac.version} </version >
474+ <groupId >org .crac</groupId >
475+ <artifactId >crac</artifactId >
476+ <version >${crac.version} </version >
477477 </dependency >
478478 <dependency >
479479 <groupId >io.smallrye.beanbag</groupId >
Original file line number Diff line number Diff line change 7373 <smallrye-beanbag .version>1.5.3</smallrye-beanbag .version>
7474 <gradle-tooling .version>8.14</gradle-tooling .version>
7575 <quarkus-fs-util .version>1.0.0</quarkus-fs-util .version>
76- <org- crac .version>0.1.3</ org- crac .version>
76+ <crac .version>1.5.0</ crac .version>
7777 </properties >
7878 <modules >
7979 <module >bom</module >
Original file line number Diff line number Diff line change 5555 <artifactId >jboss-logging</artifactId >
5656 </dependency >
5757 <dependency >
58- <groupId >io.github .crac</groupId >
59- <artifactId >org- crac</artifactId >
58+ <groupId >org .crac</groupId >
59+ <artifactId >crac</artifactId >
6060 </dependency >
6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments